Shades of French Lilac #F4BCE8
Tints of French Lilac #F4BCE8
RGB
CMYK
RGB Variations
Color information
#F4BCE8 (or 0xF4BCE8) is known color: French Lilac. HEX triplet: F4, BC and E8. RGB value is (244,188,232). Sum of RGB (Red+Green+Blue) = 244+188+232=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCE8 is #0B4317. Grayscale: #D1D1D1. Windows color (decimal): -738072 or 15252724. OLE color: 15252724.
HSL color Cylindrical-coordinate representation of color #F4BCE8: hue angle of 312.86º degrees, saturation: 0.72, 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 #F4BCE8 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 232 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.04 |
| HSL | 312.86º | 0.72% | 0.85% | - |
| HSV(B) | 312.86º | 0.23% | 0.96% | - |
| XYZ | 69.86 | 61.03 | 84.44 | - |
| YUV | 209.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 232 | 0 | 0.23 | 0.05 | 0.04 | 312.86 | 0.72 | 0.85 |
| Hex | F4 | BC | E8 | 0 | 17 | 5 | 4 | 139 | 48 | 55 |
| Octal | 364 | 274 | 350 | 0 | 27 | 5 | 4 | 471 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11101000 | 0 | 10111 | 101 | 100 | 100111001 | 1001000 | 1010101 |
Color Harmonies of #F4BCE8
Complementary color
Monochromatic Colors of #F4BCE8
Black with #F4BCE8
Text Example
Text Example
White with #F4BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCE8; }
p { color: rgb(244,188,232); }
H1.HeaderClassName
{
color: #F4BCE8;
}
.AnyTagClassName
{
color: #F4BCE8;
}
</style>
background-color css
<style>
a { background-color: #F4BCE8; }
a { background-color: rgb(244,188,232); }
div.DivClassName
{
background-color: #F4BCE8;
}
.BgClassName
{
background-color: #F4BCE8;
}
</style>
border-color css
<style>
span { border-color: #F4BCE8; }
span { border-color: rgb(244,188,232); }
td.TdClassName
{
border-color: #F4BCE8;
}
.TagClassName
{
border-color: #F4BCE8;
}
</style>