Shades of Amour #F6E3EC
Tints of Amour #F6E3EC
RGB
CMYK
RGB Variations
Color information
#F6E3EC (or 0xF6E3EC) is known color: Amour. HEX triplet: F6, E3 and EC. RGB value is (246,227,236). Sum of RGB (Red+Green+Blue) = 246+227+236=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E3EC is #091C13. Grayscale: #E9E9E9. Windows color (decimal): -597012 or 15524854. OLE color: 15524854.
HSL color Cylindrical-coordinate representation of color #F6E3EC: hue angle of 331.58º degrees, saturation: 0.51, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6E3EC is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 236 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.04 |
| HSL | 331.58º | 0.51% | 0.93% | - |
| HSV(B) | 331.58º | 0.08% | 0.96% | - |
| XYZ | 80.62 | 80.59 | 90.66 | - |
| YUV | 233.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 236 | 0 | 0.08 | 0.04 | 0.04 | 331.58 | 0.51 | 0.93 |
| Hex | F6 | E3 | EC | 0 | 8 | 4 | 4 | 14C | 33 | 5D |
| Octal | 366 | 343 | 354 | 0 | 10 | 4 | 4 | 514 | 63 | 135 |
| Binary | 11110110 | 11100011 | 11101100 | 0 | 1000 | 100 | 100 | 101001100 | 110011 | 1011101 |
Color Harmonies of #F6E3EC
Complementary color
Monochromatic Colors of #F6E3EC
Black with #F6E3EC
Text Example
Text Example
White with #F6E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E3EC; }
p { color: rgb(246,227,236); }
H1.HeaderClassName
{
color: #F6E3EC;
}
.AnyTagClassName
{
color: #F6E3EC;
}
</style>
background-color css
<style>
a { background-color: #F6E3EC; }
a { background-color: rgb(246,227,236); }
div.DivClassName
{
background-color: #F6E3EC;
}
.BgClassName
{
background-color: #F6E3EC;
}
</style>
border-color css
<style>
span { border-color: #F6E3EC; }
span { border-color: rgb(246,227,236); }
td.TdClassName
{
border-color: #F6E3EC;
}
.TagClassName
{
border-color: #F6E3EC;
}
</style>