Shades of Amour #F7E2EC
Tints of Amour #F7E2EC
RGB
CMYK
RGB Variations
Color information
#F7E2EC (or 0xF7E2EC) is known color: Amour. HEX triplet: F7, E2 and EC. RGB value is (247,226,236). Sum of RGB (Red+Green+Blue) = 247+226+236=709 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.84% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E2EC is #081D13. Grayscale: #E9E9E9. Windows color (decimal): -531732 or 15524599. OLE color: 15524599.
HSL color Cylindrical-coordinate representation of color #F7E2EC: hue angle of 331.43º degrees, saturation: 0.57, 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 #F7E2EC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 236 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.03 |
| HSL | 331.43º | 0.57% | 0.93% | - |
| HSV(B) | 331.43º | 0.09% | 0.97% | - |
| XYZ | 80.69 | 80.22 | 90.59 | - |
| YUV | 233.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 236 | 0 | 0.09 | 0.04 | 0.03 | 331.43 | 0.57 | 0.93 |
| Hex | F7 | E2 | EC | 0 | 9 | 4 | 3 | 14B | 39 | 5D |
| Octal | 367 | 342 | 354 | 0 | 11 | 4 | 3 | 513 | 71 | 135 |
| Binary | 11110111 | 11100010 | 11101100 | 0 | 1001 | 100 | 11 | 101001011 | 111001 | 1011101 |
Color Harmonies of #F7E2EC
Complementary color
Monochromatic Colors of #F7E2EC
Black with #F7E2EC
Text Example
Text Example
White with #F7E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2EC; }
p { color: rgb(247,226,236); }
H1.HeaderClassName
{
color: #F7E2EC;
}
.AnyTagClassName
{
color: #F7E2EC;
}
</style>
background-color css
<style>
a { background-color: #F7E2EC; }
a { background-color: rgb(247,226,236); }
div.DivClassName
{
background-color: #F7E2EC;
}
.BgClassName
{
background-color: #F7E2EC;
}
</style>
border-color css
<style>
span { border-color: #F7E2EC; }
span { border-color: rgb(247,226,236); }
td.TdClassName
{
border-color: #F7E2EC;
}
.TagClassName
{
border-color: #F7E2EC;
}
</style>