Shades of White Lilac #F0DCF9
Tints of White Lilac #F0DCF9
RGB
CMYK
RGB Variations
Color information
#F0DCF9 (or 0xF0DCF9) is known color: White Lilac. HEX triplet: F0, DC and F9. RGB value is (240,220,249). Sum of RGB (Red+Green+Blue) = 240+220+249=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCF9 is #0F2306. Grayscale: #E5E5E5. Windows color (decimal): -992007 or 16375024. OLE color: 16375024.
HSL color Cylindrical-coordinate representation of color #F0DCF9: hue angle of 281.38º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DCF9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 220 | 249 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.02 |
| HSL | 281.38º | 0.71% | 0.92% | - |
| HSV(B) | 281.38º | 0.12% | 0.98% | - |
| XYZ | 78.63 | 76.55 | 100.25 | - |
| YUV | 229.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 249 | 0.04 | 0.12 | 0 | 0.02 | 281.38 | 0.71 | 0.92 |
| Hex | F0 | DC | F9 | 4 | C | 0 | 2 | 119 | 47 | 5C |
| Octal | 360 | 334 | 371 | 4 | 14 | 0 | 2 | 431 | 107 | 134 |
| Binary | 11110000 | 11011100 | 11111001 | 100 | 1100 | 0 | 10 | 100011001 | 1000111 | 1011100 |
Color Harmonies of #F0DCF9
Complementary color
Monochromatic Colors of #F0DCF9
Black with #F0DCF9
Text Example
Text Example
White with #F0DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCF9; }
p { color: rgb(240,220,249); }
H1.HeaderClassName
{
color: #F0DCF9;
}
.AnyTagClassName
{
color: #F0DCF9;
}
</style>
background-color css
<style>
a { background-color: #F0DCF9; }
a { background-color: rgb(240,220,249); }
div.DivClassName
{
background-color: #F0DCF9;
}
.BgClassName
{
background-color: #F0DCF9;
}
</style>
border-color css
<style>
span { border-color: #F0DCF9; }
span { border-color: rgb(240,220,249); }
td.TdClassName
{
border-color: #F0DCF9;
}
.TagClassName
{
border-color: #F0DCF9;
}
</style>