Shades of French Lilac #F5C0EE
Tints of French Lilac #F5C0EE
RGB
CMYK
RGB Variations
Color information
#F5C0EE (or 0xF5C0EE) is known color: French Lilac. HEX triplet: F5, C0 and EE. RGB value is (245,192,238). Sum of RGB (Red+Green+Blue) = 245+192+238=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0EE is #0A3F11. Grayscale: #D4D4D4. Windows color (decimal): -671506 or 15646965. OLE color: 15646965.
HSL color Cylindrical-coordinate representation of color #F5C0EE: hue angle of 307.92º 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 #F5C0EE is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 238 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.04 |
| HSL | 307.92º | 0.73% | 0.86% | - |
| HSV(B) | 307.92º | 0.22% | 0.96% | - |
| XYZ | 71.94 | 63.28 | 89.31 | - |
| YUV | 213.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 238 | 0 | 0.22 | 0.03 | 0.04 | 307.92 | 0.73 | 0.86 |
| Hex | F5 | C0 | EE | 0 | 16 | 3 | 4 | 134 | 49 | 56 |
| Octal | 365 | 300 | 356 | 0 | 26 | 3 | 4 | 464 | 111 | 126 |
| Binary | 11110101 | 11000000 | 11101110 | 0 | 10110 | 11 | 100 | 100110100 | 1001001 | 1010110 |
Color Harmonies of #F5C0EE
Complementary color
Monochromatic Colors of #F5C0EE
Black with #F5C0EE
Text Example
Text Example
White with #F5C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0EE; }
p { color: rgb(245,192,238); }
H1.HeaderClassName
{
color: #F5C0EE;
}
.AnyTagClassName
{
color: #F5C0EE;
}
</style>
background-color css
<style>
a { background-color: #F5C0EE; }
a { background-color: rgb(245,192,238); }
div.DivClassName
{
background-color: #F5C0EE;
}
.BgClassName
{
background-color: #F5C0EE;
}
</style>
border-color css
<style>
span { border-color: #F5C0EE; }
span { border-color: rgb(245,192,238); }
td.TdClassName
{
border-color: #F5C0EE;
}
.TagClassName
{
border-color: #F5C0EE;
}
</style>