Shades of Amour #F4EBED
Tints of Amour #F4EBED
RGB
CMYK
RGB Variations
Color information
#F4EBED (or 0xF4EBED) is known color: Amour. HEX triplet: F4, EB and ED. RGB value is (244,235,237). Sum of RGB (Red+Green+Blue) = 244+235+237=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EBED is #0B1412. Grayscale: #EDEDED. Windows color (decimal): -726035 or 15592436. OLE color: 15592436.
HSL color Cylindrical-coordinate representation of color #F4EBED: hue angle of 346.67º degrees, saturation: 0.29, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F4EBED is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 235 | 237 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.04 |
| HSL | 346.67º | 0.29% | 0.94% | - |
| HSV(B) | 346.67º | 0.04% | 0.96% | - |
| XYZ | 82.3 | 84.76 | 92.14 | - |
| YUV | 237.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 235 | 237 | 0 | 0.04 | 0.03 | 0.04 | 346.67 | 0.29 | 0.94 |
| Hex | F4 | EB | ED | 0 | 4 | 3 | 4 | 15B | 1D | 5E |
| Octal | 364 | 353 | 355 | 0 | 4 | 3 | 4 | 533 | 35 | 136 |
| Binary | 11110100 | 11101011 | 11101101 | 0 | 100 | 11 | 100 | 101011011 | 11101 | 1011110 |
Color Harmonies of #F4EBED
Complementary color
Monochromatic Colors of #F4EBED
Black with #F4EBED
Text Example
Text Example
White with #F4EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EBED; }
p { color: rgb(244,235,237); }
H1.HeaderClassName
{
color: #F4EBED;
}
.AnyTagClassName
{
color: #F4EBED;
}
</style>
background-color css
<style>
a { background-color: #F4EBED; }
a { background-color: rgb(244,235,237); }
div.DivClassName
{
background-color: #F4EBED;
}
.BgClassName
{
background-color: #F4EBED;
}
</style>
border-color css
<style>
span { border-color: #F4EBED; }
span { border-color: rgb(244,235,237); }
td.TdClassName
{
border-color: #F4EBED;
}
.TagClassName
{
border-color: #F4EBED;
}
</style>