Shades of Amour #F9E7E9
Tints of Amour #F9E7E9
RGB
CMYK
RGB Variations
Color information
#F9E7E9 (or 0xF9E7E9) is known color: Amour. HEX triplet: F9, E7 and E9. RGB value is (249,231,233). Sum of RGB (Red+Green+Blue) = 249+231+233=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E7E9 is #061816. Grayscale: #ECECEC. Windows color (decimal): -399383 or 15329273. OLE color: 15329273.
HSL color Cylindrical-coordinate representation of color #F9E7E9: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F9E7E9 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 233 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.02 |
| HSL | 353.33º | 0.6% | 0.94% | - |
| HSV(B) | 353.33º | 0.07% | 0.98% | - |
| XYZ | 82.35 | 83.17 | 88.8 | - |
| YUV | 236.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 233 | 0 | 0.07 | 0.06 | 0.02 | 353.33 | 0.6 | 0.94 |
| Hex | F9 | E7 | E9 | 0 | 7 | 6 | 2 | 161 | 3C | 5E |
| Octal | 371 | 347 | 351 | 0 | 7 | 6 | 2 | 541 | 74 | 136 |
| Binary | 11111001 | 11100111 | 11101001 | 0 | 111 | 110 | 10 | 101100001 | 111100 | 1011110 |
Color Harmonies of #F9E7E9
Complementary color
Monochromatic Colors of #F9E7E9
Black with #F9E7E9
Text Example
Text Example
White with #F9E7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E7E9; }
p { color: rgb(249,231,233); }
H1.HeaderClassName
{
color: #F9E7E9;
}
.AnyTagClassName
{
color: #F9E7E9;
}
</style>
background-color css
<style>
a { background-color: #F9E7E9; }
a { background-color: rgb(249,231,233); }
div.DivClassName
{
background-color: #F9E7E9;
}
.BgClassName
{
background-color: #F9E7E9;
}
</style>
border-color css
<style>
span { border-color: #F9E7E9; }
span { border-color: rgb(249,231,233); }
td.TdClassName
{
border-color: #F9E7E9;
}
.TagClassName
{
border-color: #F9E7E9;
}
</style>