Shades of French Lilac #F5BCED
Tints of French Lilac #F5BCED
RGB
CMYK
RGB Variations
Color information
#F5BCED (or 0xF5BCED) is known color: French Lilac. HEX triplet: F5, BC and ED. RGB value is (245,188,237). Sum of RGB (Red+Green+Blue) = 245+188+237=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCED is #0A4312. Grayscale: #D2D2D2. Windows color (decimal): -672531 or 15580405. OLE color: 15580405.
HSL color Cylindrical-coordinate representation of color #F5BCED: hue angle of 308.42º 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 #F5BCED is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 237 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.04 |
| HSL | 308.42º | 0.74% | 0.85% | - |
| HSV(B) | 308.42º | 0.23% | 0.96% | - |
| XYZ | 70.93 | 61.49 | 88.25 | - |
| YUV | 210.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 237 | 0 | 0.23 | 0.03 | 0.04 | 308.42 | 0.74 | 0.85 |
| Hex | F5 | BC | ED | 0 | 17 | 3 | 4 | 134 | 4A | 55 |
| Octal | 365 | 274 | 355 | 0 | 27 | 3 | 4 | 464 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11101101 | 0 | 10111 | 11 | 100 | 100110100 | 1001010 | 1010101 |
Color Harmonies of #F5BCED
Complementary color
Monochromatic Colors of #F5BCED
Black with #F5BCED
Text Example
Text Example
White with #F5BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCED; }
p { color: rgb(245,188,237); }
H1.HeaderClassName
{
color: #F5BCED;
}
.AnyTagClassName
{
color: #F5BCED;
}
</style>
background-color css
<style>
a { background-color: #F5BCED; }
a { background-color: rgb(245,188,237); }
div.DivClassName
{
background-color: #F5BCED;
}
.BgClassName
{
background-color: #F5BCED;
}
</style>
border-color css
<style>
span { border-color: #F5BCED; }
span { border-color: rgb(245,188,237); }
td.TdClassName
{
border-color: #F5BCED;
}
.TagClassName
{
border-color: #F5BCED;
}
</style>