Shades of Amour #F9E1EA
Tints of Amour #F9E1EA
RGB
CMYK
RGB Variations
Color information
#F9E1EA (or 0xF9E1EA) is known color: Amour. HEX triplet: F9, E1 and EA. RGB value is (249,225,234). Sum of RGB (Red+Green+Blue) = 249+225+234=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E1EA is #061E15. Grayscale: #E9E9E9. Windows color (decimal): -400918 or 15393273. OLE color: 15393273.
HSL color Cylindrical-coordinate representation of color #F9E1EA: hue angle of 337.5º degrees, saturation: 0.67, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9E1EA is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 234 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.02 |
| HSL | 337.5º | 0.67% | 0.93% | - |
| HSV(B) | 337.5º | 0.1% | 0.98% | - |
| XYZ | 80.84 | 79.93 | 89.01 | - |
| YUV | 233.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 234 | 0 | 0.10 | 0.06 | 0.02 | 337.5 | 0.67 | 0.93 |
| Hex | F9 | E1 | EA | 0 | A | 6 | 2 | 152 | 43 | 5D |
| Octal | 371 | 341 | 352 | 0 | 12 | 6 | 2 | 522 | 103 | 135 |
| Binary | 11111001 | 11100001 | 11101010 | 0 | 1010 | 110 | 10 | 101010010 | 1000011 | 1011101 |
Color Harmonies of #F9E1EA
Complementary color
Monochromatic Colors of #F9E1EA
Black with #F9E1EA
Text Example
Text Example
White with #F9E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1EA; }
p { color: rgb(249,225,234); }
H1.HeaderClassName
{
color: #F9E1EA;
}
.AnyTagClassName
{
color: #F9E1EA;
}
</style>
background-color css
<style>
a { background-color: #F9E1EA; }
a { background-color: rgb(249,225,234); }
div.DivClassName
{
background-color: #F9E1EA;
}
.BgClassName
{
background-color: #F9E1EA;
}
</style>
border-color css
<style>
span { border-color: #F9E1EA; }
span { border-color: rgb(249,225,234); }
td.TdClassName
{
border-color: #F9E1EA;
}
.TagClassName
{
border-color: #F9E1EA;
}
</style>