Shades of White Lilac #F2E0FE
Tints of White Lilac #F2E0FE
RGB
CMYK
RGB Variations
Color information
#F2E0FE (or 0xF2E0FE) is known color: White Lilac. HEX triplet: F2, E0 and FE. RGB value is (242,224,254). Sum of RGB (Red+Green+Blue) = 242+224+254=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2E0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0FE is #0D1F01. Grayscale: #E8E8E8. Windows color (decimal): -859906 or 16703730. OLE color: 16703730.
HSL color Cylindrical-coordinate representation of color #F2E0FE: hue angle of 276º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2E0FE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 224 | 254 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.00 |
| HSL | 276º | 0.94% | 0.94% | - |
| HSV(B) | 276º | 0.12% | 1% | - |
| XYZ | 81.16 | 79.34 | 104.8 | - |
| YUV | 232.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 254 | 0.05 | 0.12 | 0 | 0.00 | 276 | 0.94 | 0.94 |
| Hex | F2 | E0 | FE | 5 | C | 0 | 0 | 114 | 5E | 5E |
| Octal | 362 | 340 | 376 | 5 | 14 | 0 | 0 | 424 | 136 | 136 |
| Binary | 11110010 | 11100000 | 11111110 | 101 | 1100 | 0 | 0 | 100010100 | 1011110 | 1011110 |
Color Harmonies of #F2E0FE
Complementary color
Monochromatic Colors of #F2E0FE
Black with #F2E0FE
Text Example
Text Example
White with #F2E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0FE; }
p { color: rgb(242,224,254); }
H1.HeaderClassName
{
color: #F2E0FE;
}
.AnyTagClassName
{
color: #F2E0FE;
}
</style>
background-color css
<style>
a { background-color: #F2E0FE; }
a { background-color: rgb(242,224,254); }
div.DivClassName
{
background-color: #F2E0FE;
}
.BgClassName
{
background-color: #F2E0FE;
}
</style>
border-color css
<style>
span { border-color: #F2E0FE; }
span { border-color: rgb(242,224,254); }
td.TdClassName
{
border-color: #F2E0FE;
}
.TagClassName
{
border-color: #F2E0FE;
}
</style>