Shades of Amour #F7E9ED
Tints of Amour #F7E9ED
RGB
CMYK
RGB Variations
Color information
#F7E9ED (or 0xF7E9ED) is known color: Amour. HEX triplet: F7, E9 and ED. RGB value is (247,233,237). Sum of RGB (Red+Green+Blue) = 247+233+237=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E9ED is #081612. Grayscale: #EDEDED. Windows color (decimal): -529939 or 15591927. OLE color: 15591927.
HSL color Cylindrical-coordinate representation of color #F7E9ED: hue angle of 342.86º degrees, saturation: 0.47, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F7E9ED is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 233 | 237 | - |
CMYK | 0 | 0.06 | 0.04 | 0.03 |
HSL | 342.86º | 0.47% | 0.94% | - |
HSV(B) | 342.86º | 0.06% | 0.97% | - |
XYZ | 82.78 | 84.17 | 92 | - |
YUV | 237.64 | 127.64 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 233 | 237 | 0 | 0.06 | 0.04 | 0.03 | 342.86 | 0.47 | 0.94 |
Hex | F7 | E9 | ED | 0 | 6 | 4 | 3 | 157 | 2F | 5E |
Octal | 367 | 351 | 355 | 0 | 6 | 4 | 3 | 527 | 57 | 136 |
Binary | 11110111 | 11101001 | 11101101 | 0 | 110 | 100 | 11 | 101010111 | 101111 | 1011110 |
Color Harmonies of #F7E9ED
Complementary color
Monochromatic Colors of #F7E9ED
Black with #F7E9ED
Text Example
Text Example
White with #F7E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E9ED; }
p { color: rgb(247,233,237); }
H1.HeaderClassName
{
color: #F7E9ED;
}
.AnyTagClassName
{
color: #F7E9ED;
}
</style>
background-color css
<style>
a { background-color: #F7E9ED; }
a { background-color: rgb(247,233,237); }
div.DivClassName
{
background-color: #F7E9ED;
}
.BgClassName
{
background-color: #F7E9ED;
}
</style>
border-color css
<style>
span { border-color: #F7E9ED; }
span { border-color: rgb(247,233,237); }
td.TdClassName
{
border-color: #F7E9ED;
}
.TagClassName
{
border-color: #F7E9ED;
}
</style>