Shades of Amour #F0EBED
Tints of Amour #F0EBED
RGB
CMYK
RGB Variations
Color information
#F0EBED (or 0xF0EBED) is known color: Amour. HEX triplet: F0, EB and ED. RGB value is (240,235,237). Sum of RGB (Red+Green+Blue) = 240+235+237=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 235 (92.19% from 255 or 33.01% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBED is #0F1412. Grayscale: #ECECEC. Windows color (decimal): -988179 or 15592432. OLE color: 15592432.
HSL color Cylindrical-coordinate representation of color #F0EBED: hue angle of 336º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EBED is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 237 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.06 |
| HSL | 336º | 0.14% | 0.93% | - |
| HSV(B) | 336º | 0.02% | 0.94% | - |
| XYZ | 80.93 | 84.06 | 92.08 | - |
| YUV | 236.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 237 | 0 | 0.02 | 0.01 | 0.06 | 336 | 0.14 | 0.93 |
| Hex | F0 | EB | ED | 0 | 2 | 1 | 6 | 150 | E | 5D |
| Octal | 360 | 353 | 355 | 0 | 2 | 1 | 6 | 520 | 16 | 135 |
| Binary | 11110000 | 11101011 | 11101101 | 0 | 10 | 1 | 110 | 101010000 | 1110 | 1011101 |
Color Harmonies of #F0EBED
Complementary color
Monochromatic Colors of #F0EBED
Black with #F0EBED
Text Example
Text Example
White with #F0EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EBED; }
p { color: rgb(240,235,237); }
H1.HeaderClassName
{
color: #F0EBED;
}
.AnyTagClassName
{
color: #F0EBED;
}
</style>
background-color css
<style>
a { background-color: #F0EBED; }
a { background-color: rgb(240,235,237); }
div.DivClassName
{
background-color: #F0EBED;
}
.BgClassName
{
background-color: #F0EBED;
}
</style>
border-color css
<style>
span { border-color: #F0EBED; }
span { border-color: rgb(240,235,237); }
td.TdClassName
{
border-color: #F0EBED;
}
.TagClassName
{
border-color: #F0EBED;
}
</style>