Shades of Amour #F4ECED
Tints of Amour #F4ECED
RGB
CMYK
RGB Variations
Color information
#F4ECED (or 0xF4ECED) is known color: Amour. HEX triplet: F4, EC and ED. RGB value is (244,236,237). Sum of RGB (Red+Green+Blue) = 244+236+237=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4ECED is #0B1312. Grayscale: #EEEEEE. Windows color (decimal): -725779 or 15592692. OLE color: 15592692.
HSL color Cylindrical-coordinate representation of color #F4ECED: hue angle of 352.5º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4ECED is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 236 | 237 | - |
CMYK | 0 | 0.03 | 0.03 | 0.04 |
HSL | 352.5º | 0.27% | 0.94% | - |
HSV(B) | 352.5º | 0.03% | 0.96% | - |
XYZ | 82.59 | 85.34 | 92.24 | - |
YUV | 238.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 236 | 237 | 0 | 0.03 | 0.03 | 0.04 | 352.5 | 0.27 | 0.94 |
Hex | F4 | EC | ED | 0 | 3 | 3 | 4 | 160 | 1B | 5E |
Octal | 364 | 354 | 355 | 0 | 3 | 3 | 4 | 540 | 33 | 136 |
Binary | 11110100 | 11101100 | 11101101 | 0 | 11 | 11 | 100 | 101100000 | 11011 | 1011110 |
Color Harmonies of #F4ECED
Complementary color
Monochromatic Colors of #F4ECED
Black with #F4ECED
Text Example
Text Example
White with #F4ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ECED; }
p { color: rgb(244,236,237); }
H1.HeaderClassName
{
color: #F4ECED;
}
.AnyTagClassName
{
color: #F4ECED;
}
</style>
background-color css
<style>
a { background-color: #F4ECED; }
a { background-color: rgb(244,236,237); }
div.DivClassName
{
background-color: #F4ECED;
}
.BgClassName
{
background-color: #F4ECED;
}
</style>
border-color css
<style>
span { border-color: #F4ECED; }
span { border-color: rgb(244,236,237); }
td.TdClassName
{
border-color: #F4ECED;
}
.TagClassName
{
border-color: #F4ECED;
}
</style>