Shades of Amour #F7E7EC
Tints of Amour #F7E7EC
RGB
CMYK
RGB Variations
Color information
#F7E7EC (or 0xF7E7EC) is known color: Amour. HEX triplet: F7, E7 and EC. RGB value is (247,231,236). Sum of RGB (Red+Green+Blue) = 247+231+236=714 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.59% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E7EC is #081813. Grayscale: #ECECEC. Windows color (decimal): -530452 or 15525879. OLE color: 15525879.
HSL color Cylindrical-coordinate representation of color #F7E7EC: hue angle of 341.25º degrees, saturation: 0.5, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F7E7EC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 236 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.03 |
| HSL | 341.25º | 0.5% | 0.94% | - |
| HSV(B) | 341.25º | 0.06% | 0.97% | - |
| XYZ | 82.07 | 82.98 | 91.05 | - |
| YUV | 236.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 236 | 0 | 0.06 | 0.04 | 0.03 | 341.25 | 0.5 | 0.94 |
| Hex | F7 | E7 | EC | 0 | 6 | 4 | 3 | 155 | 32 | 5E |
| Octal | 367 | 347 | 354 | 0 | 6 | 4 | 3 | 525 | 62 | 136 |
| Binary | 11110111 | 11100111 | 11101100 | 0 | 110 | 100 | 11 | 101010101 | 110010 | 1011110 |
Color Harmonies of #F7E7EC
Complementary color
Monochromatic Colors of #F7E7EC
Black with #F7E7EC
Text Example
Text Example
White with #F7E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E7EC; }
p { color: rgb(247,231,236); }
H1.HeaderClassName
{
color: #F7E7EC;
}
.AnyTagClassName
{
color: #F7E7EC;
}
</style>
background-color css
<style>
a { background-color: #F7E7EC; }
a { background-color: rgb(247,231,236); }
div.DivClassName
{
background-color: #F7E7EC;
}
.BgClassName
{
background-color: #F7E7EC;
}
</style>
border-color css
<style>
span { border-color: #F7E7EC; }
span { border-color: rgb(247,231,236); }
td.TdClassName
{
border-color: #F7E7EC;
}
.TagClassName
{
border-color: #F7E7EC;
}
</style>