Shades of Amour #F9E1E9
Tints of Amour #F9E1E9
RGB
CMYK
RGB Variations
Color information
#F9E1E9 (or 0xF9E1E9) is known color: Amour. HEX triplet: F9, E1 and E9. RGB value is (249,225,233). Sum of RGB (Red+Green+Blue) = 249+225+233=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E1E9 is #061E16. Grayscale: #E9E9E9. Windows color (decimal): -400919 or 15327737. OLE color: 15327737.
HSL color Cylindrical-coordinate representation of color #F9E1E9: hue angle of 340º 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 #F9E1E9 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 233 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.02 |
| HSL | 340º | 0.67% | 0.93% | - |
| HSV(B) | 340º | 0.1% | 0.98% | - |
| XYZ | 80.7 | 79.87 | 88.25 | - |
| YUV | 233.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 233 | 0 | 0.10 | 0.06 | 0.02 | 340 | 0.67 | 0.93 |
| Hex | F9 | E1 | E9 | 0 | A | 6 | 2 | 154 | 43 | 5D |
| Octal | 371 | 341 | 351 | 0 | 12 | 6 | 2 | 524 | 103 | 135 |
| Binary | 11111001 | 11100001 | 11101001 | 0 | 1010 | 110 | 10 | 101010100 | 1000011 | 1011101 |
Color Harmonies of #F9E1E9
Complementary color
Monochromatic Colors of #F9E1E9
Black with #F9E1E9
Text Example
Text Example
White with #F9E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1E9; }
p { color: rgb(249,225,233); }
H1.HeaderClassName
{
color: #F9E1E9;
}
.AnyTagClassName
{
color: #F9E1E9;
}
</style>
background-color css
<style>
a { background-color: #F9E1E9; }
a { background-color: rgb(249,225,233); }
div.DivClassName
{
background-color: #F9E1E9;
}
.BgClassName
{
background-color: #F9E1E9;
}
</style>
border-color css
<style>
span { border-color: #F9E1E9; }
span { border-color: rgb(249,225,233); }
td.TdClassName
{
border-color: #F9E1E9;
}
.TagClassName
{
border-color: #F9E1E9;
}
</style>