Shades of White Lilac #F9E5FE
Tints of White Lilac #F9E5FE
RGB
CMYK
RGB Variations
Color information
#F9E5FE (or 0xF9E5FE) is known color: White Lilac. HEX triplet: F9, E5 and FE. RGB value is (249,229,254). Sum of RGB (Red+Green+Blue) = 249+229+254=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 229 (89.84% from 255 or 31.28% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E5FE is #061A01. Grayscale: #EDEDED. Windows color (decimal): -399874 or 16705017. OLE color: 16705017.
HSL color Cylindrical-coordinate representation of color #F9E5FE: hue angle of 288º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9E5FE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 229 | 254 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.00 |
| HSL | 288º | 0.93% | 0.95% | - |
| HSV(B) | 288º | 0.1% | 1% | - |
| XYZ | 84.98 | 83.33 | 105.37 | - |
| YUV | 237.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 254 | 0.02 | 0.10 | 0 | 0.00 | 288 | 0.93 | 0.95 |
| Hex | F9 | E5 | FE | 2 | A | 0 | 0 | 120 | 5D | 5F |
| Octal | 371 | 345 | 376 | 2 | 12 | 0 | 0 | 440 | 135 | 137 |
| Binary | 11111001 | 11100101 | 11111110 | 10 | 1010 | 0 | 0 | 100100000 | 1011101 | 1011111 |
Color Harmonies of #F9E5FE
Complementary color
Monochromatic Colors of #F9E5FE
Black with #F9E5FE
Text Example
Text Example
White with #F9E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5FE; }
p { color: rgb(249,229,254); }
H1.HeaderClassName
{
color: #F9E5FE;
}
.AnyTagClassName
{
color: #F9E5FE;
}
</style>
background-color css
<style>
a { background-color: #F9E5FE; }
a { background-color: rgb(249,229,254); }
div.DivClassName
{
background-color: #F9E5FE;
}
.BgClassName
{
background-color: #F9E5FE;
}
</style>
border-color css
<style>
span { border-color: #F9E5FE; }
span { border-color: rgb(249,229,254); }
td.TdClassName
{
border-color: #F9E5FE;
}
.TagClassName
{
border-color: #F9E5FE;
}
</style>