Shades of White Lilac #F0E1FC
Tints of White Lilac #F0E1FC
RGB
CMYK
RGB Variations
Color information
#F0E1FC (or 0xF0E1FC) is known color: White Lilac. HEX triplet: F0, E1 and FC. RGB value is (240,225,252). Sum of RGB (Red+Green+Blue) = 240+225+252=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0E1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1FC is #0F1E03. Grayscale: #E8E8E8. Windows color (decimal): -990724 or 16572912. OLE color: 16572912.
HSL color Cylindrical-coordinate representation of color #F0E1FC: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E1FC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 225 | 252 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.01 |
| HSL | 273.33º | 0.82% | 0.94% | - |
| HSV(B) | 273.33º | 0.11% | 0.99% | - |
| XYZ | 80.43 | 79.4 | 103.18 | - |
| YUV | 232.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 252 | 0.05 | 0.11 | 0 | 0.01 | 273.33 | 0.82 | 0.94 |
| Hex | F0 | E1 | FC | 5 | B | 0 | 1 | 111 | 52 | 5E |
| Octal | 360 | 341 | 374 | 5 | 13 | 0 | 1 | 421 | 122 | 136 |
| Binary | 11110000 | 11100001 | 11111100 | 101 | 1011 | 0 | 1 | 100010001 | 1010010 | 1011110 |
Color Harmonies of #F0E1FC
Complementary color
Monochromatic Colors of #F0E1FC
Black with #F0E1FC
Text Example
Text Example
White with #F0E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1FC; }
p { color: rgb(240,225,252); }
H1.HeaderClassName
{
color: #F0E1FC;
}
.AnyTagClassName
{
color: #F0E1FC;
}
</style>
background-color css
<style>
a { background-color: #F0E1FC; }
a { background-color: rgb(240,225,252); }
div.DivClassName
{
background-color: #F0E1FC;
}
.BgClassName
{
background-color: #F0E1FC;
}
</style>
border-color css
<style>
span { border-color: #F0E1FC; }
span { border-color: rgb(240,225,252); }
td.TdClassName
{
border-color: #F0E1FC;
}
.TagClassName
{
border-color: #F0E1FC;
}
</style>