Shades of Amour #F0EAED
Tints of Amour #F0EAED
RGB
CMYK
RGB Variations
Color information
#F0EAED (or 0xF0EAED) is known color: Amour. HEX triplet: F0, EA and ED. RGB value is (240,234,237). Sum of RGB (Red+Green+Blue) = 240+234+237=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAED is #0F1512. Grayscale: #ECECEC. Windows color (decimal): -988435 or 15592176. OLE color: 15592176.
HSL color Cylindrical-coordinate representation of color #F0EAED: hue angle of 330º degrees, saturation: 0.17, 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 #F0EAED is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 234 | 237 | - |
CMYK | 0 | 0.02 | 0.01 | 0.06 |
HSL | 330º | 0.17% | 0.93% | - |
HSV(B) | 330º | 0.02% | 0.94% | - |
XYZ | 80.64 | 83.49 | 91.98 | - |
YUV | 236.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 234 | 237 | 0 | 0.02 | 0.01 | 0.06 | 330 | 0.17 | 0.93 |
Hex | F0 | EA | ED | 0 | 2 | 1 | 6 | 14A | 11 | 5D |
Octal | 360 | 352 | 355 | 0 | 2 | 1 | 6 | 512 | 21 | 135 |
Binary | 11110000 | 11101010 | 11101101 | 0 | 10 | 1 | 110 | 101001010 | 10001 | 1011101 |
Color Harmonies of #F0EAED
Complementary color
Monochromatic Colors of #F0EAED
Black with #F0EAED
Text Example
Text Example
White with #F0EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAED; }
p { color: rgb(240,234,237); }
H1.HeaderClassName
{
color: #F0EAED;
}
.AnyTagClassName
{
color: #F0EAED;
}
</style>
background-color css
<style>
a { background-color: #F0EAED; }
a { background-color: rgb(240,234,237); }
div.DivClassName
{
background-color: #F0EAED;
}
.BgClassName
{
background-color: #F0EAED;
}
</style>
border-color css
<style>
span { border-color: #F0EAED; }
span { border-color: rgb(240,234,237); }
td.TdClassName
{
border-color: #F0EAED;
}
.TagClassName
{
border-color: #F0EAED;
}
</style>