Shades of French Lilac #F7C0EF
Tints of French Lilac #F7C0EF
RGB
CMYK
RGB Variations
Color information
#F7C0EF (or 0xF7C0EF) is known color: French Lilac. HEX triplet: F7, C0 and EF. RGB value is (247,192,239). Sum of RGB (Red+Green+Blue) = 247+192+239=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C0EF is #083F10. Grayscale: #D5D5D5. Windows color (decimal): -540433 or 15712503. OLE color: 15712503.
HSL color Cylindrical-coordinate representation of color #F7C0EF: hue angle of 308.73º 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 #F7C0EF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 239 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.03 |
| HSL | 308.73º | 0.77% | 0.86% | - |
| HSV(B) | 308.73º | 0.22% | 0.97% | - |
| XYZ | 72.79 | 63.71 | 90.12 | - |
| YUV | 213.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 239 | 0 | 0.22 | 0.03 | 0.03 | 308.73 | 0.77 | 0.86 |
| Hex | F7 | C0 | EF | 0 | 16 | 3 | 3 | 135 | 4D | 56 |
| Octal | 367 | 300 | 357 | 0 | 26 | 3 | 3 | 465 | 115 | 126 |
| Binary | 11110111 | 11000000 | 11101111 | 0 | 10110 | 11 | 11 | 100110101 | 1001101 | 1010110 |
Color Harmonies of #F7C0EF
Complementary color
Monochromatic Colors of #F7C0EF
Black with #F7C0EF
Text Example
Text Example
White with #F7C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C0EF; }
p { color: rgb(247,192,239); }
H1.HeaderClassName
{
color: #F7C0EF;
}
.AnyTagClassName
{
color: #F7C0EF;
}
</style>
background-color css
<style>
a { background-color: #F7C0EF; }
a { background-color: rgb(247,192,239); }
div.DivClassName
{
background-color: #F7C0EF;
}
.BgClassName
{
background-color: #F7C0EF;
}
</style>
border-color css
<style>
span { border-color: #F7C0EF; }
span { border-color: rgb(247,192,239); }
td.TdClassName
{
border-color: #F7C0EF;
}
.TagClassName
{
border-color: #F7C0EF;
}
</style>