Shades of Amour #F0E9ED
Tints of Amour #F0E9ED
RGB
CMYK
RGB Variations
Color information
#F0E9ED (or 0xF0E9ED) is known color: Amour. HEX triplet: F0, E9 and ED. RGB value is (240,233,237). Sum of RGB (Red+Green+Blue) = 240+233+237=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E9ED is #0F1612. Grayscale: #EBEBEB. Windows color (decimal): -988691 or 15591920. OLE color: 15591920.
HSL color Cylindrical-coordinate representation of color #F0E9ED: hue angle of 325.71º degrees, saturation: 0.19, 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 #F0E9ED is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 237 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.06 |
| HSL | 325.71º | 0.19% | 0.93% | - |
| HSV(B) | 325.71º | 0.03% | 0.94% | - |
| XYZ | 80.36 | 82.92 | 91.89 | - |
| YUV | 235.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 237 | 0 | 0.03 | 0.01 | 0.06 | 325.71 | 0.19 | 0.93 |
| Hex | F0 | E9 | ED | 0 | 3 | 1 | 6 | 146 | 13 | 5D |
| Octal | 360 | 351 | 355 | 0 | 3 | 1 | 6 | 506 | 23 | 135 |
| Binary | 11110000 | 11101001 | 11101101 | 0 | 11 | 1 | 110 | 101000110 | 10011 | 1011101 |
Color Harmonies of #F0E9ED
Complementary color
Monochromatic Colors of #F0E9ED
Black with #F0E9ED
Text Example
Text Example
White with #F0E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9ED; }
p { color: rgb(240,233,237); }
H1.HeaderClassName
{
color: #F0E9ED;
}
.AnyTagClassName
{
color: #F0E9ED;
}
</style>
background-color css
<style>
a { background-color: #F0E9ED; }
a { background-color: rgb(240,233,237); }
div.DivClassName
{
background-color: #F0E9ED;
}
.BgClassName
{
background-color: #F0E9ED;
}
</style>
border-color css
<style>
span { border-color: #F0E9ED; }
span { border-color: rgb(240,233,237); }
td.TdClassName
{
border-color: #F0E9ED;
}
.TagClassName
{
border-color: #F0E9ED;
}
</style>