Shades of French Lilac #F5BBEC
Tints of French Lilac #F5BBEC
RGB
CMYK
RGB Variations
Color information
#F5BBEC (or 0xF5BBEC) is known color: French Lilac. HEX triplet: F5, BB and EC. RGB value is (245,187,236). Sum of RGB (Red+Green+Blue) = 245+187+236=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBEC is #0A4413. Grayscale: #D1D1D1. Windows color (decimal): -672788 or 15514613. OLE color: 15514613.
HSL color Cylindrical-coordinate representation of color #F5BBEC: hue angle of 309.31º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBEC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 236 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.04 |
| HSL | 309.31º | 0.74% | 0.85% | - |
| HSV(B) | 309.31º | 0.24% | 0.96% | - |
| XYZ | 70.57 | 61.01 | 87.41 | - |
| YUV | 209.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 236 | 0 | 0.24 | 0.04 | 0.04 | 309.31 | 0.74 | 0.85 |
| Hex | F5 | BB | EC | 0 | 18 | 4 | 4 | 135 | 4A | 55 |
| Octal | 365 | 273 | 354 | 0 | 30 | 4 | 4 | 465 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11101100 | 0 | 11000 | 100 | 100 | 100110101 | 1001010 | 1010101 |
Color Harmonies of #F5BBEC
Complementary color
Monochromatic Colors of #F5BBEC
Black with #F5BBEC
Text Example
Text Example
White with #F5BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBEC; }
p { color: rgb(245,187,236); }
H1.HeaderClassName
{
color: #F5BBEC;
}
.AnyTagClassName
{
color: #F5BBEC;
}
</style>
background-color css
<style>
a { background-color: #F5BBEC; }
a { background-color: rgb(245,187,236); }
div.DivClassName
{
background-color: #F5BBEC;
}
.BgClassName
{
background-color: #F5BBEC;
}
</style>
border-color css
<style>
span { border-color: #F5BBEC; }
span { border-color: rgb(245,187,236); }
td.TdClassName
{
border-color: #F5BBEC;
}
.TagClassName
{
border-color: #F5BBEC;
}
</style>