Shades of White Lilac #F5E5F9
Tints of White Lilac #F5E5F9
RGB
CMYK
RGB Variations
Color information
#F5E5F9 (or 0xF5E5F9) is known color: White Lilac. HEX triplet: F5, E5 and F9. RGB value is (245,229,249). Sum of RGB (Red+Green+Blue) = 245+229+249=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 229 (89.84% from 255 or 31.67% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5E5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E5F9 is #0A1A06. Grayscale: #ECECEC. Windows color (decimal): -662023 or 16377333. OLE color: 16377333.
HSL color Cylindrical-coordinate representation of color #F5E5F9: hue angle of 288º degrees, saturation: 0.62, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E5F9 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 229 | 249 | - |
CMYK | 0.02 | 0.08 | 0 | 0.02 |
HSL | 288º | 0.63% | 0.94% | - |
HSV(B) | 288º | 0.08% | 0.98% | - |
XYZ | 82.77 | 82.29 | 101.14 | - |
YUV | 236.06 | 135.3 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 229 | 249 | 0.02 | 0.08 | 0 | 0.02 | 288 | 0.63 | 0.94 |
Hex | F5 | E5 | F9 | 2 | 8 | 0 | 2 | 120 | 3E | 5E |
Octal | 365 | 345 | 371 | 2 | 10 | 0 | 2 | 440 | 76 | 136 |
Binary | 11110101 | 11100101 | 11111001 | 10 | 1000 | 0 | 10 | 100100000 | 111110 | 1011110 |
Color Harmonies of #F5E5F9
Complementary color
Monochromatic Colors of #F5E5F9
Black with #F5E5F9
Text Example
Text Example
White with #F5E5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5F9; }
p { color: rgb(245,229,249); }
H1.HeaderClassName
{
color: #F5E5F9;
}
.AnyTagClassName
{
color: #F5E5F9;
}
</style>
background-color css
<style>
a { background-color: #F5E5F9; }
a { background-color: rgb(245,229,249); }
div.DivClassName
{
background-color: #F5E5F9;
}
.BgClassName
{
background-color: #F5E5F9;
}
</style>
border-color css
<style>
span { border-color: #F5E5F9; }
span { border-color: rgb(245,229,249); }
td.TdClassName
{
border-color: #F5E5F9;
}
.TagClassName
{
border-color: #F5E5F9;
}
</style>