Shades of French Lilac #F4BCEC
Tints of French Lilac #F4BCEC
RGB
CMYK
RGB Variations
Color information
#F4BCEC (or 0xF4BCEC) is known color: French Lilac. HEX triplet: F4, BC and EC. RGB value is (244,188,236). Sum of RGB (Red+Green+Blue) = 244+188+236=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCEC is #0B4313. Grayscale: #D2D2D2. Windows color (decimal): -738068 or 15514868. OLE color: 15514868.
HSL color Cylindrical-coordinate representation of color #F4BCEC: hue angle of 308.57º 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 #F4BCEC is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 236 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.04 |
| HSL | 308.57º | 0.72% | 0.85% | - |
| HSV(B) | 308.57º | 0.23% | 0.96% | - |
| XYZ | 70.43 | 61.26 | 87.47 | - |
| YUV | 210.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 236 | 0 | 0.23 | 0.03 | 0.04 | 308.57 | 0.72 | 0.85 |
| Hex | F4 | BC | EC | 0 | 17 | 3 | 4 | 135 | 48 | 55 |
| Octal | 364 | 274 | 354 | 0 | 27 | 3 | 4 | 465 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11101100 | 0 | 10111 | 11 | 100 | 100110101 | 1001000 | 1010101 |
Color Harmonies of #F4BCEC
Complementary color
Monochromatic Colors of #F4BCEC
Black with #F4BCEC
Text Example
Text Example
White with #F4BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCEC; }
p { color: rgb(244,188,236); }
H1.HeaderClassName
{
color: #F4BCEC;
}
.AnyTagClassName
{
color: #F4BCEC;
}
</style>
background-color css
<style>
a { background-color: #F4BCEC; }
a { background-color: rgb(244,188,236); }
div.DivClassName
{
background-color: #F4BCEC;
}
.BgClassName
{
background-color: #F4BCEC;
}
</style>
border-color css
<style>
span { border-color: #F4BCEC; }
span { border-color: rgb(244,188,236); }
td.TdClassName
{
border-color: #F4BCEC;
}
.TagClassName
{
border-color: #F4BCEC;
}
</style>