Shades of Amour #F5EBED
Tints of Amour #F5EBED
RGB
CMYK
RGB Variations
Color information
#F5EBED (or 0xF5EBED) is known color: Amour. HEX triplet: F5, EB and ED. RGB value is (245,235,237). Sum of RGB (Red+Green+Blue) = 245+235+237=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EBED is #0A1412. Grayscale: #EEEEEE. Windows color (decimal): -660499 or 15592437. OLE color: 15592437.
HSL color Cylindrical-coordinate representation of color #F5EBED: hue angle of 348º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5EBED is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 235 | 237 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.04 |
| HSL | 348º | 0.33% | 0.94% | - |
| HSV(B) | 348º | 0.04% | 0.96% | - |
| XYZ | 82.65 | 84.94 | 92.16 | - |
| YUV | 238.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 235 | 237 | 0 | 0.04 | 0.03 | 0.04 | 348 | 0.33 | 0.94 |
| Hex | F5 | EB | ED | 0 | 4 | 3 | 4 | 15C | 21 | 5E |
| Octal | 365 | 353 | 355 | 0 | 4 | 3 | 4 | 534 | 41 | 136 |
| Binary | 11110101 | 11101011 | 11101101 | 0 | 100 | 11 | 100 | 101011100 | 100001 | 1011110 |
Color Harmonies of #F5EBED
Complementary color
Monochromatic Colors of #F5EBED
Black with #F5EBED
Text Example
Text Example
White with #F5EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBED; }
p { color: rgb(245,235,237); }
H1.HeaderClassName
{
color: #F5EBED;
}
.AnyTagClassName
{
color: #F5EBED;
}
</style>
background-color css
<style>
a { background-color: #F5EBED; }
a { background-color: rgb(245,235,237); }
div.DivClassName
{
background-color: #F5EBED;
}
.BgClassName
{
background-color: #F5EBED;
}
</style>
border-color css
<style>
span { border-color: #F5EBED; }
span { border-color: rgb(245,235,237); }
td.TdClassName
{
border-color: #F5EBED;
}
.TagClassName
{
border-color: #F5EBED;
}
</style>