Shades of White Lilac #F2E5F6
Tints of White Lilac #F2E5F6
RGB
CMYK
RGB Variations
Color information
#F2E5F6 (or 0xF2E5F6) is known color: White Lilac. HEX triplet: F2, E5 and F6. RGB value is (242,229,246). Sum of RGB (Red+Green+Blue) = 242+229+246=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2E5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5F6 is #0D1A09. Grayscale: #EAEAEA. Windows color (decimal): -858634 or 16180722. OLE color: 16180722.
HSL color Cylindrical-coordinate representation of color #F2E5F6: hue angle of 285.88º degrees, saturation: 0.49, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E5F6 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 229 | 246 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.04 |
| HSL | 285.88º | 0.49% | 0.93% | - |
| HSV(B) | 285.88º | 0.07% | 0.96% | - |
| XYZ | 81.27 | 81.57 | 98.65 | - |
| YUV | 234.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 246 | 0.02 | 0.07 | 0 | 0.04 | 285.88 | 0.49 | 0.93 |
| Hex | F2 | E5 | F6 | 2 | 7 | 0 | 4 | 11E | 31 | 5D |
| Octal | 362 | 345 | 366 | 2 | 7 | 0 | 4 | 436 | 61 | 135 |
| Binary | 11110010 | 11100101 | 11110110 | 10 | 111 | 0 | 100 | 100011110 | 110001 | 1011101 |
Color Harmonies of #F2E5F6
Complementary color
Monochromatic Colors of #F2E5F6
Black with #F2E5F6
Text Example
Text Example
White with #F2E5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5F6; }
p { color: rgb(242,229,246); }
H1.HeaderClassName
{
color: #F2E5F6;
}
.AnyTagClassName
{
color: #F2E5F6;
}
</style>
background-color css
<style>
a { background-color: #F2E5F6; }
a { background-color: rgb(242,229,246); }
div.DivClassName
{
background-color: #F2E5F6;
}
.BgClassName
{
background-color: #F2E5F6;
}
</style>
border-color css
<style>
span { border-color: #F2E5F6; }
span { border-color: rgb(242,229,246); }
td.TdClassName
{
border-color: #F2E5F6;
}
.TagClassName
{
border-color: #F2E5F6;
}
</style>