#FFFFFF - White

The hexadecimal color code #FFFFFF corresponds to the color "White". It is equivalent to simplified code #FFF . This color is a combination of red (at 1,00 level), green (at 1,00 level) and blue (at 1,00 level). Its brightness is 100% and its saturation is 0%. It is composed of red at 33%, green at 33% and blue at 33%.


Features

Hue

Saturation

Brightness

0
0
100
Official nameWhite
Shade of White
Color name in French Blanc
Hex Code #FFFFFF
Simplified Hex Code#FFF
RGB Code rgb( 255 , 255 , 255)
RGB Code Percentagergb( 100.0% , 100.0% , 100.0% )
HSLhsl( 0 , 0% , 100% )
Complementary
Color
#000000


Variations of #FFFFFF (Blanc)

Lighter Shades

The lightest possible shade of #FFFFFF is #FFFFFF (White). This color is at its maximum brightness.

White

#ffffff

Darker Shades

Palette of progressively darker shades. The darkest shade is #191919.

White

#ffffff

Other Shades of White

Examples of other colors within the White spectrum .

See more



Color Palettes

The complementary color #000000 is the color exactly opposite to #FFFFFF on the color wheel. The triadic palette is created by selecting two colors that are evenly spaced on the color wheel.

Complementary color palette

White

#FFFFFF

Triadic palette



Uses of #FFFFFF in CSS

When using #FFFFFF as the background color, consider selecting a darker text color for improved readability. If you want to use #FFFFFF as the text color, prefer a dark background, such as Black.
You can replace the color code #FFFFFF with its official name: White. You can then write in CSS "background: White " for a background of #FFFFFF.

#FFFFFF as background color

Black text
White text
div{ background: #FFFFFF;  }

div{ background: White; }

Colored text

With a white background or
with a dark background
div{ color: #FFFFFF;  }

div{ color: White; }

Border

#FFFFFF colored border with a width of 3px
div{ border: 3px solid #FFFFFF;  }

div{ border: 3px solid White; }

Shadow

#FFFFFF shadow colored
div{ box-shadow: 3px 3px 7px #FFFFFF; }

div{ box-shadow: 3px 3px 7px White; }

Note:
In CSS, the color code #FFFFFF can be replaced with its official name "White", or with the simplified code #FFF.

Similar Colors

Other color codes similar or equivalent to the specified color code #FFFFFF.

Choose another color

Select another color on color wheel.

Selected color: