Shades of Amour #F9E7EC
Tints of Amour #F9E7EC
RGB
CMYK
RGB Variations
Color information
#F9E7EC (or 0xF9E7EC) is known color: Amour. HEX triplet: F9, E7 and EC. RGB value is (249,231,236). Sum of RGB (Red+Green+Blue) = 249+231+236=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E7EC is #061813. Grayscale: #ECECEC. Windows color (decimal): -399380 or 15525881. OLE color: 15525881.
HSL color Cylindrical-coordinate representation of color #F9E7EC: hue angle of 343.33º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F9E7EC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 231 | 236 | - |
CMYK | 0 | 0.07 | 0.05 | 0.02 |
HSL | 343.33º | 0.6% | 0.94% | - |
HSV(B) | 343.33º | 0.07% | 0.98% | - |
XYZ | 82.78 | 83.35 | 91.08 | - |
YUV | 236.95 | 127.46 | 136.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 231 | 236 | 0 | 0.07 | 0.05 | 0.02 | 343.33 | 0.6 | 0.94 |
Hex | F9 | E7 | EC | 0 | 7 | 5 | 2 | 157 | 3C | 5E |
Octal | 371 | 347 | 354 | 0 | 7 | 5 | 2 | 527 | 74 | 136 |
Binary | 11111001 | 11100111 | 11101100 | 0 | 111 | 101 | 10 | 101010111 | 111100 | 1011110 |
Color Harmonies of #F9E7EC
Complementary color
Monochromatic Colors of #F9E7EC
Black with #F9E7EC
Text Example
Text Example
White with #F9E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E7EC; }
p { color: rgb(249,231,236); }
H1.HeaderClassName
{
color: #F9E7EC;
}
.AnyTagClassName
{
color: #F9E7EC;
}
</style>
background-color css
<style>
a { background-color: #F9E7EC; }
a { background-color: rgb(249,231,236); }
div.DivClassName
{
background-color: #F9E7EC;
}
.BgClassName
{
background-color: #F9E7EC;
}
</style>
border-color css
<style>
span { border-color: #F9E7EC; }
span { border-color: rgb(249,231,236); }
td.TdClassName
{
border-color: #F9E7EC;
}
.TagClassName
{
border-color: #F9E7EC;
}
</style>