Shades of White Lilac #F5E0FD
Tints of White Lilac #F5E0FD
RGB
CMYK
RGB Variations
Color information
#F5E0FD (or 0xF5E0FD) is known color: White Lilac. HEX triplet: F5, E0 and FD. RGB value is (245,224,253). Sum of RGB (Red+Green+Blue) = 245+224+253=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 224 (87.89% from 255 or 31.02% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5E0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0FD is #0A1F02. Grayscale: #E9E9E9. Windows color (decimal): -663299 or 16638197. OLE color: 16638197.
HSL color Cylindrical-coordinate representation of color #F5E0FD: hue angle of 283.45º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5E0FD is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 224 | 253 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.01 |
| HSL | 283.45º | 0.88% | 0.94% | - |
| HSV(B) | 283.45º | 0.11% | 0.99% | - |
| XYZ | 82.04 | 79.82 | 104.01 | - |
| YUV | 233.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 253 | 0.03 | 0.11 | 0 | 0.01 | 283.45 | 0.88 | 0.94 |
| Hex | F5 | E0 | FD | 3 | B | 0 | 1 | 11B | 58 | 5E |
| Octal | 365 | 340 | 375 | 3 | 13 | 0 | 1 | 433 | 130 | 136 |
| Binary | 11110101 | 11100000 | 11111101 | 11 | 1011 | 0 | 1 | 100011011 | 1011000 | 1011110 |
Color Harmonies of #F5E0FD
Complementary color
Monochromatic Colors of #F5E0FD
Black with #F5E0FD
Text Example
Text Example
White with #F5E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0FD; }
p { color: rgb(245,224,253); }
H1.HeaderClassName
{
color: #F5E0FD;
}
.AnyTagClassName
{
color: #F5E0FD;
}
</style>
background-color css
<style>
a { background-color: #F5E0FD; }
a { background-color: rgb(245,224,253); }
div.DivClassName
{
background-color: #F5E0FD;
}
.BgClassName
{
background-color: #F5E0FD;
}
</style>
border-color css
<style>
span { border-color: #F5E0FD; }
span { border-color: rgb(245,224,253); }
td.TdClassName
{
border-color: #F5E0FD;
}
.TagClassName
{
border-color: #F5E0FD;
}
</style>