Shades of White Lilac #F5E6FB
Tints of White Lilac #F5E6FB
RGB
CMYK
RGB Variations
Color information
#F5E6FB (or 0xF5E6FB) is known color: White Lilac. HEX triplet: F5, E6 and FB. RGB value is (245,230,251). Sum of RGB (Red+Green+Blue) = 245+230+251=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 230 (90.23% from 255 or 31.68% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5E6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E6FB is #0A1904. Grayscale: #ECECEC. Windows color (decimal): -661765 or 16508661. OLE color: 16508661.
HSL color Cylindrical-coordinate representation of color #F5E6FB: hue angle of 282.86º degrees, saturation: 0.72, 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 #F5E6FB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 230 | 251 | - |
CMYK | 0.02 | 0.08 | 0 | 0.02 |
HSL | 282.86º | 0.72% | 0.94% | - |
HSV(B) | 282.86º | 0.08% | 0.98% | - |
XYZ | 83.37 | 82.97 | 102.89 | - |
YUV | 236.88 | 135.97 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 230 | 251 | 0.02 | 0.08 | 0 | 0.02 | 282.86 | 0.72 | 0.94 |
Hex | F5 | E6 | FB | 2 | 8 | 0 | 2 | 11B | 48 | 5E |
Octal | 365 | 346 | 373 | 2 | 10 | 0 | 2 | 433 | 110 | 136 |
Binary | 11110101 | 11100110 | 11111011 | 10 | 1000 | 0 | 10 | 100011011 | 1001000 | 1011110 |
Color Harmonies of #F5E6FB
Complementary color
Monochromatic Colors of #F5E6FB
Black with #F5E6FB
Text Example
Text Example
White with #F5E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6FB; }
p { color: rgb(245,230,251); }
H1.HeaderClassName
{
color: #F5E6FB;
}
.AnyTagClassName
{
color: #F5E6FB;
}
</style>
background-color css
<style>
a { background-color: #F5E6FB; }
a { background-color: rgb(245,230,251); }
div.DivClassName
{
background-color: #F5E6FB;
}
.BgClassName
{
background-color: #F5E6FB;
}
</style>
border-color css
<style>
span { border-color: #F5E6FB; }
span { border-color: rgb(245,230,251); }
td.TdClassName
{
border-color: #F5E6FB;
}
.TagClassName
{
border-color: #F5E6FB;
}
</style>