Shades of Amour #F7E1EA
Tints of Amour #F7E1EA
RGB
CMYK
RGB Variations
Color information
#F7E1EA (or 0xF7E1EA) is known color: Amour. HEX triplet: F7, E1 and EA. RGB value is (247,225,234). Sum of RGB (Red+Green+Blue) = 247+225+234=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E1EA is #081E15. Grayscale: #E8E8E8. Windows color (decimal): -531990 or 15393271. OLE color: 15393271.
HSL color Cylindrical-coordinate representation of color #F7E1EA: hue angle of 335.45º degrees, saturation: 0.58, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E1EA is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 234 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.03 |
| HSL | 335.45º | 0.58% | 0.93% | - |
| HSV(B) | 335.45º | 0.09% | 0.97% | - |
| XYZ | 80.13 | 79.57 | 88.98 | - |
| YUV | 232.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 234 | 0 | 0.09 | 0.05 | 0.03 | 335.45 | 0.58 | 0.93 |
| Hex | F7 | E1 | EA | 0 | 9 | 5 | 3 | 14F | 3A | 5D |
| Octal | 367 | 341 | 352 | 0 | 11 | 5 | 3 | 517 | 72 | 135 |
| Binary | 11110111 | 11100001 | 11101010 | 0 | 1001 | 101 | 11 | 101001111 | 111010 | 1011101 |
Color Harmonies of #F7E1EA
Complementary color
Monochromatic Colors of #F7E1EA
Black with #F7E1EA
Text Example
Text Example
White with #F7E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1EA; }
p { color: rgb(247,225,234); }
H1.HeaderClassName
{
color: #F7E1EA;
}
.AnyTagClassName
{
color: #F7E1EA;
}
</style>
background-color css
<style>
a { background-color: #F7E1EA; }
a { background-color: rgb(247,225,234); }
div.DivClassName
{
background-color: #F7E1EA;
}
.BgClassName
{
background-color: #F7E1EA;
}
</style>
border-color css
<style>
span { border-color: #F7E1EA; }
span { border-color: rgb(247,225,234); }
td.TdClassName
{
border-color: #F7E1EA;
}
.TagClassName
{
border-color: #F7E1EA;
}
</style>