Shades of French Lilac #F5C0EA
Tints of French Lilac #F5C0EA
RGB
CMYK
RGB Variations
Color information
#F5C0EA (or 0xF5C0EA) is known color: French Lilac. HEX triplet: F5, C0 and EA. RGB value is (245,192,234). Sum of RGB (Red+Green+Blue) = 245+192+234=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0EA is #0A3F15. Grayscale: #D4D4D4. Windows color (decimal): -671510 or 15384821. OLE color: 15384821.
HSL color Cylindrical-coordinate representation of color #F5C0EA: hue angle of 312.45º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C0EA is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 234 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.04 |
| HSL | 312.45º | 0.73% | 0.86% | - |
| HSV(B) | 312.45º | 0.22% | 0.96% | - |
| XYZ | 71.36 | 63.05 | 86.25 | - |
| YUV | 212.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 234 | 0 | 0.22 | 0.04 | 0.04 | 312.45 | 0.73 | 0.86 |
| Hex | F5 | C0 | EA | 0 | 16 | 4 | 4 | 138 | 49 | 56 |
| Octal | 365 | 300 | 352 | 0 | 26 | 4 | 4 | 470 | 111 | 126 |
| Binary | 11110101 | 11000000 | 11101010 | 0 | 10110 | 100 | 100 | 100111000 | 1001001 | 1010110 |
Color Harmonies of #F5C0EA
Complementary color
Monochromatic Colors of #F5C0EA
Black with #F5C0EA
Text Example
Text Example
White with #F5C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0EA; }
p { color: rgb(245,192,234); }
H1.HeaderClassName
{
color: #F5C0EA;
}
.AnyTagClassName
{
color: #F5C0EA;
}
</style>
background-color css
<style>
a { background-color: #F5C0EA; }
a { background-color: rgb(245,192,234); }
div.DivClassName
{
background-color: #F5C0EA;
}
.BgClassName
{
background-color: #F5C0EA;
}
</style>
border-color css
<style>
span { border-color: #F5C0EA; }
span { border-color: rgb(245,192,234); }
td.TdClassName
{
border-color: #F5C0EA;
}
.TagClassName
{
border-color: #F5C0EA;
}
</style>