Shades of White Lilac #F0DEF6
Tints of White Lilac #F0DEF6
RGB
CMYK
RGB Variations
Color information
#F0DEF6 (or 0xF0DEF6) is known color: White Lilac. HEX triplet: F0, DE and F6. RGB value is (240,222,246). Sum of RGB (Red+Green+Blue) = 240+222+246=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0DEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEF6 is #0F2109. Grayscale: #E6E6E6. Windows color (decimal): -991498 or 16178928. OLE color: 16178928.
HSL color Cylindrical-coordinate representation of color #F0DEF6: hue angle of 285º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DEF6 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 222 | 246 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.04 |
| HSL | 285º | 0.57% | 0.92% | - |
| HSV(B) | 285º | 0.1% | 0.96% | - |
| XYZ | 78.69 | 77.42 | 97.99 | - |
| YUV | 230.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 246 | 0.02 | 0.10 | 0 | 0.04 | 285 | 0.57 | 0.92 |
| Hex | F0 | DE | F6 | 2 | A | 0 | 4 | 11D | 39 | 5C |
| Octal | 360 | 336 | 366 | 2 | 12 | 0 | 4 | 435 | 71 | 134 |
| Binary | 11110000 | 11011110 | 11110110 | 10 | 1010 | 0 | 100 | 100011101 | 111001 | 1011100 |
Color Harmonies of #F0DEF6
Complementary color
Monochromatic Colors of #F0DEF6
Black with #F0DEF6
Text Example
Text Example
White with #F0DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEF6; }
p { color: rgb(240,222,246); }
H1.HeaderClassName
{
color: #F0DEF6;
}
.AnyTagClassName
{
color: #F0DEF6;
}
</style>
background-color css
<style>
a { background-color: #F0DEF6; }
a { background-color: rgb(240,222,246); }
div.DivClassName
{
background-color: #F0DEF6;
}
.BgClassName
{
background-color: #F0DEF6;
}
</style>
border-color css
<style>
span { border-color: #F0DEF6; }
span { border-color: rgb(240,222,246); }
td.TdClassName
{
border-color: #F0DEF6;
}
.TagClassName
{
border-color: #F0DEF6;
}
</style>