Shades of White Lilac #F2E1F7
Tints of White Lilac #F2E1F7
RGB
CMYK
RGB Variations
Color information
#F2E1F7 (or 0xF2E1F7) is known color: White Lilac. HEX triplet: F2, E1 and F7. RGB value is (242,225,247). Sum of RGB (Red+Green+Blue) = 242+225+247=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 247 (96.88% from 255 or 34.59% from 714); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2E1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1F7 is #0D1E08. Grayscale: #E8E8E8. Windows color (decimal): -859657 or 16245234. OLE color: 16245234.
HSL color Cylindrical-coordinate representation of color #F2E1F7: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E1F7 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 225 | 247 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.03 |
| HSL | 286.36º | 0.58% | 0.93% | - |
| HSV(B) | 286.36º | 0.09% | 0.97% | - |
| XYZ | 80.33 | 79.44 | 99.1 | - |
| YUV | 232.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 247 | 0.02 | 0.09 | 0 | 0.03 | 286.36 | 0.58 | 0.93 |
| Hex | F2 | E1 | F7 | 2 | 9 | 0 | 3 | 11E | 3A | 5D |
| Octal | 362 | 341 | 367 | 2 | 11 | 0 | 3 | 436 | 72 | 135 |
| Binary | 11110010 | 11100001 | 11110111 | 10 | 1001 | 0 | 11 | 100011110 | 111010 | 1011101 |
Color Harmonies of #F2E1F7
Complementary color
Monochromatic Colors of #F2E1F7
Black with #F2E1F7
Text Example
Text Example
White with #F2E1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1F7; }
p { color: rgb(242,225,247); }
H1.HeaderClassName
{
color: #F2E1F7;
}
.AnyTagClassName
{
color: #F2E1F7;
}
</style>
background-color css
<style>
a { background-color: #F2E1F7; }
a { background-color: rgb(242,225,247); }
div.DivClassName
{
background-color: #F2E1F7;
}
.BgClassName
{
background-color: #F2E1F7;
}
</style>
border-color css
<style>
span { border-color: #F2E1F7; }
span { border-color: rgb(242,225,247); }
td.TdClassName
{
border-color: #F2E1F7;
}
.TagClassName
{
border-color: #F2E1F7;
}
</style>