Shades of White Lilac #F5E4FF
Tints of White Lilac #F5E4FF
RGB
CMYK
RGB Variations
Color information
#F5E4FF (or 0xF5E4FF) is known color: White Lilac. HEX triplet: F5, E4 and FF. RGB value is (245,228,255). Sum of RGB (Red+Green+Blue) = 245+228+255=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 228 (89.45% from 255 or 31.32% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4FF is #0A1B00. Grayscale: #ECECEC. Windows color (decimal): -662273 or 16770293. OLE color: 16770293.
HSL color Cylindrical-coordinate representation of color #F5E4FF: hue angle of 277.78º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5E4FF is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 245 | 228 | 255 | - |
CMYK | 0.04 | 0.11 | 0 | 0 |
HSL | 277.78º | 1% | 0.95% | - |
HSV(B) | 277.78º | 0.11% | 1% | - |
XYZ | 83.45 | 82.12 | 106.06 | - |
YUV | 236.16 | 138.63 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 228 | 255 | 0.04 | 0.11 | 0 | 0 | 277.78 | 1 | 0.95 |
Hex | F5 | E4 | FF | 4 | B | 0 | 0 | 116 | 64 | 5F |
Octal | 365 | 344 | 377 | 4 | 13 | 0 | 0 | 426 | 144 | 137 |
Binary | 11110101 | 11100100 | 11111111 | 100 | 1011 | 0 | 0 | 100010110 | 1100100 | 1011111 |
Color Harmonies of #F5E4FF
Complementary color
Monochromatic Colors of #F5E4FF
Black with #F5E4FF
Text Example
Text Example
White with #F5E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E4FF; }
p { color: rgb(245,228,255); }
H1.HeaderClassName
{
color: #F5E4FF;
}
.AnyTagClassName
{
color: #F5E4FF;
}
</style>
background-color css
<style>
a { background-color: #F5E4FF; }
a { background-color: rgb(245,228,255); }
div.DivClassName
{
background-color: #F5E4FF;
}
.BgClassName
{
background-color: #F5E4FF;
}
</style>
border-color css
<style>
span { border-color: #F5E4FF; }
span { border-color: rgb(245,228,255); }
td.TdClassName
{
border-color: #F5E4FF;
}
.TagClassName
{
border-color: #F5E4FF;
}
</style>