Shades of White Lilac #F2EAF8
Tints of White Lilac #F2EAF8
RGB
CMYK
RGB Variations
Color information
#F2EAF8 (or 0xF2EAF8) is known color: White Lilac. HEX triplet: F2, EA and F8. RGB value is (242,234,248). Sum of RGB (Red+Green+Blue) = 242+234+248=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2EAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAF8 is #0D1507. Grayscale: #EDEDED. Windows color (decimal): -857352 or 16313074. OLE color: 16313074.
HSL color Cylindrical-coordinate representation of color #F2EAF8: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2EAF8 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 234 | 248 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.03 |
| HSL | 274.29º | 0.5% | 0.95% | - |
| HSV(B) | 274.29º | 0.06% | 0.97% | - |
| XYZ | 82.98 | 84.5 | 100.74 | - |
| YUV | 237.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 248 | 0.02 | 0.06 | 0 | 0.03 | 274.29 | 0.5 | 0.95 |
| Hex | F2 | EA | F8 | 2 | 6 | 0 | 3 | 112 | 32 | 5F |
| Octal | 362 | 352 | 370 | 2 | 6 | 0 | 3 | 422 | 62 | 137 |
| Binary | 11110010 | 11101010 | 11111000 | 10 | 110 | 0 | 11 | 100010010 | 110010 | 1011111 |
Color Harmonies of #F2EAF8
Complementary color
Monochromatic Colors of #F2EAF8
Black with #F2EAF8
Text Example
Text Example
White with #F2EAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAF8; }
p { color: rgb(242,234,248); }
H1.HeaderClassName
{
color: #F2EAF8;
}
.AnyTagClassName
{
color: #F2EAF8;
}
</style>
background-color css
<style>
a { background-color: #F2EAF8; }
a { background-color: rgb(242,234,248); }
div.DivClassName
{
background-color: #F2EAF8;
}
.BgClassName
{
background-color: #F2EAF8;
}
</style>
border-color css
<style>
span { border-color: #F2EAF8; }
span { border-color: rgb(242,234,248); }
td.TdClassName
{
border-color: #F2EAF8;
}
.TagClassName
{
border-color: #F2EAF8;
}
</style>