Shades of Amour #F7E6EE
Tints of Amour #F7E6EE
RGB
CMYK
RGB Variations
Color information
#F7E6EE (or 0xF7E6EE) is known color: Amour. HEX triplet: F7, E6 and EE. RGB value is (247,230,238). Sum of RGB (Red+Green+Blue) = 247+230+238=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E6EE is #081911. Grayscale: #EBEBEB. Windows color (decimal): -530706 or 15656695. OLE color: 15656695.
HSL color Cylindrical-coordinate representation of color #F7E6EE: hue angle of 331.76º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7E6EE is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 230 | 238 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.03 |
| HSL | 331.76º | 0.52% | 0.94% | - |
| HSV(B) | 331.76º | 0.07% | 0.97% | - |
| XYZ | 82.09 | 82.54 | 92.49 | - |
| YUV | 236 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 230 | 238 | 0 | 0.07 | 0.04 | 0.03 | 331.76 | 0.52 | 0.94 |
| Hex | F7 | E6 | EE | 0 | 7 | 4 | 3 | 14C | 34 | 5E |
| Octal | 367 | 346 | 356 | 0 | 7 | 4 | 3 | 514 | 64 | 136 |
| Binary | 11110111 | 11100110 | 11101110 | 0 | 111 | 100 | 11 | 101001100 | 110100 | 1011110 |
Color Harmonies of #F7E6EE
Complementary color
Monochromatic Colors of #F7E6EE
Black with #F7E6EE
Text Example
Text Example
White with #F7E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E6EE; }
p { color: rgb(247,230,238); }
H1.HeaderClassName
{
color: #F7E6EE;
}
.AnyTagClassName
{
color: #F7E6EE;
}
</style>
background-color css
<style>
a { background-color: #F7E6EE; }
a { background-color: rgb(247,230,238); }
div.DivClassName
{
background-color: #F7E6EE;
}
.BgClassName
{
background-color: #F7E6EE;
}
</style>
border-color css
<style>
span { border-color: #F7E6EE; }
span { border-color: rgb(247,230,238); }
td.TdClassName
{
border-color: #F7E6EE;
}
.TagClassName
{
border-color: #F7E6EE;
}
</style>