Shades of Amour #F9E2EC
Tints of Amour #F9E2EC
RGB
CMYK
RGB Variations
Color information
#F9E2EC (or 0xF9E2EC) is known color: Amour. HEX triplet: F9, E2 and EC. RGB value is (249,226,236). Sum of RGB (Red+Green+Blue) = 249+226+236=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2EC is #061D13. Grayscale: #EAEAEA. Windows color (decimal): -400660 or 15524601. OLE color: 15524601.
HSL color Cylindrical-coordinate representation of color #F9E2EC: hue angle of 333.91º degrees, saturation: 0.66, 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 #F9E2EC is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 226 | 236 | - |
CMYK | 0 | 0.09 | 0.05 | 0.02 |
HSL | 333.91º | 0.66% | 0.93% | - |
HSV(B) | 333.91º | 0.09% | 0.98% | - |
XYZ | 81.4 | 80.59 | 90.62 | - |
YUV | 234.02 | 129.12 | 138.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 226 | 236 | 0 | 0.09 | 0.05 | 0.02 | 333.91 | 0.66 | 0.93 |
Hex | F9 | E2 | EC | 0 | 9 | 5 | 2 | 14E | 42 | 5D |
Octal | 371 | 342 | 354 | 0 | 11 | 5 | 2 | 516 | 102 | 135 |
Binary | 11111001 | 11100010 | 11101100 | 0 | 1001 | 101 | 10 | 101001110 | 1000010 | 1011101 |
Color Harmonies of #F9E2EC
Complementary color
Monochromatic Colors of #F9E2EC
Black with #F9E2EC
Text Example
Text Example
White with #F9E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2EC; }
p { color: rgb(249,226,236); }
H1.HeaderClassName
{
color: #F9E2EC;
}
.AnyTagClassName
{
color: #F9E2EC;
}
</style>
background-color css
<style>
a { background-color: #F9E2EC; }
a { background-color: rgb(249,226,236); }
div.DivClassName
{
background-color: #F9E2EC;
}
.BgClassName
{
background-color: #F9E2EC;
}
</style>
border-color css
<style>
span { border-color: #F9E2EC; }
span { border-color: rgb(249,226,236); }
td.TdClassName
{
border-color: #F9E2EC;
}
.TagClassName
{
border-color: #F9E2EC;
}
</style>