Shades of White Lilac #F0DEFA
Tints of White Lilac #F0DEFA
RGB
CMYK
RGB Variations
Color information
#F0DEFA (or 0xF0DEFA) is known color: White Lilac. HEX triplet: F0, DE and FA. RGB value is (240,222,250). Sum of RGB (Red+Green+Blue) = 240+222+250=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEFA is #0F2105. Grayscale: #E6E6E6. Windows color (decimal): -991494 or 16441072. OLE color: 16441072.
HSL color Cylindrical-coordinate representation of color #F0DEFA: hue angle of 278.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0DEFA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 222 | 250 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.02 |
| HSL | 278.57º | 0.74% | 0.93% | - |
| HSV(B) | 278.57º | 0.11% | 0.98% | - |
| XYZ | 79.31 | 77.67 | 101.25 | - |
| YUV | 230.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 250 | 0.04 | 0.11 | 0 | 0.02 | 278.57 | 0.74 | 0.93 |
| Hex | F0 | DE | FA | 4 | B | 0 | 2 | 117 | 4A | 5D |
| Octal | 360 | 336 | 372 | 4 | 13 | 0 | 2 | 427 | 112 | 135 |
| Binary | 11110000 | 11011110 | 11111010 | 100 | 1011 | 0 | 10 | 100010111 | 1001010 | 1011101 |
Color Harmonies of #F0DEFA
Complementary color
Monochromatic Colors of #F0DEFA
Black with #F0DEFA
Text Example
Text Example
White with #F0DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEFA; }
p { color: rgb(240,222,250); }
H1.HeaderClassName
{
color: #F0DEFA;
}
.AnyTagClassName
{
color: #F0DEFA;
}
</style>
background-color css
<style>
a { background-color: #F0DEFA; }
a { background-color: rgb(240,222,250); }
div.DivClassName
{
background-color: #F0DEFA;
}
.BgClassName
{
background-color: #F0DEFA;
}
</style>
border-color css
<style>
span { border-color: #F0DEFA; }
span { border-color: rgb(240,222,250); }
td.TdClassName
{
border-color: #F0DEFA;
}
.TagClassName
{
border-color: #F0DEFA;
}
</style>