Shades of French Lilac #F4BCEA
Tints of French Lilac #F4BCEA
RGB
CMYK
RGB Variations
Color information
#F4BCEA (or 0xF4BCEA) is known color: French Lilac. HEX triplet: F4, BC and EA. RGB value is (244,188,234). Sum of RGB (Red+Green+Blue) = 244+188+234=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCEA is #0B4315. Grayscale: #D1D1D1. Windows color (decimal): -738070 or 15383796. OLE color: 15383796.
HSL color Cylindrical-coordinate representation of color #F4BCEA: hue angle of 310.71º 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 #F4BCEA is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 234 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.04 |
| HSL | 310.71º | 0.72% | 0.85% | - |
| HSV(B) | 310.71º | 0.23% | 0.96% | - |
| XYZ | 70.14 | 61.14 | 85.95 | - |
| YUV | 209.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 234 | 0 | 0.23 | 0.04 | 0.04 | 310.71 | 0.72 | 0.85 |
| Hex | F4 | BC | EA | 0 | 17 | 4 | 4 | 137 | 48 | 55 |
| Octal | 364 | 274 | 352 | 0 | 27 | 4 | 4 | 467 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11101010 | 0 | 10111 | 100 | 100 | 100110111 | 1001000 | 1010101 |
Color Harmonies of #F4BCEA
Complementary color
Monochromatic Colors of #F4BCEA
Black with #F4BCEA
Text Example
Text Example
White with #F4BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCEA; }
p { color: rgb(244,188,234); }
H1.HeaderClassName
{
color: #F4BCEA;
}
.AnyTagClassName
{
color: #F4BCEA;
}
</style>
background-color css
<style>
a { background-color: #F4BCEA; }
a { background-color: rgb(244,188,234); }
div.DivClassName
{
background-color: #F4BCEA;
}
.BgClassName
{
background-color: #F4BCEA;
}
</style>
border-color css
<style>
span { border-color: #F4BCEA; }
span { border-color: rgb(244,188,234); }
td.TdClassName
{
border-color: #F4BCEA;
}
.TagClassName
{
border-color: #F4BCEA;
}
</style>