Shades of White Lilac #F0EDF2
Tints of White Lilac #F0EDF2
RGB
CMYK
RGB Variations
Color information
#F0EDF2 (or 0xF0EDF2) is known color: White Lilac. HEX triplet: F0, ED and F2. RGB value is (240,237,242). Sum of RGB (Red+Green+Blue) = 240+237+242=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF2 is #0F120D. Grayscale: #EEEEEE. Windows color (decimal): -987662 or 15920624. OLE color: 15920624.
HSL color Cylindrical-coordinate representation of color #F0EDF2: hue angle of 276º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EDF2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 237 | 242 | - |
CMYK | 0.01 | 0.02 | 0 | 0.05 |
HSL | 276º | 0.16% | 0.94% | - |
HSV(B) | 276º | 0.02% | 0.95% | - |
XYZ | 82.25 | 85.5 | 96.17 | - |
YUV | 238.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 242 | 0.01 | 0.02 | 0 | 0.05 | 276 | 0.16 | 0.94 |
Hex | F0 | ED | F2 | 1 | 2 | 0 | 5 | 114 | 10 | 5E |
Octal | 360 | 355 | 362 | 1 | 2 | 0 | 5 | 424 | 20 | 136 |
Binary | 11110000 | 11101101 | 11110010 | 1 | 10 | 0 | 101 | 100010100 | 10000 | 1011110 |
Color Harmonies of #F0EDF2
Complementary color
Monochromatic Colors of #F0EDF2
Black with #F0EDF2
Text Example
Text Example
White with #F0EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDF2; }
p { color: rgb(240,237,242); }
H1.HeaderClassName
{
color: #F0EDF2;
}
.AnyTagClassName
{
color: #F0EDF2;
}
</style>
background-color css
<style>
a { background-color: #F0EDF2; }
a { background-color: rgb(240,237,242); }
div.DivClassName
{
background-color: #F0EDF2;
}
.BgClassName
{
background-color: #F0EDF2;
}
</style>
border-color css
<style>
span { border-color: #F0EDF2; }
span { border-color: rgb(240,237,242); }
td.TdClassName
{
border-color: #F0EDF2;
}
.TagClassName
{
border-color: #F0EDF2;
}
</style>