Shades of French Lilac #F2C1EC
Tints of French Lilac #F2C1EC
RGB
CMYK
RGB Variations
Color information
#F2C1EC (or 0xF2C1EC) is known color: French Lilac. HEX triplet: F2, C1 and EC. RGB value is (242,193,236). Sum of RGB (Red+Green+Blue) = 242+193+236=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1EC is #0D3E13. Grayscale: #D4D4D4. Windows color (decimal): -867860 or 15516146. OLE color: 15516146.
HSL color Cylindrical-coordinate representation of color #F2C1EC: hue angle of 307.35º degrees, saturation: 0.65, 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 #F2C1EC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 236 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.05 |
| HSL | 307.35º | 0.65% | 0.85% | - |
| HSV(B) | 307.35º | 0.2% | 0.95% | - |
| XYZ | 70.83 | 63.07 | 87.8 | - |
| YUV | 212.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 236 | 0 | 0.20 | 0.02 | 0.05 | 307.35 | 0.65 | 0.85 |
| Hex | F2 | C1 | EC | 0 | 14 | 2 | 5 | 133 | 41 | 55 |
| Octal | 362 | 301 | 354 | 0 | 24 | 2 | 5 | 463 | 101 | 125 |
| Binary | 11110010 | 11000001 | 11101100 | 0 | 10100 | 10 | 101 | 100110011 | 1000001 | 1010101 |
Color Harmonies of #F2C1EC
Complementary color
Monochromatic Colors of #F2C1EC
Black with #F2C1EC
Text Example
Text Example
White with #F2C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1EC; }
p { color: rgb(242,193,236); }
H1.HeaderClassName
{
color: #F2C1EC;
}
.AnyTagClassName
{
color: #F2C1EC;
}
</style>
background-color css
<style>
a { background-color: #F2C1EC; }
a { background-color: rgb(242,193,236); }
div.DivClassName
{
background-color: #F2C1EC;
}
.BgClassName
{
background-color: #F2C1EC;
}
</style>
border-color css
<style>
span { border-color: #F2C1EC; }
span { border-color: rgb(242,193,236); }
td.TdClassName
{
border-color: #F2C1EC;
}
.TagClassName
{
border-color: #F2C1EC;
}
</style>