Shades of White Lilac #FCF0FF
Tints of White Lilac #FCF0FF
RGB
CMYK
RGB Variations
Color information
#FCF0FF (or 0xFCF0FF) is known color: White Lilac. HEX triplet: FC, F0 and FF. RGB value is (252,240,255). Sum of RGB (Red+Green+Blue) = 252+240+255=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 240 (94.14% from 255 or 32.13% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FF is #030F00. Grayscale: #F5F5F5. Windows color (decimal): -200449 or 16773372. OLE color: 16773372.
HSL color Cylindrical-coordinate representation of color #FCF0FF: hue angle of 288º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF0FF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 240 | 255 | - |
CMYK | 0.01 | 0.06 | 0 | 0 |
HSL | 288º | 1% | 0.97% | - |
HSV(B) | 288º | 0.06% | 1% | - |
XYZ | 89.35 | 90.24 | 107.32 | - |
YUV | 245.3 | 133.48 | 132.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 255 | 0.01 | 0.06 | 0 | 0 | 288 | 1 | 0.97 |
Hex | FC | F0 | FF | 1 | 6 | 0 | 0 | 120 | 64 | 61 |
Octal | 374 | 360 | 377 | 1 | 6 | 0 | 0 | 440 | 144 | 141 |
Binary | 11111100 | 11110000 | 11111111 | 1 | 110 | 0 | 0 | 100100000 | 1100100 | 1100001 |
Color Harmonies of #FCF0FF
Complementary color
Monochromatic Colors of #FCF0FF
Black with #FCF0FF
Text Example
Text Example
White with #FCF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0FF; }
p { color: rgb(252,240,255); }
H1.HeaderClassName
{
color: #FCF0FF;
}
.AnyTagClassName
{
color: #FCF0FF;
}
</style>
background-color css
<style>
a { background-color: #FCF0FF; }
a { background-color: rgb(252,240,255); }
div.DivClassName
{
background-color: #FCF0FF;
}
.BgClassName
{
background-color: #FCF0FF;
}
</style>
border-color css
<style>
span { border-color: #FCF0FF; }
span { border-color: rgb(252,240,255); }
td.TdClassName
{
border-color: #FCF0FF;
}
.TagClassName
{
border-color: #FCF0FF;
}
</style>