Shades of White Lilac #F0EDF1
Tints of White Lilac #F0EDF1
RGB
CMYK
RGB Variations
Color information
#F0EDF1 (or 0xF0EDF1) is known color: White Lilac. HEX triplet: F0, ED and F1. RGB value is (240,237,241). Sum of RGB (Red+Green+Blue) = 240+237+241=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF1 is #0F120E. Grayscale: #EEEEEE. Windows color (decimal): -987663 or 15855088. OLE color: 15855088.
HSL color Cylindrical-coordinate representation of color #F0EDF1: hue angle of 285º degrees, saturation: 0.12, 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 #F0EDF1 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 237 | 241 | - |
| CMYK | 0.00 | 0.02 | 0 | 0.05 |
| HSL | 285º | 0.13% | 0.94% | - |
| HSV(B) | 285º | 0.02% | 0.95% | - |
| XYZ | 82.1 | 85.44 | 95.38 | - |
| YUV | 238.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 241 | 0.00 | 0.02 | 0 | 0.05 | 285 | 0.13 | 0.94 |
| Hex | F0 | ED | F1 | 0 | 2 | 0 | 5 | 11D | C | 5E |
| Octal | 360 | 355 | 361 | 0 | 2 | 0 | 5 | 435 | 14 | 136 |
| Binary | 11110000 | 11101101 | 11110001 | 0 | 10 | 0 | 101 | 100011101 | 1100 | 1011110 |
Color Harmonies of #F0EDF1
Complementary color
Monochromatic Colors of #F0EDF1
Black with #F0EDF1
Text Example
Text Example
White with #F0EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDF1; }
p { color: rgb(240,237,241); }
H1.HeaderClassName
{
color: #F0EDF1;
}
.AnyTagClassName
{
color: #F0EDF1;
}
</style>
background-color css
<style>
a { background-color: #F0EDF1; }
a { background-color: rgb(240,237,241); }
div.DivClassName
{
background-color: #F0EDF1;
}
.BgClassName
{
background-color: #F0EDF1;
}
</style>
border-color css
<style>
span { border-color: #F0EDF1; }
span { border-color: rgb(240,237,241); }
td.TdClassName
{
border-color: #F0EDF1;
}
.TagClassName
{
border-color: #F0EDF1;
}
</style>