Shades of Amour #F4E6EC
Tints of Amour #F4E6EC
RGB
CMYK
RGB Variations
Color information
#F4E6EC (or 0xF4E6EC) is known color: Amour. HEX triplet: F4, E6 and EC. RGB value is (244,230,236). Sum of RGB (Red+Green+Blue) = 244+230+236=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4E6EC is #0B1913. Grayscale: #EAEAEA. Windows color (decimal): -727316 or 15525620. OLE color: 15525620.
HSL color Cylindrical-coordinate representation of color #F4E6EC: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F4E6EC is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 230 | 236 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.04 |
| HSL | 334.29º | 0.39% | 0.93% | - |
| HSV(B) | 334.29º | 0.06% | 0.96% | - |
| XYZ | 80.75 | 81.88 | 90.91 | - |
| YUV | 234.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 230 | 236 | 0 | 0.06 | 0.03 | 0.04 | 334.29 | 0.39 | 0.93 |
| Hex | F4 | E6 | EC | 0 | 6 | 3 | 4 | 14E | 27 | 5D |
| Octal | 364 | 346 | 354 | 0 | 6 | 3 | 4 | 516 | 47 | 135 |
| Binary | 11110100 | 11100110 | 11101100 | 0 | 110 | 11 | 100 | 101001110 | 100111 | 1011101 |
Color Harmonies of #F4E6EC
Complementary color
Monochromatic Colors of #F4E6EC
Black with #F4E6EC
Text Example
Text Example
White with #F4E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E6EC; }
p { color: rgb(244,230,236); }
H1.HeaderClassName
{
color: #F4E6EC;
}
.AnyTagClassName
{
color: #F4E6EC;
}
</style>
background-color css
<style>
a { background-color: #F4E6EC; }
a { background-color: rgb(244,230,236); }
div.DivClassName
{
background-color: #F4E6EC;
}
.BgClassName
{
background-color: #F4E6EC;
}
</style>
border-color css
<style>
span { border-color: #F4E6EC; }
span { border-color: rgb(244,230,236); }
td.TdClassName
{
border-color: #F4E6EC;
}
.TagClassName
{
border-color: #F4E6EC;
}
</style>