Shades of Amour #F7E9EC
Tints of Amour #F7E9EC
RGB
CMYK
RGB Variations
Color information
#F7E9EC (or 0xF7E9EC) is known color: Amour. HEX triplet: F7, E9 and EC. RGB value is (247,233,236). Sum of RGB (Red+Green+Blue) = 247+233+236=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E9EC is #081613. Grayscale: #EDEDED. Windows color (decimal): -529940 or 15526391. OLE color: 15526391.
HSL color Cylindrical-coordinate representation of color #F7E9EC: hue angle of 347.14º degrees, saturation: 0.47, 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 #F7E9EC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 233 | 236 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.03 |
| HSL | 347.14º | 0.47% | 0.94% | - |
| HSV(B) | 347.14º | 0.06% | 0.97% | - |
| XYZ | 82.64 | 84.11 | 91.24 | - |
| YUV | 237.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 233 | 236 | 0 | 0.06 | 0.04 | 0.03 | 347.14 | 0.47 | 0.94 |
| Hex | F7 | E9 | EC | 0 | 6 | 4 | 3 | 15B | 2F | 5E |
| Octal | 367 | 351 | 354 | 0 | 6 | 4 | 3 | 533 | 57 | 136 |
| Binary | 11110111 | 11101001 | 11101100 | 0 | 110 | 100 | 11 | 101011011 | 101111 | 1011110 |
Color Harmonies of #F7E9EC
Complementary color
Monochromatic Colors of #F7E9EC
Black with #F7E9EC
Text Example
Text Example
White with #F7E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E9EC; }
p { color: rgb(247,233,236); }
H1.HeaderClassName
{
color: #F7E9EC;
}
.AnyTagClassName
{
color: #F7E9EC;
}
</style>
background-color css
<style>
a { background-color: #F7E9EC; }
a { background-color: rgb(247,233,236); }
div.DivClassName
{
background-color: #F7E9EC;
}
.BgClassName
{
background-color: #F7E9EC;
}
</style>
border-color css
<style>
span { border-color: #F7E9EC; }
span { border-color: rgb(247,233,236); }
td.TdClassName
{
border-color: #F7E9EC;
}
.TagClassName
{
border-color: #F7E9EC;
}
</style>