Shades of French Lilac #F2C0E8
Tints of French Lilac #F2C0E8
RGB
CMYK
RGB Variations
Color information
#F2C0E8 (or 0xF2C0E8) is known color: French Lilac. HEX triplet: F2, C0 and E8. RGB value is (242,192,232). Sum of RGB (Red+Green+Blue) = 242+192+232=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0E8 is #0D3F17. Grayscale: #D3D3D3. Windows color (decimal): -868120 or 15253746. OLE color: 15253746.
HSL color Cylindrical-coordinate representation of color #F2C0E8: hue angle of 312º 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 #F2C0E8 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 232 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.05 |
| HSL | 312º | 0.66% | 0.85% | - |
| HSV(B) | 312º | 0.21% | 0.95% | - |
| XYZ | 70.03 | 62.4 | 84.7 | - |
| YUV | 211.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 232 | 0 | 0.21 | 0.04 | 0.05 | 312 | 0.66 | 0.85 |
| Hex | F2 | C0 | E8 | 0 | 15 | 4 | 5 | 138 | 42 | 55 |
| Octal | 362 | 300 | 350 | 0 | 25 | 4 | 5 | 470 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11101000 | 0 | 10101 | 100 | 101 | 100111000 | 1000010 | 1010101 |
Color Harmonies of #F2C0E8
Complementary color
Monochromatic Colors of #F2C0E8
Black with #F2C0E8
Text Example
Text Example
White with #F2C0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0E8; }
p { color: rgb(242,192,232); }
H1.HeaderClassName
{
color: #F2C0E8;
}
.AnyTagClassName
{
color: #F2C0E8;
}
</style>
background-color css
<style>
a { background-color: #F2C0E8; }
a { background-color: rgb(242,192,232); }
div.DivClassName
{
background-color: #F2C0E8;
}
.BgClassName
{
background-color: #F2C0E8;
}
</style>
border-color css
<style>
span { border-color: #F2C0E8; }
span { border-color: rgb(242,192,232); }
td.TdClassName
{
border-color: #F2C0E8;
}
.TagClassName
{
border-color: #F2C0E8;
}
</style>