Shades of Amour #F4E7EC
Tints of Amour #F4E7EC
RGB
CMYK
RGB Variations
Color information
#F4E7EC (or 0xF4E7EC) is known color: Amour. HEX triplet: F4, E7 and EC. RGB value is (244,231,236). Sum of RGB (Red+Green+Blue) = 244+231+236=711 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.32% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4E7EC is #0B1813. Grayscale: #EBEBEB. Windows color (decimal): -727060 or 15525876. OLE color: 15525876.
HSL color Cylindrical-coordinate representation of color #F4E7EC: hue angle of 336.92º 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 #F4E7EC is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 231 | 236 | - |
CMYK | 0 | 0.05 | 0.03 | 0.04 |
HSL | 336.92º | 0.37% | 0.93% | - |
HSV(B) | 336.92º | 0.05% | 0.96% | - |
XYZ | 81.02 | 82.44 | 91 | - |
YUV | 235.46 | 128.31 | 134.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 231 | 236 | 0 | 0.05 | 0.03 | 0.04 | 336.92 | 0.37 | 0.93 |
Hex | F4 | E7 | EC | 0 | 5 | 3 | 4 | 151 | 25 | 5D |
Octal | 364 | 347 | 354 | 0 | 5 | 3 | 4 | 521 | 45 | 135 |
Binary | 11110100 | 11100111 | 11101100 | 0 | 101 | 11 | 100 | 101010001 | 100101 | 1011101 |
Color Harmonies of #F4E7EC
Complementary color
Monochromatic Colors of #F4E7EC
Black with #F4E7EC
Text Example
Text Example
White with #F4E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E7EC; }
p { color: rgb(244,231,236); }
H1.HeaderClassName
{
color: #F4E7EC;
}
.AnyTagClassName
{
color: #F4E7EC;
}
</style>
background-color css
<style>
a { background-color: #F4E7EC; }
a { background-color: rgb(244,231,236); }
div.DivClassName
{
background-color: #F4E7EC;
}
.BgClassName
{
background-color: #F4E7EC;
}
</style>
border-color css
<style>
span { border-color: #F4E7EC; }
span { border-color: rgb(244,231,236); }
td.TdClassName
{
border-color: #F4E7EC;
}
.TagClassName
{
border-color: #F4E7EC;
}
</style>