Shades of White Lilac #F5E2FA
Tints of White Lilac #F5E2FA
RGB
CMYK
RGB Variations
Color information
#F5E2FA (or 0xF5E2FA) is known color: White Lilac. HEX triplet: F5, E2 and FA. RGB value is (245,226,250). Sum of RGB (Red+Green+Blue) = 245+226+250=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 226 (88.67% from 255 or 31.35% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5E2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E2FA is #0A1D05. Grayscale: #EAEAEA. Windows color (decimal): -662790 or 16442101. OLE color: 16442101.
HSL color Cylindrical-coordinate representation of color #F5E2FA: hue angle of 287.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5E2FA is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 226 | 250 | - |
CMYK | 0.02 | 0.10 | 0 | 0.02 |
HSL | 287.5º | 0.71% | 0.93% | - |
HSV(B) | 287.5º | 0.1% | 0.98% | - |
XYZ | 82.11 | 80.71 | 101.69 | - |
YUV | 234.42 | 136.79 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 226 | 250 | 0.02 | 0.10 | 0 | 0.02 | 287.5 | 0.71 | 0.93 |
Hex | F5 | E2 | FA | 2 | A | 0 | 2 | 120 | 47 | 5D |
Octal | 365 | 342 | 372 | 2 | 12 | 0 | 2 | 440 | 107 | 135 |
Binary | 11110101 | 11100010 | 11111010 | 10 | 1010 | 0 | 10 | 100100000 | 1000111 | 1011101 |
Color Harmonies of #F5E2FA
Complementary color
Monochromatic Colors of #F5E2FA
Black with #F5E2FA
Text Example
Text Example
White with #F5E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2FA; }
p { color: rgb(245,226,250); }
H1.HeaderClassName
{
color: #F5E2FA;
}
.AnyTagClassName
{
color: #F5E2FA;
}
</style>
background-color css
<style>
a { background-color: #F5E2FA; }
a { background-color: rgb(245,226,250); }
div.DivClassName
{
background-color: #F5E2FA;
}
.BgClassName
{
background-color: #F5E2FA;
}
</style>
border-color css
<style>
span { border-color: #F5E2FA; }
span { border-color: rgb(245,226,250); }
td.TdClassName
{
border-color: #F5E2FA;
}
.TagClassName
{
border-color: #F5E2FA;
}
</style>