Shades of Amour #F9E3EA
Tints of Amour #F9E3EA
RGB
CMYK
RGB Variations
Color information
#F9E3EA (or 0xF9E3EA) is known color: Amour. HEX triplet: F9, E3 and EA. RGB value is (249,227,234). Sum of RGB (Red+Green+Blue) = 249+227+234=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3EA is #061C15. Grayscale: #EAEAEA. Windows color (decimal): -400406 or 15393785. OLE color: 15393785.
HSL color Cylindrical-coordinate representation of color #F9E3EA: hue angle of 340.91º degrees, saturation: 0.65, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E3EA is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 234 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.02 |
| HSL | 340.91º | 0.65% | 0.93% | - |
| HSV(B) | 340.91º | 0.09% | 0.98% | - |
| XYZ | 81.39 | 81.02 | 89.19 | - |
| YUV | 234.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 234 | 0 | 0.09 | 0.06 | 0.02 | 340.91 | 0.65 | 0.93 |
| Hex | F9 | E3 | EA | 0 | 9 | 6 | 2 | 155 | 41 | 5D |
| Octal | 371 | 343 | 352 | 0 | 11 | 6 | 2 | 525 | 101 | 135 |
| Binary | 11111001 | 11100011 | 11101010 | 0 | 1001 | 110 | 10 | 101010101 | 1000001 | 1011101 |
Color Harmonies of #F9E3EA
Complementary color
Monochromatic Colors of #F9E3EA
Black with #F9E3EA
Text Example
Text Example
White with #F9E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E3EA; }
p { color: rgb(249,227,234); }
H1.HeaderClassName
{
color: #F9E3EA;
}
.AnyTagClassName
{
color: #F9E3EA;
}
</style>
background-color css
<style>
a { background-color: #F9E3EA; }
a { background-color: rgb(249,227,234); }
div.DivClassName
{
background-color: #F9E3EA;
}
.BgClassName
{
background-color: #F9E3EA;
}
</style>
border-color css
<style>
span { border-color: #F9E3EA; }
span { border-color: rgb(249,227,234); }
td.TdClassName
{
border-color: #F9E3EA;
}
.TagClassName
{
border-color: #F9E3EA;
}
</style>