Shades of Amour #F6E4EC
Tints of Amour #F6E4EC
RGB
CMYK
RGB Variations
Color information
#F6E4EC (or 0xF6E4EC) is known color: Amour. HEX triplet: F6, E4 and EC. RGB value is (246,228,236). Sum of RGB (Red+Green+Blue) = 246+228+236=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E4EC is #091B13. Grayscale: #EAEAEA. Windows color (decimal): -596756 or 15525110. OLE color: 15525110.
HSL color Cylindrical-coordinate representation of color #F6E4EC: hue angle of 333.33º degrees, saturation: 0.5, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6E4EC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 236 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.04 |
| HSL | 333.33º | 0.5% | 0.93% | - |
| HSV(B) | 333.33º | 0.07% | 0.96% | - |
| XYZ | 80.89 | 81.14 | 90.75 | - |
| YUV | 234.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 236 | 0 | 0.07 | 0.04 | 0.04 | 333.33 | 0.5 | 0.93 |
| Hex | F6 | E4 | EC | 0 | 7 | 4 | 4 | 14D | 32 | 5D |
| Octal | 366 | 344 | 354 | 0 | 7 | 4 | 4 | 515 | 62 | 135 |
| Binary | 11110110 | 11100100 | 11101100 | 0 | 111 | 100 | 100 | 101001101 | 110010 | 1011101 |
Color Harmonies of #F6E4EC
Complementary color
Monochromatic Colors of #F6E4EC
Black with #F6E4EC
Text Example
Text Example
White with #F6E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E4EC; }
p { color: rgb(246,228,236); }
H1.HeaderClassName
{
color: #F6E4EC;
}
.AnyTagClassName
{
color: #F6E4EC;
}
</style>
background-color css
<style>
a { background-color: #F6E4EC; }
a { background-color: rgb(246,228,236); }
div.DivClassName
{
background-color: #F6E4EC;
}
.BgClassName
{
background-color: #F6E4EC;
}
</style>
border-color css
<style>
span { border-color: #F6E4EC; }
span { border-color: rgb(246,228,236); }
td.TdClassName
{
border-color: #F6E4EC;
}
.TagClassName
{
border-color: #F6E4EC;
}
</style>