Shades of Amour #F9E7EA
Tints of Amour #F9E7EA
RGB
CMYK
RGB Variations
Color information
#F9E7EA (or 0xF9E7EA) is known color: Amour. HEX triplet: F9, E7 and EA. RGB value is (249,231,234). Sum of RGB (Red+Green+Blue) = 249+231+234=714 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.87% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E7EA is #061815. Grayscale: #ECECEC. Windows color (decimal): -399382 or 15394809. OLE color: 15394809.
HSL color Cylindrical-coordinate representation of color #F9E7EA: hue angle of 350º 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 #F9E7EA is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 234 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.02 |
| HSL | 350º | 0.6% | 0.94% | - |
| HSV(B) | 350º | 0.07% | 0.98% | - |
| XYZ | 82.49 | 83.23 | 89.56 | - |
| YUV | 236.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 234 | 0 | 0.07 | 0.06 | 0.02 | 350 | 0.6 | 0.94 |
| Hex | F9 | E7 | EA | 0 | 7 | 6 | 2 | 15E | 3C | 5E |
| Octal | 371 | 347 | 352 | 0 | 7 | 6 | 2 | 536 | 74 | 136 |
| Binary | 11111001 | 11100111 | 11101010 | 0 | 111 | 110 | 10 | 101011110 | 111100 | 1011110 |
Color Harmonies of #F9E7EA
Complementary color
Monochromatic Colors of #F9E7EA
Black with #F9E7EA
Text Example
Text Example
White with #F9E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E7EA; }
p { color: rgb(249,231,234); }
H1.HeaderClassName
{
color: #F9E7EA;
}
.AnyTagClassName
{
color: #F9E7EA;
}
</style>
background-color css
<style>
a { background-color: #F9E7EA; }
a { background-color: rgb(249,231,234); }
div.DivClassName
{
background-color: #F9E7EA;
}
.BgClassName
{
background-color: #F9E7EA;
}
</style>
border-color css
<style>
span { border-color: #F9E7EA; }
span { border-color: rgb(249,231,234); }
td.TdClassName
{
border-color: #F9E7EA;
}
.TagClassName
{
border-color: #F9E7EA;
}
</style>