Shades of Amour #F0E8ED
Tints of Amour #F0E8ED
RGB
CMYK
RGB Variations
Color information
#F0E8ED (or 0xF0E8ED) is known color: Amour. HEX triplet: F0, E8 and ED. RGB value is (240,232,237). Sum of RGB (Red+Green+Blue) = 240+232+237=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8ED is #0F1712. Grayscale: #EAEAEA. Windows color (decimal): -988947 or 15591664. OLE color: 15591664.
HSL color Cylindrical-coordinate representation of color #F0E8ED: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0E8ED is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 232 | 237 | - |
CMYK | 0 | 0.03 | 0.01 | 0.06 |
HSL | 322.5º | 0.21% | 0.93% | - |
HSV(B) | 322.5º | 0.03% | 0.94% | - |
XYZ | 80.08 | 82.35 | 91.8 | - |
YUV | 234.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 232 | 237 | 0 | 0.03 | 0.01 | 0.06 | 322.5 | 0.21 | 0.93 |
Hex | F0 | E8 | ED | 0 | 3 | 1 | 6 | 142 | 15 | 5D |
Octal | 360 | 350 | 355 | 0 | 3 | 1 | 6 | 502 | 25 | 135 |
Binary | 11110000 | 11101000 | 11101101 | 0 | 11 | 1 | 110 | 101000010 | 10101 | 1011101 |
Color Harmonies of #F0E8ED
Complementary color
Monochromatic Colors of #F0E8ED
Black with #F0E8ED
Text Example
Text Example
White with #F0E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8ED; }
p { color: rgb(240,232,237); }
H1.HeaderClassName
{
color: #F0E8ED;
}
.AnyTagClassName
{
color: #F0E8ED;
}
</style>
background-color css
<style>
a { background-color: #F0E8ED; }
a { background-color: rgb(240,232,237); }
div.DivClassName
{
background-color: #F0E8ED;
}
.BgClassName
{
background-color: #F0E8ED;
}
</style>
border-color css
<style>
span { border-color: #F0E8ED; }
span { border-color: rgb(240,232,237); }
td.TdClassName
{
border-color: #F0E8ED;
}
.TagClassName
{
border-color: #F0E8ED;
}
</style>