Shades of French Lilac #F0C1EC
Tints of French Lilac #F0C1EC
RGB
CMYK
RGB Variations
Color information
#F0C1EC (or 0xF0C1EC) is known color: French Lilac. HEX triplet: F0, C1 and EC. RGB value is (240,193,236). Sum of RGB (Red+Green+Blue) = 240+193+236=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1EC is #0F3E13. Grayscale: #D3D3D3. Windows color (decimal): -998932 or 15516144. OLE color: 15516144.
HSL color Cylindrical-coordinate representation of color #F0C1EC: hue angle of 305.11º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C1EC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 236 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.06 |
| HSL | 305.11º | 0.61% | 0.85% | - |
| HSV(B) | 305.11º | 0.2% | 0.94% | - |
| XYZ | 70.15 | 62.72 | 87.77 | - |
| YUV | 211.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 236 | 0 | 0.20 | 0.02 | 0.06 | 305.11 | 0.61 | 0.85 |
| Hex | F0 | C1 | EC | 0 | 14 | 2 | 6 | 131 | 3D | 55 |
| Octal | 360 | 301 | 354 | 0 | 24 | 2 | 6 | 461 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11101100 | 0 | 10100 | 10 | 110 | 100110001 | 111101 | 1010101 |
Color Harmonies of #F0C1EC
Complementary color
Monochromatic Colors of #F0C1EC
Black with #F0C1EC
Text Example
Text Example
White with #F0C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1EC; }
p { color: rgb(240,193,236); }
H1.HeaderClassName
{
color: #F0C1EC;
}
.AnyTagClassName
{
color: #F0C1EC;
}
</style>
background-color css
<style>
a { background-color: #F0C1EC; }
a { background-color: rgb(240,193,236); }
div.DivClassName
{
background-color: #F0C1EC;
}
.BgClassName
{
background-color: #F0C1EC;
}
</style>
border-color css
<style>
span { border-color: #F0C1EC; }
span { border-color: rgb(240,193,236); }
td.TdClassName
{
border-color: #F0C1EC;
}
.TagClassName
{
border-color: #F0C1EC;
}
</style>