Shades of Amour #F4E8EA
Tints of Amour #F4E8EA
RGB
CMYK
RGB Variations
Color information
#F4E8EA (or 0xF4E8EA) is known color: Amour. HEX triplet: F4, E8 and EA. RGB value is (244,232,234). Sum of RGB (Red+Green+Blue) = 244+232+234=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4E8EA is #0B1715. Grayscale: #EBEBEB. Windows color (decimal): -726806 or 15395060. OLE color: 15395060.
HSL color Cylindrical-coordinate representation of color #F4E8EA: hue angle of 350º degrees, saturation: 0.35, 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 #F4E8EA is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 232 | 234 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.04 |
| HSL | 350º | 0.35% | 0.93% | - |
| HSV(B) | 350º | 0.05% | 0.96% | - |
| XYZ | 81.02 | 82.89 | 89.57 | - |
| YUV | 235.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 232 | 234 | 0 | 0.05 | 0.04 | 0.04 | 350 | 0.35 | 0.93 |
| Hex | F4 | E8 | EA | 0 | 5 | 4 | 4 | 15E | 23 | 5D |
| Octal | 364 | 350 | 352 | 0 | 5 | 4 | 4 | 536 | 43 | 135 |
| Binary | 11110100 | 11101000 | 11101010 | 0 | 101 | 100 | 100 | 101011110 | 100011 | 1011101 |
Color Harmonies of #F4E8EA
Complementary color
Monochromatic Colors of #F4E8EA
Black with #F4E8EA
Text Example
Text Example
White with #F4E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E8EA; }
p { color: rgb(244,232,234); }
H1.HeaderClassName
{
color: #F4E8EA;
}
.AnyTagClassName
{
color: #F4E8EA;
}
</style>
background-color css
<style>
a { background-color: #F4E8EA; }
a { background-color: rgb(244,232,234); }
div.DivClassName
{
background-color: #F4E8EA;
}
.BgClassName
{
background-color: #F4E8EA;
}
</style>
border-color css
<style>
span { border-color: #F4E8EA; }
span { border-color: rgb(244,232,234); }
td.TdClassName
{
border-color: #F4E8EA;
}
.TagClassName
{
border-color: #F4E8EA;
}
</style>