Shades of Amour #F7E7EE
Tints of Amour #F7E7EE
RGB
CMYK
RGB Variations
Color information
#F7E7EE (or 0xF7E7EE) is known color: Amour. HEX triplet: F7, E7 and EE. RGB value is (247,231,238). Sum of RGB (Red+Green+Blue) = 247+231+238=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E7EE is #081811. Grayscale: #ECECEC. Windows color (decimal): -530450 or 15656951. OLE color: 15656951.
HSL color Cylindrical-coordinate representation of color #F7E7EE: hue angle of 333.75º 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 #F7E7EE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 231 | 238 | - |
CMYK | 0 | 0.06 | 0.04 | 0.03 |
HSL | 333.75º | 0.5% | 0.94% | - |
HSV(B) | 333.75º | 0.06% | 0.97% | - |
XYZ | 82.37 | 83.1 | 92.59 | - |
YUV | 236.58 | 128.8 | 135.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 231 | 238 | 0 | 0.06 | 0.04 | 0.03 | 333.75 | 0.5 | 0.94 |
Hex | F7 | E7 | EE | 0 | 6 | 4 | 3 | 14E | 32 | 5E |
Octal | 367 | 347 | 356 | 0 | 6 | 4 | 3 | 516 | 62 | 136 |
Binary | 11110111 | 11100111 | 11101110 | 0 | 110 | 100 | 11 | 101001110 | 110010 | 1011110 |
Color Harmonies of #F7E7EE
Complementary color
Monochromatic Colors of #F7E7EE
Black with #F7E7EE
Text Example
Text Example
White with #F7E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E7EE; }
p { color: rgb(247,231,238); }
H1.HeaderClassName
{
color: #F7E7EE;
}
.AnyTagClassName
{
color: #F7E7EE;
}
</style>
background-color css
<style>
a { background-color: #F7E7EE; }
a { background-color: rgb(247,231,238); }
div.DivClassName
{
background-color: #F7E7EE;
}
.BgClassName
{
background-color: #F7E7EE;
}
</style>
border-color css
<style>
span { border-color: #F7E7EE; }
span { border-color: rgb(247,231,238); }
td.TdClassName
{
border-color: #F7E7EE;
}
.TagClassName
{
border-color: #F7E7EE;
}
</style>