Shades of White Lilac #F2DEFE
Tints of White Lilac #F2DEFE
RGB
CMYK
RGB Variations
Color information
#F2DEFE (or 0xF2DEFE) is known color: White Lilac. HEX triplet: F2, DE and FE. RGB value is (242,222,254). Sum of RGB (Red+Green+Blue) = 242+222+254=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEFE is #0D2101. Grayscale: #E7E7E7. Windows color (decimal): -860418 or 16703218. OLE color: 16703218.
HSL color Cylindrical-coordinate representation of color #F2DEFE: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2DEFE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 222 | 254 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.00 |
| HSL | 277.5º | 0.94% | 0.93% | - |
| HSV(B) | 277.5º | 0.13% | 1% | - |
| XYZ | 80.63 | 78.28 | 104.63 | - |
| YUV | 231.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 254 | 0.05 | 0.13 | 0 | 0.00 | 277.5 | 0.94 | 0.93 |
| Hex | F2 | DE | FE | 5 | D | 0 | 0 | 116 | 5E | 5D |
| Octal | 362 | 336 | 376 | 5 | 15 | 0 | 0 | 426 | 136 | 135 |
| Binary | 11110010 | 11011110 | 11111110 | 101 | 1101 | 0 | 0 | 100010110 | 1011110 | 1011101 |
Color Harmonies of #F2DEFE
Complementary color
Monochromatic Colors of #F2DEFE
Black with #F2DEFE
Text Example
Text Example
White with #F2DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEFE; }
p { color: rgb(242,222,254); }
H1.HeaderClassName
{
color: #F2DEFE;
}
.AnyTagClassName
{
color: #F2DEFE;
}
</style>
background-color css
<style>
a { background-color: #F2DEFE; }
a { background-color: rgb(242,222,254); }
div.DivClassName
{
background-color: #F2DEFE;
}
.BgClassName
{
background-color: #F2DEFE;
}
</style>
border-color css
<style>
span { border-color: #F2DEFE; }
span { border-color: rgb(242,222,254); }
td.TdClassName
{
border-color: #F2DEFE;
}
.TagClassName
{
border-color: #F2DEFE;
}
</style>