Shades of Amour #F5E7ED
Tints of Amour #F5E7ED
RGB
CMYK
RGB Variations
Color information
#F5E7ED (or 0xF5E7ED) is known color: Amour. HEX triplet: F5, E7 and ED. RGB value is (245,231,237). Sum of RGB (Red+Green+Blue) = 245+231+237=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E7ED is #0A1812. Grayscale: #EBEBEB. Windows color (decimal): -661523 or 15591413. OLE color: 15591413.
HSL color Cylindrical-coordinate representation of color #F5E7ED: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5E7ED is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 231 | 237 | - |
CMYK | 0 | 0.06 | 0.03 | 0.04 |
HSL | 334.29º | 0.41% | 0.93% | - |
HSV(B) | 334.29º | 0.06% | 0.96% | - |
XYZ | 81.52 | 82.68 | 91.78 | - |
YUV | 235.87 | 128.64 | 134.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 231 | 237 | 0 | 0.06 | 0.03 | 0.04 | 334.29 | 0.41 | 0.93 |
Hex | F5 | E7 | ED | 0 | 6 | 3 | 4 | 14E | 29 | 5D |
Octal | 365 | 347 | 355 | 0 | 6 | 3 | 4 | 516 | 51 | 135 |
Binary | 11110101 | 11100111 | 11101101 | 0 | 110 | 11 | 100 | 101001110 | 101001 | 1011101 |
Color Harmonies of #F5E7ED
Complementary color
Monochromatic Colors of #F5E7ED
Black with #F5E7ED
Text Example
Text Example
White with #F5E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E7ED; }
p { color: rgb(245,231,237); }
H1.HeaderClassName
{
color: #F5E7ED;
}
.AnyTagClassName
{
color: #F5E7ED;
}
</style>
background-color css
<style>
a { background-color: #F5E7ED; }
a { background-color: rgb(245,231,237); }
div.DivClassName
{
background-color: #F5E7ED;
}
.BgClassName
{
background-color: #F5E7ED;
}
</style>
border-color css
<style>
span { border-color: #F5E7ED; }
span { border-color: rgb(245,231,237); }
td.TdClassName
{
border-color: #F5E7ED;
}
.TagClassName
{
border-color: #F5E7ED;
}
</style>