Shades of Amour #F5E9EA
Tints of Amour #F5E9EA
RGB
CMYK
RGB Variations
Color information
#F5E9EA (or 0xF5E9EA) is known color: Amour. HEX triplet: F5, E9 and EA. RGB value is (245,233,234). Sum of RGB (Red+Green+Blue) = 245+233+234=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 233 (91.41% from 255 or 32.72% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E9EA is #0A1615. Grayscale: #ECECEC. Windows color (decimal): -661014 or 15395317. OLE color: 15395317.
HSL color Cylindrical-coordinate representation of color #F5E9EA: hue angle of 355º degrees, saturation: 0.38, 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 #F5E9EA is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 233 | 234 | - |
CMYK | 0 | 0.05 | 0.04 | 0.04 |
HSL | 355º | 0.38% | 0.94% | - |
HSV(B) | 355º | 0.05% | 0.96% | - |
XYZ | 81.65 | 83.63 | 89.68 | - |
YUV | 236.7 | 126.48 | 133.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 233 | 234 | 0 | 0.05 | 0.04 | 0.04 | 355 | 0.38 | 0.94 |
Hex | F5 | E9 | EA | 0 | 5 | 4 | 4 | 163 | 26 | 5E |
Octal | 365 | 351 | 352 | 0 | 5 | 4 | 4 | 543 | 46 | 136 |
Binary | 11110101 | 11101001 | 11101010 | 0 | 101 | 100 | 100 | 101100011 | 100110 | 1011110 |
Color Harmonies of #F5E9EA
Complementary color
Monochromatic Colors of #F5E9EA
Black with #F5E9EA
Text Example
Text Example
White with #F5E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9EA; }
p { color: rgb(245,233,234); }
H1.HeaderClassName
{
color: #F5E9EA;
}
.AnyTagClassName
{
color: #F5E9EA;
}
</style>
background-color css
<style>
a { background-color: #F5E9EA; }
a { background-color: rgb(245,233,234); }
div.DivClassName
{
background-color: #F5E9EA;
}
.BgClassName
{
background-color: #F5E9EA;
}
</style>
border-color css
<style>
span { border-color: #F5E9EA; }
span { border-color: rgb(245,233,234); }
td.TdClassName
{
border-color: #F5E9EA;
}
.TagClassName
{
border-color: #F5E9EA;
}
</style>