Shades of White Lilac #F2E4FA
Tints of White Lilac #F2E4FA
RGB
CMYK
RGB Variations
Color information
#F2E4FA (or 0xF2E4FA) is known color: White Lilac. HEX triplet: F2, E4 and FA. RGB value is (242,228,250). Sum of RGB (Red+Green+Blue) = 242+228+250=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 228 (89.45% from 255 or 31.67% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E4FA is #0D1B05. Grayscale: #EAEAEA. Windows color (decimal): -858886 or 16442610. OLE color: 16442610.
HSL color Cylindrical-coordinate representation of color #F2E4FA: hue angle of 278.18º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E4FA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 228 | 250 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.02 |
| HSL | 278.18º | 0.69% | 0.94% | - |
| HSV(B) | 278.18º | 0.09% | 0.98% | - |
| XYZ | 81.62 | 81.27 | 101.83 | - |
| YUV | 234.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 250 | 0.03 | 0.09 | 0 | 0.02 | 278.18 | 0.69 | 0.94 |
| Hex | F2 | E4 | FA | 3 | 9 | 0 | 2 | 116 | 45 | 5E |
| Octal | 362 | 344 | 372 | 3 | 11 | 0 | 2 | 426 | 105 | 136 |
| Binary | 11110010 | 11100100 | 11111010 | 11 | 1001 | 0 | 10 | 100010110 | 1000101 | 1011110 |
Color Harmonies of #F2E4FA
Complementary color
Monochromatic Colors of #F2E4FA
Black with #F2E4FA
Text Example
Text Example
White with #F2E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4FA; }
p { color: rgb(242,228,250); }
H1.HeaderClassName
{
color: #F2E4FA;
}
.AnyTagClassName
{
color: #F2E4FA;
}
</style>
background-color css
<style>
a { background-color: #F2E4FA; }
a { background-color: rgb(242,228,250); }
div.DivClassName
{
background-color: #F2E4FA;
}
.BgClassName
{
background-color: #F2E4FA;
}
</style>
border-color css
<style>
span { border-color: #F2E4FA; }
span { border-color: rgb(242,228,250); }
td.TdClassName
{
border-color: #F2E4FA;
}
.TagClassName
{
border-color: #F2E4FA;
}
</style>