Shades of White Lilac #F2EDF5
Tints of White Lilac #F2EDF5
RGB
CMYK
RGB Variations
Color information
#F2EDF5 (or 0xF2EDF5) is known color: White Lilac. HEX triplet: F2, ED and F5. RGB value is (242,237,245). Sum of RGB (Red+Green+Blue) = 242+237+245=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 245 (96.09% from 255 or 33.84% from 724); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDF5 is #0D120A. Grayscale: #EFEFEF. Windows color (decimal): -856587 or 16117234. OLE color: 16117234.
HSL color Cylindrical-coordinate representation of color #F2EDF5: hue angle of 277.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EDF5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 237 | 245 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.04 |
| HSL | 277.5º | 0.29% | 0.95% | - |
| HSV(B) | 277.5º | 0.03% | 0.96% | - |
| XYZ | 83.38 | 86.04 | 98.6 | - |
| YUV | 239.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 245 | 0.01 | 0.03 | 0 | 0.04 | 277.5 | 0.29 | 0.95 |
| Hex | F2 | ED | F5 | 1 | 3 | 0 | 4 | 116 | 1D | 5F |
| Octal | 362 | 355 | 365 | 1 | 3 | 0 | 4 | 426 | 35 | 137 |
| Binary | 11110010 | 11101101 | 11110101 | 1 | 11 | 0 | 100 | 100010110 | 11101 | 1011111 |
Color Harmonies of #F2EDF5
Complementary color
Monochromatic Colors of #F2EDF5
Black with #F2EDF5
Text Example
Text Example
White with #F2EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDF5; }
p { color: rgb(242,237,245); }
H1.HeaderClassName
{
color: #F2EDF5;
}
.AnyTagClassName
{
color: #F2EDF5;
}
</style>
background-color css
<style>
a { background-color: #F2EDF5; }
a { background-color: rgb(242,237,245); }
div.DivClassName
{
background-color: #F2EDF5;
}
.BgClassName
{
background-color: #F2EDF5;
}
</style>
border-color css
<style>
span { border-color: #F2EDF5; }
span { border-color: rgb(242,237,245); }
td.TdClassName
{
border-color: #F2EDF5;
}
.TagClassName
{
border-color: #F2EDF5;
}
</style>