Shades of French Lilac #F7C5ED
Tints of French Lilac #F7C5ED
RGB
CMYK
RGB Variations
Color information
#F7C5ED (or 0xF7C5ED) is known color: French Lilac. HEX triplet: F7, C5 and ED. RGB value is (247,197,237). Sum of RGB (Red+Green+Blue) = 247+197+237=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C5ED is #083A12. Grayscale: #D8D8D8. Windows color (decimal): -539155 or 15582711. OLE color: 15582711.
HSL color Cylindrical-coordinate representation of color #F7C5ED: hue angle of 312º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5ED is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 237 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.03 |
| HSL | 312º | 0.76% | 0.87% | - |
| HSV(B) | 312º | 0.2% | 0.97% | - |
| XYZ | 73.61 | 65.82 | 88.95 | - |
| YUV | 216.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 237 | 0 | 0.20 | 0.04 | 0.03 | 312 | 0.76 | 0.87 |
| Hex | F7 | C5 | ED | 0 | 14 | 4 | 3 | 138 | 4C | 57 |
| Octal | 367 | 305 | 355 | 0 | 24 | 4 | 3 | 470 | 114 | 127 |
| Binary | 11110111 | 11000101 | 11101101 | 0 | 10100 | 100 | 11 | 100111000 | 1001100 | 1010111 |
Color Harmonies of #F7C5ED
Complementary color
Monochromatic Colors of #F7C5ED
Black with #F7C5ED
Text Example
Text Example
White with #F7C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C5ED; }
p { color: rgb(247,197,237); }
H1.HeaderClassName
{
color: #F7C5ED;
}
.AnyTagClassName
{
color: #F7C5ED;
}
</style>
background-color css
<style>
a { background-color: #F7C5ED; }
a { background-color: rgb(247,197,237); }
div.DivClassName
{
background-color: #F7C5ED;
}
.BgClassName
{
background-color: #F7C5ED;
}
</style>
border-color css
<style>
span { border-color: #F7C5ED; }
span { border-color: rgb(247,197,237); }
td.TdClassName
{
border-color: #F7C5ED;
}
.TagClassName
{
border-color: #F7C5ED;
}
</style>