Shades of French Lilac #F7C0EA
Tints of French Lilac #F7C0EA
RGB
CMYK
RGB Variations
Color information
#F7C0EA (or 0xF7C0EA) is known color: French Lilac. HEX triplet: F7, C0 and EA. RGB value is (247,192,234). Sum of RGB (Red+Green+Blue) = 247+192+234=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C0EA is #083F15. Grayscale: #D5D5D5. Windows color (decimal): -540438 or 15384823. OLE color: 15384823.
HSL color Cylindrical-coordinate representation of color #F7C0EA: hue angle of 314.18º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7C0EA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 234 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.03 |
| HSL | 314.18º | 0.77% | 0.86% | - |
| HSV(B) | 314.18º | 0.22% | 0.97% | - |
| XYZ | 72.06 | 63.41 | 86.28 | - |
| YUV | 213.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 234 | 0 | 0.22 | 0.05 | 0.03 | 314.18 | 0.77 | 0.86 |
| Hex | F7 | C0 | EA | 0 | 16 | 5 | 3 | 13A | 4D | 56 |
| Octal | 367 | 300 | 352 | 0 | 26 | 5 | 3 | 472 | 115 | 126 |
| Binary | 11110111 | 11000000 | 11101010 | 0 | 10110 | 101 | 11 | 100111010 | 1001101 | 1010110 |
Color Harmonies of #F7C0EA
Complementary color
Monochromatic Colors of #F7C0EA
Black with #F7C0EA
Text Example
Text Example
White with #F7C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C0EA; }
p { color: rgb(247,192,234); }
H1.HeaderClassName
{
color: #F7C0EA;
}
.AnyTagClassName
{
color: #F7C0EA;
}
</style>
background-color css
<style>
a { background-color: #F7C0EA; }
a { background-color: rgb(247,192,234); }
div.DivClassName
{
background-color: #F7C0EA;
}
.BgClassName
{
background-color: #F7C0EA;
}
</style>
border-color css
<style>
span { border-color: #F7C0EA; }
span { border-color: rgb(247,192,234); }
td.TdClassName
{
border-color: #F7C0EA;
}
.TagClassName
{
border-color: #F7C0EA;
}
</style>