Shades of Amour #F9E6EA
Tints of Amour #F9E6EA
RGB
CMYK
RGB Variations
Color information
#F9E6EA (or 0xF9E6EA) is known color: Amour. HEX triplet: F9, E6 and EA. RGB value is (249,230,234). Sum of RGB (Red+Green+Blue) = 249+230+234=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E6EA is #061915. Grayscale: #ECECEC. Windows color (decimal): -399638 or 15394553. OLE color: 15394553.
HSL color Cylindrical-coordinate representation of color #F9E6EA: hue angle of 347.37º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F9E6EA is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 234 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.02 |
| HSL | 347.37º | 0.61% | 0.94% | - |
| HSV(B) | 347.37º | 0.08% | 0.98% | - |
| XYZ | 82.22 | 82.67 | 89.47 | - |
| YUV | 236.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 234 | 0 | 0.08 | 0.06 | 0.02 | 347.37 | 0.61 | 0.94 |
| Hex | F9 | E6 | EA | 0 | 8 | 6 | 2 | 15B | 3D | 5E |
| Octal | 371 | 346 | 352 | 0 | 10 | 6 | 2 | 533 | 75 | 136 |
| Binary | 11111001 | 11100110 | 11101010 | 0 | 1000 | 110 | 10 | 101011011 | 111101 | 1011110 |
Color Harmonies of #F9E6EA
Complementary color
Monochromatic Colors of #F9E6EA
Black with #F9E6EA
Text Example
Text Example
White with #F9E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E6EA; }
p { color: rgb(249,230,234); }
H1.HeaderClassName
{
color: #F9E6EA;
}
.AnyTagClassName
{
color: #F9E6EA;
}
</style>
background-color css
<style>
a { background-color: #F9E6EA; }
a { background-color: rgb(249,230,234); }
div.DivClassName
{
background-color: #F9E6EA;
}
.BgClassName
{
background-color: #F9E6EA;
}
</style>
border-color css
<style>
span { border-color: #F9E6EA; }
span { border-color: rgb(249,230,234); }
td.TdClassName
{
border-color: #F9E6EA;
}
.TagClassName
{
border-color: #F9E6EA;
}
</style>