Shades of White #FFFFFF
Tints of White #FFFFFF
RGB
CMYK
RGB Variations
Color information
#FFFFFF (or 0xFFFFFF) is known color: White. HEX triplet: FF, FF and FF. RGB value is (255,255,255). Sum of RGB (Red+Green+Blue) = 255+255+255=765 (101% of max value = 765). Red value is 255 (100% from 255 or 33.33% from 765); Green value is 255 (100% from 255 or 33.33% from 765); Blue value is 255 (100% from 255 or 33.33% from 765); Max value from RGB is 255 - color contains mainly: red, green, blue. Hex color #FFFFFF is a web safe color. Inversed color of #FFFFFF is #000000. Grayscale: #FFFFFF. Windows color (decimal): -1 or 16777215. OLE color: 16777215.
HSL color Cylindrical-coordinate representation of color #FFFFFF: hue angle of 0º degrees, saturation: 0, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FFFFFF is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 255 | - |
CMYK | 0 | 0 | 0 | 0 |
HSL | 0º | 0% | 1% | - |
HSV(B) | 0º | 0% | 1% | - |
XYZ | 95.05 | 100 | 108.9 | - |
YUV | 255 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 255 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Hex | FF | FF | FF | 0 | 0 | 0 | 0 | 0 | 0 | 64 |
Octal | 377 | 377 | 377 | 0 | 0 | 0 | 0 | 0 | 0 | 144 |
Binary | 11111111 | 11111111 | 11111111 | 0 | 0 | 0 | 0 | 0 | 0 | 1100100 |
Color Harmonies of #FFFFFF
Complementary color
Monochromatic Colors of #FFFFFF
Black with #FFFFFF
Text Example
Text Example
White with #FFFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFFF; }
p { color: rgb(255,255,255); }
H1.HeaderClassName
{
color: #FFFFFF;
}
.AnyTagClassName
{
color: #FFFFFF;
}
</style>
background-color css
<style>
a { background-color: #FFFFFF; }
a { background-color: rgb(255,255,255); }
div.DivClassName
{
background-color: #FFFFFF;
}
.BgClassName
{
background-color: #FFFFFF;
}
</style>
border-color css
<style>
span { border-color: #FFFFFF; }
span { border-color: rgb(255,255,255); }
td.TdClassName
{
border-color: #FFFFFF;
}
.TagClassName
{
border-color: #FFFFFF;
}
</style>