Shades of White Lilac #F5E2FF
Tints of White Lilac #F5E2FF
RGB
CMYK
RGB Variations
Color information
#F5E2FF (or 0xF5E2FF) is known color: White Lilac. HEX triplet: F5, E2 and FF. RGB value is (245,226,255). Sum of RGB (Red+Green+Blue) = 245+226+255=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 226 (88.67% from 255 or 31.13% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E2FF is #0A1D00. Grayscale: #EAEAEA. Windows color (decimal): -662785 or 16769781. OLE color: 16769781.
HSL color Cylindrical-coordinate representation of color #F5E2FF: hue angle of 279.31º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5E2FF is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 245 | 226 | 255 | - |
CMYK | 0.04 | 0.11 | 0 | 0 |
HSL | 279.31º | 1% | 0.94% | - |
HSV(B) | 279.31º | 0.11% | 1% | - |
XYZ | 82.9 | 81.03 | 105.88 | - |
YUV | 234.99 | 139.29 | 135.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 226 | 255 | 0.04 | 0.11 | 0 | 0 | 279.31 | 1 | 0.94 |
Hex | F5 | E2 | FF | 4 | B | 0 | 0 | 117 | 64 | 5E |
Octal | 365 | 342 | 377 | 4 | 13 | 0 | 0 | 427 | 144 | 136 |
Binary | 11110101 | 11100010 | 11111111 | 100 | 1011 | 0 | 0 | 100010111 | 1100100 | 1011110 |
Color Harmonies of #F5E2FF
Complementary color
Monochromatic Colors of #F5E2FF
Black with #F5E2FF
Text Example
Text Example
White with #F5E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2FF; }
p { color: rgb(245,226,255); }
H1.HeaderClassName
{
color: #F5E2FF;
}
.AnyTagClassName
{
color: #F5E2FF;
}
</style>
background-color css
<style>
a { background-color: #F5E2FF; }
a { background-color: rgb(245,226,255); }
div.DivClassName
{
background-color: #F5E2FF;
}
.BgClassName
{
background-color: #F5E2FF;
}
</style>
border-color css
<style>
span { border-color: #F5E2FF; }
span { border-color: rgb(245,226,255); }
td.TdClassName
{
border-color: #F5E2FF;
}
.TagClassName
{
border-color: #F5E2FF;
}
</style>