Shades of Amour #F6E1E9
Tints of Amour #F6E1E9
RGB
CMYK
RGB Variations
Color information
#F6E1E9 (or 0xF6E1E9) is known color: Amour. HEX triplet: F6, E1 and E9. RGB value is (246,225,233). Sum of RGB (Red+Green+Blue) = 246+225+233=704 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.94% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E1E9 is #091E16. Grayscale: #E8E8E8. Windows color (decimal): -597527 or 15327734. OLE color: 15327734.
HSL color Cylindrical-coordinate representation of color #F6E1E9: hue angle of 337.14º degrees, saturation: 0.54, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E1E9 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 233 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.04 |
| HSL | 337.14º | 0.54% | 0.92% | - |
| HSV(B) | 337.14º | 0.09% | 0.96% | - |
| XYZ | 79.64 | 79.33 | 88.2 | - |
| YUV | 232.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 233 | 0 | 0.09 | 0.05 | 0.04 | 337.14 | 0.54 | 0.92 |
| Hex | F6 | E1 | E9 | 0 | 9 | 5 | 4 | 151 | 36 | 5C |
| Octal | 366 | 341 | 351 | 0 | 11 | 5 | 4 | 521 | 66 | 134 |
| Binary | 11110110 | 11100001 | 11101001 | 0 | 1001 | 101 | 100 | 101010001 | 110110 | 1011100 |
Color Harmonies of #F6E1E9
Complementary color
Monochromatic Colors of #F6E1E9
Black with #F6E1E9
Text Example
Text Example
White with #F6E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1E9; }
p { color: rgb(246,225,233); }
H1.HeaderClassName
{
color: #F6E1E9;
}
.AnyTagClassName
{
color: #F6E1E9;
}
</style>
background-color css
<style>
a { background-color: #F6E1E9; }
a { background-color: rgb(246,225,233); }
div.DivClassName
{
background-color: #F6E1E9;
}
.BgClassName
{
background-color: #F6E1E9;
}
</style>
border-color css
<style>
span { border-color: #F6E1E9; }
span { border-color: rgb(246,225,233); }
td.TdClassName
{
border-color: #F6E1E9;
}
.TagClassName
{
border-color: #F6E1E9;
}
</style>