Shades of White Lilac #F5E7FD
Tints of White Lilac #F5E7FD
RGB
CMYK
RGB Variations
Color information
#F5E7FD (or 0xF5E7FD) is known color: White Lilac. HEX triplet: F5, E7 and FD. RGB value is (245,231,253). Sum of RGB (Red+Green+Blue) = 245+231+253=729 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.61% from 729); Green value is 231 (90.62% from 255 or 31.69% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5E7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E7FD is #0A1802. Grayscale: #EDEDED. Windows color (decimal): -661507 or 16639989. OLE color: 16639989.
HSL color Cylindrical-coordinate representation of color #F5E7FD: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E7FD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 231 | 253 | - |
CMYK | 0.03 | 0.09 | 0 | 0.01 |
HSL | 278.18º | 0.85% | 0.95% | - |
HSV(B) | 278.18º | 0.09% | 0.99% | - |
XYZ | 83.96 | 83.66 | 104.65 | - |
YUV | 237.69 | 136.64 | 133.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 231 | 253 | 0.03 | 0.09 | 0 | 0.01 | 278.18 | 0.85 | 0.95 |
Hex | F5 | E7 | FD | 3 | 9 | 0 | 1 | 116 | 55 | 5F |
Octal | 365 | 347 | 375 | 3 | 11 | 0 | 1 | 426 | 125 | 137 |
Binary | 11110101 | 11100111 | 11111101 | 11 | 1001 | 0 | 1 | 100010110 | 1010101 | 1011111 |
Color Harmonies of #F5E7FD
Complementary color
Monochromatic Colors of #F5E7FD
Black with #F5E7FD
Text Example
Text Example
White with #F5E7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E7FD; }
p { color: rgb(245,231,253); }
H1.HeaderClassName
{
color: #F5E7FD;
}
.AnyTagClassName
{
color: #F5E7FD;
}
</style>
background-color css
<style>
a { background-color: #F5E7FD; }
a { background-color: rgb(245,231,253); }
div.DivClassName
{
background-color: #F5E7FD;
}
.BgClassName
{
background-color: #F5E7FD;
}
</style>
border-color css
<style>
span { border-color: #F5E7FD; }
span { border-color: rgb(245,231,253); }
td.TdClassName
{
border-color: #F5E7FD;
}
.TagClassName
{
border-color: #F5E7FD;
}
</style>