Shades of French Lilac #F5BCEB
Tints of French Lilac #F5BCEB
RGB
CMYK
RGB Variations
Color information
#F5BCEB (or 0xF5BCEB) is known color: French Lilac. HEX triplet: F5, BC and EB. RGB value is (245,188,235). Sum of RGB (Red+Green+Blue) = 245+188+235=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCEB is #0A4314. Grayscale: #D2D2D2. Windows color (decimal): -672533 or 15449333. OLE color: 15449333.
HSL color Cylindrical-coordinate representation of color #F5BCEB: hue angle of 310.53º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCEB is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 235 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.04 |
| HSL | 310.53º | 0.74% | 0.85% | - |
| HSV(B) | 310.53º | 0.23% | 0.96% | - |
| XYZ | 70.63 | 61.38 | 86.72 | - |
| YUV | 210.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 235 | 0 | 0.23 | 0.04 | 0.04 | 310.53 | 0.74 | 0.85 |
| Hex | F5 | BC | EB | 0 | 17 | 4 | 4 | 137 | 4A | 55 |
| Octal | 365 | 274 | 353 | 0 | 27 | 4 | 4 | 467 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11101011 | 0 | 10111 | 100 | 100 | 100110111 | 1001010 | 1010101 |
Color Harmonies of #F5BCEB
Complementary color
Monochromatic Colors of #F5BCEB
Black with #F5BCEB
Text Example
Text Example
White with #F5BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCEB; }
p { color: rgb(245,188,235); }
H1.HeaderClassName
{
color: #F5BCEB;
}
.AnyTagClassName
{
color: #F5BCEB;
}
</style>
background-color css
<style>
a { background-color: #F5BCEB; }
a { background-color: rgb(245,188,235); }
div.DivClassName
{
background-color: #F5BCEB;
}
.BgClassName
{
background-color: #F5BCEB;
}
</style>
border-color css
<style>
span { border-color: #F5BCEB; }
span { border-color: rgb(245,188,235); }
td.TdClassName
{
border-color: #F5BCEB;
}
.TagClassName
{
border-color: #F5BCEB;
}
</style>