Shades of French Lilac #F2C0EE
Tints of French Lilac #F2C0EE
RGB
CMYK
RGB Variations
Color information
#F2C0EE (or 0xF2C0EE) is known color: French Lilac. HEX triplet: F2, C0 and EE. RGB value is (242,192,238). Sum of RGB (Red+Green+Blue) = 242+192+238=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0EE is #0D3F11. Grayscale: #D4D4D4. Windows color (decimal): -868114 or 15646962. OLE color: 15646962.
HSL color Cylindrical-coordinate representation of color #F2C0EE: hue angle of 304.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0EE is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 238 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.05 |
| HSL | 304.8º | 0.66% | 0.85% | - |
| HSV(B) | 304.8º | 0.21% | 0.95% | - |
| XYZ | 70.9 | 62.75 | 89.26 | - |
| YUV | 212.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 238 | 0 | 0.21 | 0.02 | 0.05 | 304.8 | 0.66 | 0.85 |
| Hex | F2 | C0 | EE | 0 | 15 | 2 | 5 | 131 | 42 | 55 |
| Octal | 362 | 300 | 356 | 0 | 25 | 2 | 5 | 461 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11101110 | 0 | 10101 | 10 | 101 | 100110001 | 1000010 | 1010101 |
Color Harmonies of #F2C0EE
Complementary color
Monochromatic Colors of #F2C0EE
Black with #F2C0EE
Text Example
Text Example
White with #F2C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0EE; }
p { color: rgb(242,192,238); }
H1.HeaderClassName
{
color: #F2C0EE;
}
.AnyTagClassName
{
color: #F2C0EE;
}
</style>
background-color css
<style>
a { background-color: #F2C0EE; }
a { background-color: rgb(242,192,238); }
div.DivClassName
{
background-color: #F2C0EE;
}
.BgClassName
{
background-color: #F2C0EE;
}
</style>
border-color css
<style>
span { border-color: #F2C0EE; }
span { border-color: rgb(242,192,238); }
td.TdClassName
{
border-color: #F2C0EE;
}
.TagClassName
{
border-color: #F2C0EE;
}
</style>