Shades of French Lilac #F2C0E6
Tints of French Lilac #F2C0E6
RGB
CMYK
RGB Variations
Color information
#F2C0E6 (or 0xF2C0E6) is known color: French Lilac. HEX triplet: F2, C0 and E6. RGB value is (242,192,230). Sum of RGB (Red+Green+Blue) = 242+192+230=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0E6 is #0D3F19. Grayscale: #D3D3D3. Windows color (decimal): -868122 or 15122674. OLE color: 15122674.
HSL color Cylindrical-coordinate representation of color #F2C0E6: hue angle of 314.4º 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 #F2C0E6 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 230 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.05 |
| HSL | 314.4º | 0.66% | 0.85% | - |
| HSV(B) | 314.4º | 0.21% | 0.95% | - |
| XYZ | 69.75 | 62.29 | 83.21 | - |
| YUV | 211.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 230 | 0 | 0.21 | 0.05 | 0.05 | 314.4 | 0.66 | 0.85 |
| Hex | F2 | C0 | E6 | 0 | 15 | 5 | 5 | 13A | 42 | 55 |
| Octal | 362 | 300 | 346 | 0 | 25 | 5 | 5 | 472 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11100110 | 0 | 10101 | 101 | 101 | 100111010 | 1000010 | 1010101 |
Color Harmonies of #F2C0E6
Complementary color
Monochromatic Colors of #F2C0E6
Black with #F2C0E6
Text Example
Text Example
White with #F2C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0E6; }
p { color: rgb(242,192,230); }
H1.HeaderClassName
{
color: #F2C0E6;
}
.AnyTagClassName
{
color: #F2C0E6;
}
</style>
background-color css
<style>
a { background-color: #F2C0E6; }
a { background-color: rgb(242,192,230); }
div.DivClassName
{
background-color: #F2C0E6;
}
.BgClassName
{
background-color: #F2C0E6;
}
</style>
border-color css
<style>
span { border-color: #F2C0E6; }
span { border-color: rgb(242,192,230); }
td.TdClassName
{
border-color: #F2C0E6;
}
.TagClassName
{
border-color: #F2C0E6;
}
</style>