White Hex Code — #FFFFFF

RGB, HSL, and CMYK values for White.

White Color Values

FormatValue
HEX#FFFFFF
RGBrgb(255, 255, 255)
HSLhsl(0, 0%, 100%)
CMYKcmyk(0%, 0%, 0%, 0%)
Want to explore more shades? Use our Color Converter

About White

Color psychology: Purity, cleanliness, simplicity.

White (#FFFFFF) is a light shade of white. It's commonly used in web design, graphic design, and branding where purity, cleanliness, simplicity are desired associations.

How to Use White in CSS

/* Using HEX */
color: #FFFFFF;
background-color: #FFFFFF;

/* Using RGB */
color: rgb(255, 255, 255);

/* Using HSL */
color: hsl(0, 0%, 100%);

Colors That Go With White

Complementary

Analogous

Triadic

Similar Shades of White

Frequently Asked Questions