Shades of Amour #F7E5E9
Tints of Amour #F7E5E9
RGB
CMYK
RGB Variations
Color information
#F7E5E9 (or 0xF7E5E9) is known color: Amour. HEX triplet: F7, E5 and E9. RGB value is (247,229,233). Sum of RGB (Red+Green+Blue) = 247+229+233=709 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.84% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 233 (91.41% from 255 or 32.86% from 709); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E5E9 is #081A16. Grayscale: #EAEAEA. Windows color (decimal): -530967 or 15328759. OLE color: 15328759.
HSL color Cylindrical-coordinate representation of color #F7E5E9: hue angle of 346.67º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7E5E9 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 229 | 233 | - |
CMYK | 0 | 0.07 | 0.06 | 0.03 |
HSL | 346.67º | 0.53% | 0.93% | - |
HSV(B) | 346.67º | 0.07% | 0.97% | - |
XYZ | 81.09 | 81.7 | 88.59 | - |
YUV | 234.84 | 126.96 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 229 | 233 | 0 | 0.07 | 0.06 | 0.03 | 346.67 | 0.53 | 0.93 |
Hex | F7 | E5 | E9 | 0 | 7 | 6 | 3 | 15B | 35 | 5D |
Octal | 367 | 345 | 351 | 0 | 7 | 6 | 3 | 533 | 65 | 135 |
Binary | 11110111 | 11100101 | 11101001 | 0 | 111 | 110 | 11 | 101011011 | 110101 | 1011101 |
Color Harmonies of #F7E5E9
Complementary color
Monochromatic Colors of #F7E5E9
Black with #F7E5E9
Text Example
Text Example
White with #F7E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E5E9; }
p { color: rgb(247,229,233); }
H1.HeaderClassName
{
color: #F7E5E9;
}
.AnyTagClassName
{
color: #F7E5E9;
}
</style>
background-color css
<style>
a { background-color: #F7E5E9; }
a { background-color: rgb(247,229,233); }
div.DivClassName
{
background-color: #F7E5E9;
}
.BgClassName
{
background-color: #F7E5E9;
}
</style>
border-color css
<style>
span { border-color: #F7E5E9; }
span { border-color: rgb(247,229,233); }
td.TdClassName
{
border-color: #F7E5E9;
}
.TagClassName
{
border-color: #F7E5E9;
}
</style>