Shades of White Lilac #F8E5FD
Tints of White Lilac #F8E5FD
RGB
CMYK
RGB Variations
Color information
#F8E5FD (or 0xF8E5FD) is known color: White Lilac. HEX triplet: F8, E5 and FD. RGB value is (248,229,253). Sum of RGB (Red+Green+Blue) = 248+229+253=730 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.97% from 730); Green value is 229 (89.84% from 255 or 31.37% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8E5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5FD is #071A02. Grayscale: #EDEDED. Windows color (decimal): -465411 or 16639480. OLE color: 16639480.
HSL color Cylindrical-coordinate representation of color #F8E5FD: hue angle of 287.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8E5FD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 229 | 253 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.01 |
| HSL | 287.5º | 0.86% | 0.95% | - |
| HSV(B) | 287.5º | 0.09% | 0.99% | - |
| XYZ | 84.46 | 83.09 | 104.51 | - |
| YUV | 237.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 253 | 0.02 | 0.09 | 0 | 0.01 | 287.5 | 0.86 | 0.95 |
| Hex | F8 | E5 | FD | 2 | 9 | 0 | 1 | 120 | 56 | 5F |
| Octal | 370 | 345 | 375 | 2 | 11 | 0 | 1 | 440 | 126 | 137 |
| Binary | 11111000 | 11100101 | 11111101 | 10 | 1001 | 0 | 1 | 100100000 | 1010110 | 1011111 |
Color Harmonies of #F8E5FD
Complementary color
Monochromatic Colors of #F8E5FD
Black with #F8E5FD
Text Example
Text Example
White with #F8E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E5FD; }
p { color: rgb(248,229,253); }
H1.HeaderClassName
{
color: #F8E5FD;
}
.AnyTagClassName
{
color: #F8E5FD;
}
</style>
background-color css
<style>
a { background-color: #F8E5FD; }
a { background-color: rgb(248,229,253); }
div.DivClassName
{
background-color: #F8E5FD;
}
.BgClassName
{
background-color: #F8E5FD;
}
</style>
border-color css
<style>
span { border-color: #F8E5FD; }
span { border-color: rgb(248,229,253); }
td.TdClassName
{
border-color: #F8E5FD;
}
.TagClassName
{
border-color: #F8E5FD;
}
</style>