Shades of Amour #F5E8ED
Tints of Amour #F5E8ED
RGB
CMYK
RGB Variations
Color information
#F5E8ED (or 0xF5E8ED) is known color: Amour. HEX triplet: F5, E8 and ED. RGB value is (245,232,237). Sum of RGB (Red+Green+Blue) = 245+232+237=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 232 (91.02% from 255 or 32.49% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E8ED is #0A1712. Grayscale: #ECECEC. Windows color (decimal): -661267 or 15591669. OLE color: 15591669.
HSL color Cylindrical-coordinate representation of color #F5E8ED: hue angle of 336.92º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5E8ED is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 232 | 237 | - |
CMYK | 0 | 0.05 | 0.03 | 0.04 |
HSL | 336.92º | 0.39% | 0.94% | - |
HSV(B) | 336.92º | 0.05% | 0.96% | - |
XYZ | 81.8 | 83.24 | 91.88 | - |
YUV | 236.46 | 128.31 | 134.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 232 | 237 | 0 | 0.05 | 0.03 | 0.04 | 336.92 | 0.39 | 0.94 |
Hex | F5 | E8 | ED | 0 | 5 | 3 | 4 | 151 | 27 | 5E |
Octal | 365 | 350 | 355 | 0 | 5 | 3 | 4 | 521 | 47 | 136 |
Binary | 11110101 | 11101000 | 11101101 | 0 | 101 | 11 | 100 | 101010001 | 100111 | 1011110 |
Color Harmonies of #F5E8ED
Complementary color
Monochromatic Colors of #F5E8ED
Black with #F5E8ED
Text Example
Text Example
White with #F5E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8ED; }
p { color: rgb(245,232,237); }
H1.HeaderClassName
{
color: #F5E8ED;
}
.AnyTagClassName
{
color: #F5E8ED;
}
</style>
background-color css
<style>
a { background-color: #F5E8ED; }
a { background-color: rgb(245,232,237); }
div.DivClassName
{
background-color: #F5E8ED;
}
.BgClassName
{
background-color: #F5E8ED;
}
</style>
border-color css
<style>
span { border-color: #F5E8ED; }
span { border-color: rgb(245,232,237); }
td.TdClassName
{
border-color: #F5E8ED;
}
.TagClassName
{
border-color: #F5E8ED;
}
</style>