Shades of Amour #F6E3E8
Tints of Amour #F6E3E8
RGB
CMYK
RGB Variations
Color information
#F6E3E8 (or 0xF6E3E8) is known color: Amour. HEX triplet: F6, E3 and E8. RGB value is (246,227,232). Sum of RGB (Red+Green+Blue) = 246+227+232=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E3E8 is #091C17. Grayscale: #E9E9E9. Windows color (decimal): -597016 or 15262710. OLE color: 15262710.
HSL color Cylindrical-coordinate representation of color #F6E3E8: hue angle of 344.21º 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 #F6E3E8 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 232 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.04 |
| HSL | 344.21º | 0.51% | 0.93% | - |
| HSV(B) | 344.21º | 0.08% | 0.96% | - |
| XYZ | 80.04 | 80.36 | 87.64 | - |
| YUV | 233.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 232 | 0 | 0.08 | 0.06 | 0.04 | 344.21 | 0.51 | 0.93 |
| Hex | F6 | E3 | E8 | 0 | 8 | 6 | 4 | 158 | 33 | 5D |
| Octal | 366 | 343 | 350 | 0 | 10 | 6 | 4 | 530 | 63 | 135 |
| Binary | 11110110 | 11100011 | 11101000 | 0 | 1000 | 110 | 100 | 101011000 | 110011 | 1011101 |
Color Harmonies of #F6E3E8
Complementary color
Monochromatic Colors of #F6E3E8
Black with #F6E3E8
Text Example
Text Example
White with #F6E3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E3E8; }
p { color: rgb(246,227,232); }
H1.HeaderClassName
{
color: #F6E3E8;
}
.AnyTagClassName
{
color: #F6E3E8;
}
</style>
background-color css
<style>
a { background-color: #F6E3E8; }
a { background-color: rgb(246,227,232); }
div.DivClassName
{
background-color: #F6E3E8;
}
.BgClassName
{
background-color: #F6E3E8;
}
</style>
border-color css
<style>
span { border-color: #F6E3E8; }
span { border-color: rgb(246,227,232); }
td.TdClassName
{
border-color: #F6E3E8;
}
.TagClassName
{
border-color: #F6E3E8;
}
</style>