Shades of Amour #F4E7EA
Tints of Amour #F4E7EA
RGB
CMYK
RGB Variations
Color information
#F4E7EA (or 0xF4E7EA) is known color: Amour. HEX triplet: F4, E7 and EA. RGB value is (244,231,234). Sum of RGB (Red+Green+Blue) = 244+231+234=709 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.41% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4E7EA is #0B1815. Grayscale: #EBEBEB. Windows color (decimal): -727062 or 15394804. OLE color: 15394804.
HSL color Cylindrical-coordinate representation of color #F4E7EA: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F4E7EA is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 231 | 234 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.04 |
| HSL | 346.15º | 0.37% | 0.93% | - |
| HSV(B) | 346.15º | 0.05% | 0.96% | - |
| XYZ | 80.74 | 82.33 | 89.48 | - |
| YUV | 235.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 231 | 234 | 0 | 0.05 | 0.04 | 0.04 | 346.15 | 0.37 | 0.93 |
| Hex | F4 | E7 | EA | 0 | 5 | 4 | 4 | 15A | 25 | 5D |
| Octal | 364 | 347 | 352 | 0 | 5 | 4 | 4 | 532 | 45 | 135 |
| Binary | 11110100 | 11100111 | 11101010 | 0 | 101 | 100 | 100 | 101011010 | 100101 | 1011101 |
Color Harmonies of #F4E7EA
Complementary color
Monochromatic Colors of #F4E7EA
Black with #F4E7EA
Text Example
Text Example
White with #F4E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E7EA; }
p { color: rgb(244,231,234); }
H1.HeaderClassName
{
color: #F4E7EA;
}
.AnyTagClassName
{
color: #F4E7EA;
}
</style>
background-color css
<style>
a { background-color: #F4E7EA; }
a { background-color: rgb(244,231,234); }
div.DivClassName
{
background-color: #F4E7EA;
}
.BgClassName
{
background-color: #F4E7EA;
}
</style>
border-color css
<style>
span { border-color: #F4E7EA; }
span { border-color: rgb(244,231,234); }
td.TdClassName
{
border-color: #F4E7EA;
}
.TagClassName
{
border-color: #F4E7EA;
}
</style>