Shades of White Lilac #F2E1FE
Tints of White Lilac #F2E1FE
RGB
CMYK
RGB Variations
Color information
#F2E1FE (or 0xF2E1FE) is known color: White Lilac. HEX triplet: F2, E1 and FE. RGB value is (242,225,254). Sum of RGB (Red+Green+Blue) = 242+225+254=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 225 (88.28% from 255 or 31.21% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2E1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1FE is #0D1E01. Grayscale: #E9E9E9. Windows color (decimal): -859650 or 16703986. OLE color: 16703986.
HSL color Cylindrical-coordinate representation of color #F2E1FE: hue angle of 275.17º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E1FE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 225 | 254 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.00 |
| HSL | 275.17º | 0.94% | 0.94% | - |
| HSV(B) | 275.17º | 0.11% | 1% | - |
| XYZ | 81.43 | 79.88 | 104.89 | - |
| YUV | 233.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 254 | 0.05 | 0.11 | 0 | 0.00 | 275.17 | 0.94 | 0.94 |
| Hex | F2 | E1 | FE | 5 | B | 0 | 0 | 113 | 5E | 5E |
| Octal | 362 | 341 | 376 | 5 | 13 | 0 | 0 | 423 | 136 | 136 |
| Binary | 11110010 | 11100001 | 11111110 | 101 | 1011 | 0 | 0 | 100010011 | 1011110 | 1011110 |
Color Harmonies of #F2E1FE
Complementary color
Monochromatic Colors of #F2E1FE
Black with #F2E1FE
Text Example
Text Example
White with #F2E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1FE; }
p { color: rgb(242,225,254); }
H1.HeaderClassName
{
color: #F2E1FE;
}
.AnyTagClassName
{
color: #F2E1FE;
}
</style>
background-color css
<style>
a { background-color: #F2E1FE; }
a { background-color: rgb(242,225,254); }
div.DivClassName
{
background-color: #F2E1FE;
}
.BgClassName
{
background-color: #F2E1FE;
}
</style>
border-color css
<style>
span { border-color: #F2E1FE; }
span { border-color: rgb(242,225,254); }
td.TdClassName
{
border-color: #F2E1FE;
}
.TagClassName
{
border-color: #F2E1FE;
}
</style>