Shades of Amour #F4EDEF
Tints of Amour #F4EDEF
RGB
CMYK
RGB Variations
Color information
#F4EDEF (or 0xF4EDEF) is known color: Amour. HEX triplet: F4, ED and EF. RGB value is (244,237,239). Sum of RGB (Red+Green+Blue) = 244+237+239=720 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.89% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 239 (93.75% from 255 or 33.19% from 720); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EDEF is #0B1210. Grayscale: #EFEFEF. Windows color (decimal): -725521 or 15724020. OLE color: 15724020.
HSL color Cylindrical-coordinate representation of color #F4EDEF: hue angle of 342.86º degrees, saturation: 0.24, 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 #F4EDEF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 239 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.04 |
| HSL | 342.86º | 0.24% | 0.94% | - |
| HSV(B) | 342.86º | 0.03% | 0.96% | - |
| XYZ | 83.17 | 86.03 | 93.88 | - |
| YUV | 239.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 239 | 0 | 0.03 | 0.02 | 0.04 | 342.86 | 0.24 | 0.94 |
| Hex | F4 | ED | EF | 0 | 3 | 2 | 4 | 157 | 18 | 5E |
| Octal | 364 | 355 | 357 | 0 | 3 | 2 | 4 | 527 | 30 | 136 |
| Binary | 11110100 | 11101101 | 11101111 | 0 | 11 | 10 | 100 | 101010111 | 11000 | 1011110 |
Color Harmonies of #F4EDEF
Complementary color
Monochromatic Colors of #F4EDEF
Black with #F4EDEF
Text Example
Text Example
White with #F4EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDEF; }
p { color: rgb(244,237,239); }
H1.HeaderClassName
{
color: #F4EDEF;
}
.AnyTagClassName
{
color: #F4EDEF;
}
</style>
background-color css
<style>
a { background-color: #F4EDEF; }
a { background-color: rgb(244,237,239); }
div.DivClassName
{
background-color: #F4EDEF;
}
.BgClassName
{
background-color: #F4EDEF;
}
</style>
border-color css
<style>
span { border-color: #F4EDEF; }
span { border-color: rgb(244,237,239); }
td.TdClassName
{
border-color: #F4EDEF;
}
.TagClassName
{
border-color: #F4EDEF;
}
</style>