Shades of White Lilac #F2E5F7
Tints of White Lilac #F2E5F7
RGB
CMYK
RGB Variations
Color information
#F2E5F7 (or 0xF2E5F7) is known color: White Lilac. HEX triplet: F2, E5 and F7. RGB value is (242,229,247). Sum of RGB (Red+Green+Blue) = 242+229+247=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2E5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5F7 is #0D1A08. Grayscale: #EAEAEA. Windows color (decimal): -858633 or 16246258. OLE color: 16246258.
HSL color Cylindrical-coordinate representation of color #F2E5F7: hue angle of 283.33º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E5F7 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 229 | 247 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.03 |
| HSL | 283.33º | 0.53% | 0.93% | - |
| HSV(B) | 283.33º | 0.07% | 0.97% | - |
| XYZ | 81.43 | 81.63 | 99.46 | - |
| YUV | 234.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 247 | 0.02 | 0.07 | 0 | 0.03 | 283.33 | 0.53 | 0.93 |
| Hex | F2 | E5 | F7 | 2 | 7 | 0 | 3 | 11B | 35 | 5D |
| Octal | 362 | 345 | 367 | 2 | 7 | 0 | 3 | 433 | 65 | 135 |
| Binary | 11110010 | 11100101 | 11110111 | 10 | 111 | 0 | 11 | 100011011 | 110101 | 1011101 |
Color Harmonies of #F2E5F7
Complementary color
Monochromatic Colors of #F2E5F7
Black with #F2E5F7
Text Example
Text Example
White with #F2E5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5F7; }
p { color: rgb(242,229,247); }
H1.HeaderClassName
{
color: #F2E5F7;
}
.AnyTagClassName
{
color: #F2E5F7;
}
</style>
background-color css
<style>
a { background-color: #F2E5F7; }
a { background-color: rgb(242,229,247); }
div.DivClassName
{
background-color: #F2E5F7;
}
.BgClassName
{
background-color: #F2E5F7;
}
</style>
border-color css
<style>
span { border-color: #F2E5F7; }
span { border-color: rgb(242,229,247); }
td.TdClassName
{
border-color: #F2E5F7;
}
.TagClassName
{
border-color: #F2E5F7;
}
</style>