Shades of French Lilac #F0C1EB
Tints of French Lilac #F0C1EB
RGB
CMYK
RGB Variations
Color information
#F0C1EB (or 0xF0C1EB) is known color: French Lilac. HEX triplet: F0, C1 and EB. RGB value is (240,193,235). Sum of RGB (Red+Green+Blue) = 240+193+235=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1EB is #0F3E14. Grayscale: #D3D3D3. Windows color (decimal): -998933 or 15450608. OLE color: 15450608.
HSL color Cylindrical-coordinate representation of color #F0C1EB: hue angle of 306.38º 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 #F0C1EB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 235 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.06 |
| HSL | 306.38º | 0.61% | 0.85% | - |
| HSV(B) | 306.38º | 0.2% | 0.94% | - |
| XYZ | 70 | 62.66 | 87 | - |
| YUV | 211.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 235 | 0 | 0.20 | 0.02 | 0.06 | 306.38 | 0.61 | 0.85 |
| Hex | F0 | C1 | EB | 0 | 14 | 2 | 6 | 132 | 3D | 55 |
| Octal | 360 | 301 | 353 | 0 | 24 | 2 | 6 | 462 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11101011 | 0 | 10100 | 10 | 110 | 100110010 | 111101 | 1010101 |
Color Harmonies of #F0C1EB
Complementary color
Monochromatic Colors of #F0C1EB
Black with #F0C1EB
Text Example
Text Example
White with #F0C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1EB; }
p { color: rgb(240,193,235); }
H1.HeaderClassName
{
color: #F0C1EB;
}
.AnyTagClassName
{
color: #F0C1EB;
}
</style>
background-color css
<style>
a { background-color: #F0C1EB; }
a { background-color: rgb(240,193,235); }
div.DivClassName
{
background-color: #F0C1EB;
}
.BgClassName
{
background-color: #F0C1EB;
}
</style>
border-color css
<style>
span { border-color: #F0C1EB; }
span { border-color: rgb(240,193,235); }
td.TdClassName
{
border-color: #F0C1EB;
}
.TagClassName
{
border-color: #F0C1EB;
}
</style>