#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
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.
Other Shades of White
Examples of other colors within the White spectrum .
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
div{ background: #FFFFFF; }
div{ background: White; }
Colored text
div{ color: #FFFFFF; }
div{ color: White; }
Border
div{ border: 3px solid #FFFFFF; }
div{ border: 3px solid White; }
Shadow
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.