Shades of Amour #F6E9EC
Tints of Amour #F6E9EC
RGB
CMYK
RGB Variations
Color information
#F6E9EC (or 0xF6E9EC) is known color: Amour. HEX triplet: F6, E9 and EC. RGB value is (246,233,236). Sum of RGB (Red+Green+Blue) = 246+233+236=715 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.41% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E9EC is #091613. Grayscale: #EDEDED. Windows color (decimal): -595476 or 15526390. OLE color: 15526390.
HSL color Cylindrical-coordinate representation of color #F6E9EC: hue angle of 346.15º degrees, saturation: 0.42, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6E9EC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 233 | 236 | - |
CMYK | 0 | 0.05 | 0.04 | 0.04 |
HSL | 346.15º | 0.42% | 0.94% | - |
HSV(B) | 346.15º | 0.05% | 0.96% | - |
XYZ | 82.29 | 83.93 | 91.22 | - |
YUV | 237.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 233 | 236 | 0 | 0.05 | 0.04 | 0.04 | 346.15 | 0.42 | 0.94 |
Hex | F6 | E9 | EC | 0 | 5 | 4 | 4 | 15A | 2A | 5E |
Octal | 366 | 351 | 354 | 0 | 5 | 4 | 4 | 532 | 52 | 136 |
Binary | 11110110 | 11101001 | 11101100 | 0 | 101 | 100 | 100 | 101011010 | 101010 | 1011110 |
Color Harmonies of #F6E9EC
Complementary color
Monochromatic Colors of #F6E9EC
Black with #F6E9EC
Text Example
Text Example
White with #F6E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E9EC; }
p { color: rgb(246,233,236); }
H1.HeaderClassName
{
color: #F6E9EC;
}
.AnyTagClassName
{
color: #F6E9EC;
}
</style>
background-color css
<style>
a { background-color: #F6E9EC; }
a { background-color: rgb(246,233,236); }
div.DivClassName
{
background-color: #F6E9EC;
}
.BgClassName
{
background-color: #F6E9EC;
}
</style>
border-color css
<style>
span { border-color: #F6E9EC; }
span { border-color: rgb(246,233,236); }
td.TdClassName
{
border-color: #F6E9EC;
}
.TagClassName
{
border-color: #F6E9EC;
}
</style>