Shades of Amour #F7E9EE
Tints of Amour #F7E9EE
RGB
CMYK
RGB Variations
Color information
#F7E9EE (or 0xF7E9EE) is known color: Amour. HEX triplet: F7, E9 and EE. RGB value is (247,233,238). Sum of RGB (Red+Green+Blue) = 247+233+238=718 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.40% from 718); Green value is 233 (91.41% from 255 or 32.45% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E9EE is #081611. Grayscale: #EDEDED. Windows color (decimal): -529938 or 15657463. OLE color: 15657463.
HSL color Cylindrical-coordinate representation of color #F7E9EE: hue angle of 338.57º 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 #F7E9EE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 233 | 238 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.03 |
| HSL | 338.57º | 0.47% | 0.94% | - |
| HSV(B) | 338.57º | 0.06% | 0.97% | - |
| XYZ | 82.93 | 84.23 | 92.78 | - |
| YUV | 237.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 233 | 238 | 0 | 0.06 | 0.04 | 0.03 | 338.57 | 0.47 | 0.94 |
| Hex | F7 | E9 | EE | 0 | 6 | 4 | 3 | 153 | 2F | 5E |
| Octal | 367 | 351 | 356 | 0 | 6 | 4 | 3 | 523 | 57 | 136 |
| Binary | 11110111 | 11101001 | 11101110 | 0 | 110 | 100 | 11 | 101010011 | 101111 | 1011110 |
Color Harmonies of #F7E9EE
Complementary color
Monochromatic Colors of #F7E9EE
Black with #F7E9EE
Text Example
Text Example
White with #F7E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E9EE; }
p { color: rgb(247,233,238); }
H1.HeaderClassName
{
color: #F7E9EE;
}
.AnyTagClassName
{
color: #F7E9EE;
}
</style>
background-color css
<style>
a { background-color: #F7E9EE; }
a { background-color: rgb(247,233,238); }
div.DivClassName
{
background-color: #F7E9EE;
}
.BgClassName
{
background-color: #F7E9EE;
}
</style>
border-color css
<style>
span { border-color: #F7E9EE; }
span { border-color: rgb(247,233,238); }
td.TdClassName
{
border-color: #F7E9EE;
}
.TagClassName
{
border-color: #F7E9EE;
}
</style>