Shades of French Lilac #F7C2EE
Tints of French Lilac #F7C2EE
RGB
CMYK
RGB Variations
Color information
#F7C2EE (or 0xF7C2EE) is known color: French Lilac. HEX triplet: F7, C2 and EE. RGB value is (247,194,238). Sum of RGB (Red+Green+Blue) = 247+194+238=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2EE is #083D11. Grayscale: #D6D6D6. Windows color (decimal): -539922 or 15647479. OLE color: 15647479.
HSL color Cylindrical-coordinate representation of color #F7C2EE: hue angle of 310.19º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2EE is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 238 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.03 |
| HSL | 310.19º | 0.77% | 0.86% | - |
| HSV(B) | 310.19º | 0.21% | 0.97% | - |
| XYZ | 73.08 | 64.53 | 89.49 | - |
| YUV | 214.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 238 | 0 | 0.21 | 0.04 | 0.03 | 310.19 | 0.77 | 0.86 |
| Hex | F7 | C2 | EE | 0 | 15 | 4 | 3 | 136 | 4D | 56 |
| Octal | 367 | 302 | 356 | 0 | 25 | 4 | 3 | 466 | 115 | 126 |
| Binary | 11110111 | 11000010 | 11101110 | 0 | 10101 | 100 | 11 | 100110110 | 1001101 | 1010110 |
Color Harmonies of #F7C2EE
Complementary color
Monochromatic Colors of #F7C2EE
Black with #F7C2EE
Text Example
Text Example
White with #F7C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C2EE; }
p { color: rgb(247,194,238); }
H1.HeaderClassName
{
color: #F7C2EE;
}
.AnyTagClassName
{
color: #F7C2EE;
}
</style>
background-color css
<style>
a { background-color: #F7C2EE; }
a { background-color: rgb(247,194,238); }
div.DivClassName
{
background-color: #F7C2EE;
}
.BgClassName
{
background-color: #F7C2EE;
}
</style>
border-color css
<style>
span { border-color: #F7C2EE; }
span { border-color: rgb(247,194,238); }
td.TdClassName
{
border-color: #F7C2EE;
}
.TagClassName
{
border-color: #F7C2EE;
}
</style>