Shades of Amour #F7E4EE
Tints of Amour #F7E4EE
RGB
CMYK
RGB Variations
Color information
#F7E4EE (or 0xF7E4EE) is known color: Amour. HEX triplet: F7, E4 and EE. RGB value is (247,228,238). Sum of RGB (Red+Green+Blue) = 247+228+238=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E4EE is #081B11. Grayscale: #EAEAEA. Windows color (decimal): -531218 or 15656183. OLE color: 15656183.
HSL color Cylindrical-coordinate representation of color #F7E4EE: hue angle of 328.42º degrees, saturation: 0.54, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F7E4EE is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 228 | 238 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.03 |
| HSL | 328.42º | 0.54% | 0.93% | - |
| HSV(B) | 328.42º | 0.08% | 0.97% | - |
| XYZ | 81.53 | 81.43 | 92.31 | - |
| YUV | 234.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 228 | 238 | 0 | 0.08 | 0.04 | 0.03 | 328.42 | 0.54 | 0.93 |
| Hex | F7 | E4 | EE | 0 | 8 | 4 | 3 | 148 | 36 | 5D |
| Octal | 367 | 344 | 356 | 0 | 10 | 4 | 3 | 510 | 66 | 135 |
| Binary | 11110111 | 11100100 | 11101110 | 0 | 1000 | 100 | 11 | 101001000 | 110110 | 1011101 |
Color Harmonies of #F7E4EE
Complementary color
Monochromatic Colors of #F7E4EE
Black with #F7E4EE
Text Example
Text Example
White with #F7E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E4EE; }
p { color: rgb(247,228,238); }
H1.HeaderClassName
{
color: #F7E4EE;
}
.AnyTagClassName
{
color: #F7E4EE;
}
</style>
background-color css
<style>
a { background-color: #F7E4EE; }
a { background-color: rgb(247,228,238); }
div.DivClassName
{
background-color: #F7E4EE;
}
.BgClassName
{
background-color: #F7E4EE;
}
</style>
border-color css
<style>
span { border-color: #F7E4EE; }
span { border-color: rgb(247,228,238); }
td.TdClassName
{
border-color: #F7E4EE;
}
.TagClassName
{
border-color: #F7E4EE;
}
</style>