Shades of French Lilac #F1C0EC
Tints of French Lilac #F1C0EC
RGB
CMYK
RGB Variations
Color information
#F1C0EC (or 0xF1C0EC) is known color: French Lilac. HEX triplet: F1, C0 and EC. RGB value is (241,192,236). Sum of RGB (Red+Green+Blue) = 241+192+236=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0EC is #0E3F13. Grayscale: #D3D3D3. Windows color (decimal): -933652 or 15515889. OLE color: 15515889.
HSL color Cylindrical-coordinate representation of color #F1C0EC: hue angle of 306.12º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0EC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 236 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.05 |
| HSL | 306.12º | 0.64% | 0.85% | - |
| HSV(B) | 306.12º | 0.2% | 0.95% | - |
| XYZ | 70.27 | 62.46 | 87.71 | - |
| YUV | 211.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 236 | 0 | 0.20 | 0.02 | 0.05 | 306.12 | 0.64 | 0.85 |
| Hex | F1 | C0 | EC | 0 | 14 | 2 | 5 | 132 | 40 | 55 |
| Octal | 361 | 300 | 354 | 0 | 24 | 2 | 5 | 462 | 100 | 125 |
| Binary | 11110001 | 11000000 | 11101100 | 0 | 10100 | 10 | 101 | 100110010 | 1000000 | 1010101 |
Color Harmonies of #F1C0EC
Complementary color
Monochromatic Colors of #F1C0EC
Black with #F1C0EC
Text Example
Text Example
White with #F1C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0EC; }
p { color: rgb(241,192,236); }
H1.HeaderClassName
{
color: #F1C0EC;
}
.AnyTagClassName
{
color: #F1C0EC;
}
</style>
background-color css
<style>
a { background-color: #F1C0EC; }
a { background-color: rgb(241,192,236); }
div.DivClassName
{
background-color: #F1C0EC;
}
.BgClassName
{
background-color: #F1C0EC;
}
</style>
border-color css
<style>
span { border-color: #F1C0EC; }
span { border-color: rgb(241,192,236); }
td.TdClassName
{
border-color: #F1C0EC;
}
.TagClassName
{
border-color: #F1C0EC;
}
</style>