Shades of Amour #F0EAEC
Tints of Amour #F0EAEC
RGB
CMYK
RGB Variations
Color information
#F0EAEC (or 0xF0EAEC) is known color: Amour. HEX triplet: F0, EA and EC. RGB value is (240,234,236). Sum of RGB (Red+Green+Blue) = 240+234+236=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAEC is #0F1513. Grayscale: #ECECEC. Windows color (decimal): -988436 or 15526640. OLE color: 15526640.
HSL color Cylindrical-coordinate representation of color #F0EAEC: hue angle of 340º 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 #F0EAEC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 234 | 236 | - |
CMYK | 0 | 0.02 | 0.02 | 0.06 |
HSL | 340º | 0.17% | 0.93% | - |
HSV(B) | 340º | 0.02% | 0.94% | - |
XYZ | 80.5 | 83.43 | 91.22 | - |
YUV | 236.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 234 | 236 | 0 | 0.02 | 0.02 | 0.06 | 340 | 0.17 | 0.93 |
Hex | F0 | EA | EC | 0 | 2 | 2 | 6 | 154 | 11 | 5D |
Octal | 360 | 352 | 354 | 0 | 2 | 2 | 6 | 524 | 21 | 135 |
Binary | 11110000 | 11101010 | 11101100 | 0 | 10 | 10 | 110 | 101010100 | 10001 | 1011101 |
Color Harmonies of #F0EAEC
Complementary color
Monochromatic Colors of #F0EAEC
Black with #F0EAEC
Text Example
Text Example
White with #F0EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAEC; }
p { color: rgb(240,234,236); }
H1.HeaderClassName
{
color: #F0EAEC;
}
.AnyTagClassName
{
color: #F0EAEC;
}
</style>
background-color css
<style>
a { background-color: #F0EAEC; }
a { background-color: rgb(240,234,236); }
div.DivClassName
{
background-color: #F0EAEC;
}
.BgClassName
{
background-color: #F0EAEC;
}
</style>
border-color css
<style>
span { border-color: #F0EAEC; }
span { border-color: rgb(240,234,236); }
td.TdClassName
{
border-color: #F0EAEC;
}
.TagClassName
{
border-color: #F0EAEC;
}
</style>