Shades of White Lilac #F0DCFC
Tints of White Lilac #F0DCFC
RGB
CMYK
RGB Variations
Color information
#F0DCFC (or 0xF0DCFC) is known color: White Lilac. HEX triplet: F0, DC and FC. RGB value is (240,220,252). Sum of RGB (Red+Green+Blue) = 240+220+252=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCFC is #0F2303. Grayscale: #E5E5E5. Windows color (decimal): -992004 or 16571632. OLE color: 16571632.
HSL color Cylindrical-coordinate representation of color #F0DCFC: hue angle of 277.5º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DCFC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 220 | 252 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.01 |
| HSL | 277.5º | 0.84% | 0.93% | - |
| HSV(B) | 277.5º | 0.13% | 0.99% | - |
| XYZ | 79.1 | 76.74 | 102.74 | - |
| YUV | 229.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 252 | 0.05 | 0.13 | 0 | 0.01 | 277.5 | 0.84 | 0.93 |
| Hex | F0 | DC | FC | 5 | D | 0 | 1 | 116 | 54 | 5D |
| Octal | 360 | 334 | 374 | 5 | 15 | 0 | 1 | 426 | 124 | 135 |
| Binary | 11110000 | 11011100 | 11111100 | 101 | 1101 | 0 | 1 | 100010110 | 1010100 | 1011101 |
Color Harmonies of #F0DCFC
Complementary color
Monochromatic Colors of #F0DCFC
Black with #F0DCFC
Text Example
Text Example
White with #F0DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCFC; }
p { color: rgb(240,220,252); }
H1.HeaderClassName
{
color: #F0DCFC;
}
.AnyTagClassName
{
color: #F0DCFC;
}
</style>
background-color css
<style>
a { background-color: #F0DCFC; }
a { background-color: rgb(240,220,252); }
div.DivClassName
{
background-color: #F0DCFC;
}
.BgClassName
{
background-color: #F0DCFC;
}
</style>
border-color css
<style>
span { border-color: #F0DCFC; }
span { border-color: rgb(240,220,252); }
td.TdClassName
{
border-color: #F0DCFC;
}
.TagClassName
{
border-color: #F0DCFC;
}
</style>