Shades of White Lilac #F5E5FE
Tints of White Lilac #F5E5FE
RGB
CMYK
RGB Variations
Color information
#F5E5FE (or 0xF5E5FE) is known color: White Lilac. HEX triplet: F5, E5 and FE. RGB value is (245,229,254). Sum of RGB (Red+Green+Blue) = 245+229+254=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 229 (89.84% from 255 or 31.46% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E5FE is #0A1A01. Grayscale: #ECECEC. Windows color (decimal): -662018 or 16705013. OLE color: 16705013.
HSL color Cylindrical-coordinate representation of color #F5E5FE: hue angle of 278.4º 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 #F5E5FE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 245 | 229 | 254 | - |
CMYK | 0.04 | 0.10 | 0 | 0.00 |
HSL | 278.4º | 0.93% | 0.95% | - |
HSV(B) | 278.4º | 0.1% | 1% | - |
XYZ | 83.56 | 82.61 | 105.31 | - |
YUV | 236.63 | 137.8 | 133.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 229 | 254 | 0.04 | 0.10 | 0 | 0.00 | 278.4 | 0.93 | 0.95 |
Hex | F5 | E5 | FE | 4 | A | 0 | 0 | 116 | 5D | 5F |
Octal | 365 | 345 | 376 | 4 | 12 | 0 | 0 | 426 | 135 | 137 |
Binary | 11110101 | 11100101 | 11111110 | 100 | 1010 | 0 | 0 | 100010110 | 1011101 | 1011111 |
Color Harmonies of #F5E5FE
Complementary color
Monochromatic Colors of #F5E5FE
Black with #F5E5FE
Text Example
Text Example
White with #F5E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5FE; }
p { color: rgb(245,229,254); }
H1.HeaderClassName
{
color: #F5E5FE;
}
.AnyTagClassName
{
color: #F5E5FE;
}
</style>
background-color css
<style>
a { background-color: #F5E5FE; }
a { background-color: rgb(245,229,254); }
div.DivClassName
{
background-color: #F5E5FE;
}
.BgClassName
{
background-color: #F5E5FE;
}
</style>
border-color css
<style>
span { border-color: #F5E5FE; }
span { border-color: rgb(245,229,254); }
td.TdClassName
{
border-color: #F5E5FE;
}
.TagClassName
{
border-color: #F5E5FE;
}
</style>