Shades of Amour #F4EEF0
Tints of Amour #F4EEF0
RGB
CMYK
RGB Variations
Color information
#F4EEF0 (or 0xF4EEF0) is known color: Amour. HEX triplet: F4, EE and F0. RGB value is (244,238,240). Sum of RGB (Red+Green+Blue) = 244+238+240=722 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.80% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EEF0 is #0B110F. Grayscale: #F0F0F0. Windows color (decimal): -725264 or 15789812. OLE color: 15789812.
HSL color Cylindrical-coordinate representation of color #F4EEF0: hue angle of 340º degrees, saturation: 0.21, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F4EEF0 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 240 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.04 |
| HSL | 340º | 0.21% | 0.95% | - |
| HSV(B) | 340º | 0.02% | 0.96% | - |
| XYZ | 83.61 | 86.67 | 94.76 | - |
| YUV | 240.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 240 | 0 | 0.02 | 0.02 | 0.04 | 340 | 0.21 | 0.95 |
| Hex | F4 | EE | F0 | 0 | 2 | 2 | 4 | 154 | 15 | 5F |
| Octal | 364 | 356 | 360 | 0 | 2 | 2 | 4 | 524 | 25 | 137 |
| Binary | 11110100 | 11101110 | 11110000 | 0 | 10 | 10 | 100 | 101010100 | 10101 | 1011111 |
Color Harmonies of #F4EEF0
Complementary color
Monochromatic Colors of #F4EEF0
Black with #F4EEF0
Text Example
Text Example
White with #F4EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EEF0; }
p { color: rgb(244,238,240); }
H1.HeaderClassName
{
color: #F4EEF0;
}
.AnyTagClassName
{
color: #F4EEF0;
}
</style>
background-color css
<style>
a { background-color: #F4EEF0; }
a { background-color: rgb(244,238,240); }
div.DivClassName
{
background-color: #F4EEF0;
}
.BgClassName
{
background-color: #F4EEF0;
}
</style>
border-color css
<style>
span { border-color: #F4EEF0; }
span { border-color: rgb(244,238,240); }
td.TdClassName
{
border-color: #F4EEF0;
}
.TagClassName
{
border-color: #F4EEF0;
}
</style>