Shades of White Lilac #F0E2F8
Tints of White Lilac #F0E2F8
RGB
CMYK
RGB Variations
Color information
#F0E2F8 (or 0xF0E2F8) is known color: White Lilac. HEX triplet: F0, E2 and F8. RGB value is (240,226,248). Sum of RGB (Red+Green+Blue) = 240+226+248=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0E2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2F8 is #0F1D07. Grayscale: #E8E8E8. Windows color (decimal): -990472 or 16311024. OLE color: 16311024.
HSL color Cylindrical-coordinate representation of color #F0E2F8: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E2F8 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 226 | 248 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.03 |
| HSL | 278.18º | 0.61% | 0.93% | - |
| HSV(B) | 278.18º | 0.09% | 0.97% | - |
| XYZ | 80.07 | 79.7 | 99.97 | - |
| YUV | 232.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 248 | 0.03 | 0.09 | 0 | 0.03 | 278.18 | 0.61 | 0.93 |
| Hex | F0 | E2 | F8 | 3 | 9 | 0 | 3 | 116 | 3D | 5D |
| Octal | 360 | 342 | 370 | 3 | 11 | 0 | 3 | 426 | 75 | 135 |
| Binary | 11110000 | 11100010 | 11111000 | 11 | 1001 | 0 | 11 | 100010110 | 111101 | 1011101 |
Color Harmonies of #F0E2F8
Complementary color
Monochromatic Colors of #F0E2F8
Black with #F0E2F8
Text Example
Text Example
White with #F0E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2F8; }
p { color: rgb(240,226,248); }
H1.HeaderClassName
{
color: #F0E2F8;
}
.AnyTagClassName
{
color: #F0E2F8;
}
</style>
background-color css
<style>
a { background-color: #F0E2F8; }
a { background-color: rgb(240,226,248); }
div.DivClassName
{
background-color: #F0E2F8;
}
.BgClassName
{
background-color: #F0E2F8;
}
</style>
border-color css
<style>
span { border-color: #F0E2F8; }
span { border-color: rgb(240,226,248); }
td.TdClassName
{
border-color: #F0E2F8;
}
.TagClassName
{
border-color: #F0E2F8;
}
</style>