Shades of White Lilac #F5DEFE
Tints of White Lilac #F5DEFE
RGB
CMYK
RGB Variations
Color information
#F5DEFE (or 0xF5DEFE) is known color: White Lilac. HEX triplet: F5, DE and FE. RGB value is (245,222,254). Sum of RGB (Red+Green+Blue) = 245+222+254=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 222 (87.11% from 255 or 30.79% 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 #F5DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEFE is #0A2101. Grayscale: #E8E8E8. Windows color (decimal): -663810 or 16703221. OLE color: 16703221.
HSL color Cylindrical-coordinate representation of color #F5DEFE: hue angle of 283.12º 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 #F5DEFE is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 222 | 254 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.00 |
| HSL | 283.13º | 0.94% | 0.93% | - |
| HSV(B) | 283.13º | 0.13% | 1% | - |
| XYZ | 81.67 | 78.81 | 104.67 | - |
| YUV | 232.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 254 | 0.04 | 0.13 | 0 | 0.00 | 283.13 | 0.94 | 0.93 |
| Hex | F5 | DE | FE | 4 | D | 0 | 0 | 11B | 5E | 5D |
| Octal | 365 | 336 | 376 | 4 | 15 | 0 | 0 | 433 | 136 | 135 |
| Binary | 11110101 | 11011110 | 11111110 | 100 | 1101 | 0 | 0 | 100011011 | 1011110 | 1011101 |
Color Harmonies of #F5DEFE
Complementary color
Monochromatic Colors of #F5DEFE
Black with #F5DEFE
Text Example
Text Example
White with #F5DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEFE; }
p { color: rgb(245,222,254); }
H1.HeaderClassName
{
color: #F5DEFE;
}
.AnyTagClassName
{
color: #F5DEFE;
}
</style>
background-color css
<style>
a { background-color: #F5DEFE; }
a { background-color: rgb(245,222,254); }
div.DivClassName
{
background-color: #F5DEFE;
}
.BgClassName
{
background-color: #F5DEFE;
}
</style>
border-color css
<style>
span { border-color: #F5DEFE; }
span { border-color: rgb(245,222,254); }
td.TdClassName
{
border-color: #F5DEFE;
}
.TagClassName
{
border-color: #F5DEFE;
}
</style>