Shades of Amour #F0ECED
Tints of Amour #F0ECED
RGB
CMYK
RGB Variations
Color information
#F0ECED (or 0xF0ECED) is known color: Amour. HEX triplet: F0, EC and ED. RGB value is (240,236,237). Sum of RGB (Red+Green+Blue) = 240+236+237=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECED is #0F1312. Grayscale: #EDEDED. Windows color (decimal): -987923 or 15592688. OLE color: 15592688.
HSL color Cylindrical-coordinate representation of color #F0ECED: hue angle of 345º degrees, saturation: 0.12, 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 #F0ECED is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 237 | - |
CMYK | 0 | 0.02 | 0.01 | 0.06 |
HSL | 345º | 0.12% | 0.93% | - |
HSV(B) | 345º | 0.02% | 0.94% | - |
XYZ | 81.22 | 84.63 | 92.18 | - |
YUV | 237.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 237 | 0 | 0.02 | 0.01 | 0.06 | 345 | 0.12 | 0.93 |
Hex | F0 | EC | ED | 0 | 2 | 1 | 6 | 159 | C | 5D |
Octal | 360 | 354 | 355 | 0 | 2 | 1 | 6 | 531 | 14 | 135 |
Binary | 11110000 | 11101100 | 11101101 | 0 | 10 | 1 | 110 | 101011001 | 1100 | 1011101 |
Color Harmonies of #F0ECED
Complementary color
Monochromatic Colors of #F0ECED
Black with #F0ECED
Text Example
Text Example
White with #F0ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECED; }
p { color: rgb(240,236,237); }
H1.HeaderClassName
{
color: #F0ECED;
}
.AnyTagClassName
{
color: #F0ECED;
}
</style>
background-color css
<style>
a { background-color: #F0ECED; }
a { background-color: rgb(240,236,237); }
div.DivClassName
{
background-color: #F0ECED;
}
.BgClassName
{
background-color: #F0ECED;
}
</style>
border-color css
<style>
span { border-color: #F0ECED; }
span { border-color: rgb(240,236,237); }
td.TdClassName
{
border-color: #F0ECED;
}
.TagClassName
{
border-color: #F0ECED;
}
</style>