Shades of Amour #F4EFF0
Tints of Amour #F4EFF0
RGB
CMYK
RGB Variations
Color information
#F4EFF0 (or 0xF4EFF0) is known color: Amour. HEX triplet: F4, EF and F0. RGB value is (244,239,240). Sum of RGB (Red+Green+Blue) = 244+239+240=723 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.75% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EFF0 is #0B100F. Grayscale: #F0F0F0. Windows color (decimal): -725008 or 15790068. OLE color: 15790068.
HSL color Cylindrical-coordinate representation of color #F4EFF0: hue angle of 348º degrees, saturation: 0.19, 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 #F4EFF0 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 240 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.04 |
| HSL | 348º | 0.19% | 0.95% | - |
| HSV(B) | 348º | 0.02% | 0.96% | - |
| XYZ | 83.9 | 87.26 | 94.86 | - |
| YUV | 240.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 240 | 0 | 0.02 | 0.02 | 0.04 | 348 | 0.19 | 0.95 |
| Hex | F4 | EF | F0 | 0 | 2 | 2 | 4 | 15C | 13 | 5F |
| Octal | 364 | 357 | 360 | 0 | 2 | 2 | 4 | 534 | 23 | 137 |
| Binary | 11110100 | 11101111 | 11110000 | 0 | 10 | 10 | 100 | 101011100 | 10011 | 1011111 |
Color Harmonies of #F4EFF0
Complementary color
Monochromatic Colors of #F4EFF0
Black with #F4EFF0
Text Example
Text Example
White with #F4EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFF0; }
p { color: rgb(244,239,240); }
H1.HeaderClassName
{
color: #F4EFF0;
}
.AnyTagClassName
{
color: #F4EFF0;
}
</style>
background-color css
<style>
a { background-color: #F4EFF0; }
a { background-color: rgb(244,239,240); }
div.DivClassName
{
background-color: #F4EFF0;
}
.BgClassName
{
background-color: #F4EFF0;
}
</style>
border-color css
<style>
span { border-color: #F4EFF0; }
span { border-color: rgb(244,239,240); }
td.TdClassName
{
border-color: #F4EFF0;
}
.TagClassName
{
border-color: #F4EFF0;
}
</style>