Shades of French Lilac #F4C0EC
Tints of French Lilac #F4C0EC
RGB
CMYK
RGB Variations
Color information
#F4C0EC (or 0xF4C0EC) is known color: French Lilac. HEX triplet: F4, C0 and EC. RGB value is (244,192,236). Sum of RGB (Red+Green+Blue) = 244+192+236=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C0EC is #0B3F13. Grayscale: #D4D4D4. Windows color (decimal): -737044 or 15515892. OLE color: 15515892.
HSL color Cylindrical-coordinate representation of color #F4C0EC: hue angle of 309.23º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0EC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 236 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.04 |
| HSL | 309.23º | 0.7% | 0.85% | - |
| HSV(B) | 309.23º | 0.21% | 0.96% | - |
| XYZ | 71.3 | 62.99 | 87.76 | - |
| YUV | 212.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 236 | 0 | 0.21 | 0.03 | 0.04 | 309.23 | 0.7 | 0.85 |
| Hex | F4 | C0 | EC | 0 | 15 | 3 | 4 | 135 | 46 | 55 |
| Octal | 364 | 300 | 354 | 0 | 25 | 3 | 4 | 465 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11101100 | 0 | 10101 | 11 | 100 | 100110101 | 1000110 | 1010101 |
Color Harmonies of #F4C0EC
Complementary color
Monochromatic Colors of #F4C0EC
Black with #F4C0EC
Text Example
Text Example
White with #F4C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0EC; }
p { color: rgb(244,192,236); }
H1.HeaderClassName
{
color: #F4C0EC;
}
.AnyTagClassName
{
color: #F4C0EC;
}
</style>
background-color css
<style>
a { background-color: #F4C0EC; }
a { background-color: rgb(244,192,236); }
div.DivClassName
{
background-color: #F4C0EC;
}
.BgClassName
{
background-color: #F4C0EC;
}
</style>
border-color css
<style>
span { border-color: #F4C0EC; }
span { border-color: rgb(244,192,236); }
td.TdClassName
{
border-color: #F4C0EC;
}
.TagClassName
{
border-color: #F4C0EC;
}
</style>