#FFFFFF

#FFFFFF — Colour Code | RGB, CMYK, HSL, Pantone & RAL

Complete breakdown of HEX #FFFFFF with colour model conversions, system matches and paint equivalents.

Colour Values

HEX#FFFFFF
RGB255, 255, 255
CMYK0%, 0%, 0%, 0%
HSL0°, 0%, 100%

Colour Preview

Text on White
On Light BG
Text on Dark

Colour Harmonies

Complementary, analogous and triadic suggestions computed from the HSL values of #FFFFFF.

Complementary
#FFFFFF
Analogous +30°
#FFFFFF
Analogous -30°
#FFFFFF
Triadic +120°
#FFFFFF
Triadic +240°
#FFFFFF

Frequently Asked Questions

What colour is #FFFFFF?
#FFFFFF is a HEX colour code. In RGB it equals (255, 255, 255). Use this code in CSS, HTML or any design tool to reproduce this exact colour on screen.
How do I convert #FFFFFF to RGB?
#FFFFFF in RGB is (255, 255, 255). Split the six-character HEX into three pairs: FF = Red (255), FF = Green (255), FF = Blue (255). Each pair is a base-16 number converted to decimal (0-255).
What is the CMYK equivalent of #FFFFFF?
#FFFFFF in CMYK is approximately 0% Cyan, 0% Magenta, 0% Yellow and 0% Key (Black). Note that CMYK is used for print and the conversion from a screen colour is an approximation.
What Pantone colour is closest to #FFFFFF?
The nearest Pantone equivalents are shown in the System Equivalents section above. Since Pantone is a spot-colour system, an exact match is rarely possible — we use CIE Delta-E to find the closest shade.
Can I use #FFFFFF in CSS?
Yes. Use it as background-color:#FFFFFF or color:#FFFFFF in your stylesheet. You can also use the RGB equivalent: rgb(255,255,255) or the HSL form: hsl(0,0%,100%).