Shades of Amour #F7E5ED
Tints of Amour #F7E5ED
RGB
CMYK
RGB Variations
Color information
#F7E5ED (or 0xF7E5ED) is known color: Amour. HEX triplet: F7, E5 and ED. RGB value is (247,229,237). Sum of RGB (Red+Green+Blue) = 247+229+237=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E5ED is #081A12. Grayscale: #EBEBEB. Windows color (decimal): -530963 or 15590903. OLE color: 15590903.
HSL color Cylindrical-coordinate representation of color #F7E5ED: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7E5ED is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 237 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.03 |
| HSL | 333.33º | 0.53% | 0.93% | - |
| HSV(B) | 333.33º | 0.07% | 0.97% | - |
| XYZ | 81.66 | 81.93 | 91.63 | - |
| YUV | 235.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 237 | 0 | 0.07 | 0.04 | 0.03 | 333.33 | 0.53 | 0.93 |
| Hex | F7 | E5 | ED | 0 | 7 | 4 | 3 | 14D | 35 | 5D |
| Octal | 367 | 345 | 355 | 0 | 7 | 4 | 3 | 515 | 65 | 135 |
| Binary | 11110111 | 11100101 | 11101101 | 0 | 111 | 100 | 11 | 101001101 | 110101 | 1011101 |
Color Harmonies of #F7E5ED
Complementary color
Monochromatic Colors of #F7E5ED
Black with #F7E5ED
Text Example
Text Example
White with #F7E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E5ED; }
p { color: rgb(247,229,237); }
H1.HeaderClassName
{
color: #F7E5ED;
}
.AnyTagClassName
{
color: #F7E5ED;
}
</style>
background-color css
<style>
a { background-color: #F7E5ED; }
a { background-color: rgb(247,229,237); }
div.DivClassName
{
background-color: #F7E5ED;
}
.BgClassName
{
background-color: #F7E5ED;
}
</style>
border-color css
<style>
span { border-color: #F7E5ED; }
span { border-color: rgb(247,229,237); }
td.TdClassName
{
border-color: #F7E5ED;
}
.TagClassName
{
border-color: #F7E5ED;
}
</style>