Shades of Amour #F7EBED
Tints of Amour #F7EBED
RGB
CMYK
RGB Variations
Color information
#F7EBED (or 0xF7EBED) is known color: Amour. HEX triplet: F7, EB and ED. RGB value is (247,235,237). Sum of RGB (Red+Green+Blue) = 247+235+237=719 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.35% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EBED is #081412. Grayscale: #EEEEEE. Windows color (decimal): -529427 or 15592439. OLE color: 15592439.
HSL color Cylindrical-coordinate representation of color #F7EBED: hue angle of 350º degrees, saturation: 0.43, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F7EBED is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 235 | 237 | - |
CMYK | 0 | 0.05 | 0.04 | 0.03 |
HSL | 350º | 0.43% | 0.95% | - |
HSV(B) | 350º | 0.05% | 0.97% | - |
XYZ | 83.35 | 85.31 | 92.19 | - |
YUV | 238.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 235 | 237 | 0 | 0.05 | 0.04 | 0.03 | 350 | 0.43 | 0.95 |
Hex | F7 | EB | ED | 0 | 5 | 4 | 3 | 15E | 2B | 5F |
Octal | 367 | 353 | 355 | 0 | 5 | 4 | 3 | 536 | 53 | 137 |
Binary | 11110111 | 11101011 | 11101101 | 0 | 101 | 100 | 11 | 101011110 | 101011 | 1011111 |
Color Harmonies of #F7EBED
Complementary color
Monochromatic Colors of #F7EBED
Black with #F7EBED
Text Example
Text Example
White with #F7EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EBED; }
p { color: rgb(247,235,237); }
H1.HeaderClassName
{
color: #F7EBED;
}
.AnyTagClassName
{
color: #F7EBED;
}
</style>
background-color css
<style>
a { background-color: #F7EBED; }
a { background-color: rgb(247,235,237); }
div.DivClassName
{
background-color: #F7EBED;
}
.BgClassName
{
background-color: #F7EBED;
}
</style>
border-color css
<style>
span { border-color: #F7EBED; }
span { border-color: rgb(247,235,237); }
td.TdClassName
{
border-color: #F7EBED;
}
.TagClassName
{
border-color: #F7EBED;
}
</style>