Shades of Amour #F4E4EC
Tints of Amour #F4E4EC
RGB
CMYK
RGB Variations
Color information
#F4E4EC (or 0xF4E4EC) is known color: Amour. HEX triplet: F4, E4 and EC. RGB value is (244,228,236). Sum of RGB (Red+Green+Blue) = 244+228+236=708 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.46% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E4EC is #0B1B13. Grayscale: #E9E9E9. Windows color (decimal): -727828 or 15525108. OLE color: 15525108.
HSL color Cylindrical-coordinate representation of color #F4E4EC: hue angle of 330º degrees, saturation: 0.42, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F4E4EC is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 236 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.04 |
| HSL | 330º | 0.42% | 0.93% | - |
| HSV(B) | 330º | 0.07% | 0.96% | - |
| XYZ | 80.19 | 80.78 | 90.72 | - |
| YUV | 233.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 236 | 0 | 0.07 | 0.03 | 0.04 | 330 | 0.42 | 0.93 |
| Hex | F4 | E4 | EC | 0 | 7 | 3 | 4 | 14A | 2A | 5D |
| Octal | 364 | 344 | 354 | 0 | 7 | 3 | 4 | 512 | 52 | 135 |
| Binary | 11110100 | 11100100 | 11101100 | 0 | 111 | 11 | 100 | 101001010 | 101010 | 1011101 |
Color Harmonies of #F4E4EC
Complementary color
Monochromatic Colors of #F4E4EC
Black with #F4E4EC
Text Example
Text Example
White with #F4E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E4EC; }
p { color: rgb(244,228,236); }
H1.HeaderClassName
{
color: #F4E4EC;
}
.AnyTagClassName
{
color: #F4E4EC;
}
</style>
background-color css
<style>
a { background-color: #F4E4EC; }
a { background-color: rgb(244,228,236); }
div.DivClassName
{
background-color: #F4E4EC;
}
.BgClassName
{
background-color: #F4E4EC;
}
</style>
border-color css
<style>
span { border-color: #F4E4EC; }
span { border-color: rgb(244,228,236); }
td.TdClassName
{
border-color: #F4E4EC;
}
.TagClassName
{
border-color: #F4E4EC;
}
</style>