Shades of Amour #F6E7EC
Tints of Amour #F6E7EC
RGB
CMYK
RGB Variations
Color information
#F6E7EC (or 0xF6E7EC) is known color: Amour. HEX triplet: F6, E7 and EC. RGB value is (246,231,236). Sum of RGB (Red+Green+Blue) = 246+231+236=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E7EC is #091813. Grayscale: #ECECEC. Windows color (decimal): -595988 or 15525878. OLE color: 15525878.
HSL color Cylindrical-coordinate representation of color #F6E7EC: hue angle of 340º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F6E7EC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 231 | 236 | - |
CMYK | 0 | 0.06 | 0.04 | 0.04 |
HSL | 340º | 0.45% | 0.94% | - |
HSV(B) | 340º | 0.06% | 0.96% | - |
XYZ | 81.72 | 82.8 | 91.03 | - |
YUV | 236.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 231 | 236 | 0 | 0.06 | 0.04 | 0.04 | 340 | 0.45 | 0.94 |
Hex | F6 | E7 | EC | 0 | 6 | 4 | 4 | 154 | 2D | 5E |
Octal | 366 | 347 | 354 | 0 | 6 | 4 | 4 | 524 | 55 | 136 |
Binary | 11110110 | 11100111 | 11101100 | 0 | 110 | 100 | 100 | 101010100 | 101101 | 1011110 |
Color Harmonies of #F6E7EC
Complementary color
Monochromatic Colors of #F6E7EC
Black with #F6E7EC
Text Example
Text Example
White with #F6E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E7EC; }
p { color: rgb(246,231,236); }
H1.HeaderClassName
{
color: #F6E7EC;
}
.AnyTagClassName
{
color: #F6E7EC;
}
</style>
background-color css
<style>
a { background-color: #F6E7EC; }
a { background-color: rgb(246,231,236); }
div.DivClassName
{
background-color: #F6E7EC;
}
.BgClassName
{
background-color: #F6E7EC;
}
</style>
border-color css
<style>
span { border-color: #F6E7EC; }
span { border-color: rgb(246,231,236); }
td.TdClassName
{
border-color: #F6E7EC;
}
.TagClassName
{
border-color: #F6E7EC;
}
</style>