Shades of White Lilac #F2E1F8
Tints of White Lilac #F2E1F8
RGB
CMYK
RGB Variations
Color information
#F2E1F8 (or 0xF2E1F8) is known color: White Lilac. HEX triplet: F2, E1 and F8. RGB value is (242,225,248). Sum of RGB (Red+Green+Blue) = 242+225+248=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 248 (97.27% from 255 or 34.69% from 715); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2E1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1F8 is #0D1E07. Grayscale: #E8E8E8. Windows color (decimal): -859656 or 16310770. OLE color: 16310770.
HSL color Cylindrical-coordinate representation of color #F2E1F8: hue angle of 284.35º degrees, saturation: 0.62, 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 #F2E1F8 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 225 | 248 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.03 |
| HSL | 284.35º | 0.62% | 0.93% | - |
| HSV(B) | 284.35º | 0.09% | 0.97% | - |
| XYZ | 80.49 | 79.5 | 99.91 | - |
| YUV | 232.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 248 | 0.02 | 0.09 | 0 | 0.03 | 284.35 | 0.62 | 0.93 |
| Hex | F2 | E1 | F8 | 2 | 9 | 0 | 3 | 11C | 3E | 5D |
| Octal | 362 | 341 | 370 | 2 | 11 | 0 | 3 | 434 | 76 | 135 |
| Binary | 11110010 | 11100001 | 11111000 | 10 | 1001 | 0 | 11 | 100011100 | 111110 | 1011101 |
Color Harmonies of #F2E1F8
Complementary color
Monochromatic Colors of #F2E1F8
Black with #F2E1F8
Text Example
Text Example
White with #F2E1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1F8; }
p { color: rgb(242,225,248); }
H1.HeaderClassName
{
color: #F2E1F8;
}
.AnyTagClassName
{
color: #F2E1F8;
}
</style>
background-color css
<style>
a { background-color: #F2E1F8; }
a { background-color: rgb(242,225,248); }
div.DivClassName
{
background-color: #F2E1F8;
}
.BgClassName
{
background-color: #F2E1F8;
}
</style>
border-color css
<style>
span { border-color: #F2E1F8; }
span { border-color: rgb(242,225,248); }
td.TdClassName
{
border-color: #F2E1F8;
}
.TagClassName
{
border-color: #F2E1F8;
}
</style>