Shades of White Lilac #F5E9FC
Tints of White Lilac #F5E9FC
RGB
CMYK
RGB Variations
Color information
#F5E9FC (or 0xF5E9FC) is known color: White Lilac. HEX triplet: F5, E9 and FC. RGB value is (245,233,252). Sum of RGB (Red+Green+Blue) = 245+233+252=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 233 (91.41% from 255 or 31.92% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5E9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E9FC is #0A1603. Grayscale: #EEEEEE. Windows color (decimal): -660996 or 16574965. OLE color: 16574965.
HSL color Cylindrical-coordinate representation of color #F5E9FC: hue angle of 277.89º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E9FC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 233 | 252 | - |
CMYK | 0.03 | 0.08 | 0 | 0.01 |
HSL | 277.89º | 0.76% | 0.95% | - |
HSV(B) | 277.89º | 0.08% | 0.99% | - |
XYZ | 84.37 | 84.72 | 104 | - |
YUV | 238.75 | 135.48 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 233 | 252 | 0.03 | 0.08 | 0 | 0.01 | 277.89 | 0.76 | 0.95 |
Hex | F5 | E9 | FC | 3 | 8 | 0 | 1 | 116 | 4C | 5F |
Octal | 365 | 351 | 374 | 3 | 10 | 0 | 1 | 426 | 114 | 137 |
Binary | 11110101 | 11101001 | 11111100 | 11 | 1000 | 0 | 1 | 100010110 | 1001100 | 1011111 |
Color Harmonies of #F5E9FC
Complementary color
Monochromatic Colors of #F5E9FC
Black with #F5E9FC
Text Example
Text Example
White with #F5E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9FC; }
p { color: rgb(245,233,252); }
H1.HeaderClassName
{
color: #F5E9FC;
}
.AnyTagClassName
{
color: #F5E9FC;
}
</style>
background-color css
<style>
a { background-color: #F5E9FC; }
a { background-color: rgb(245,233,252); }
div.DivClassName
{
background-color: #F5E9FC;
}
.BgClassName
{
background-color: #F5E9FC;
}
</style>
border-color css
<style>
span { border-color: #F5E9FC; }
span { border-color: rgb(245,233,252); }
td.TdClassName
{
border-color: #F5E9FC;
}
.TagClassName
{
border-color: #F5E9FC;
}
</style>