Shades of Amour #F6E9EA
Tints of Amour #F6E9EA
RGB
CMYK
RGB Variations
Color information
#F6E9EA (or 0xF6E9EA) is known color: Amour. HEX triplet: F6, E9 and EA. RGB value is (246,233,234). Sum of RGB (Red+Green+Blue) = 246+233+234=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E9EA is #091615. Grayscale: #EDEDED. Windows color (decimal): -595478 or 15395318. OLE color: 15395318.
HSL color Cylindrical-coordinate representation of color #F6E9EA: hue angle of 355.38º degrees, saturation: 0.42, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6E9EA is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 234 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.04 |
| HSL | 355.38º | 0.42% | 0.94% | - |
| HSV(B) | 355.38º | 0.05% | 0.96% | - |
| XYZ | 82 | 83.81 | 89.7 | - |
| YUV | 237 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 234 | 0 | 0.05 | 0.05 | 0.04 | 355.38 | 0.42 | 0.94 |
| Hex | F6 | E9 | EA | 0 | 5 | 5 | 4 | 163 | 2A | 5E |
| Octal | 366 | 351 | 352 | 0 | 5 | 5 | 4 | 543 | 52 | 136 |
| Binary | 11110110 | 11101001 | 11101010 | 0 | 101 | 101 | 100 | 101100011 | 101010 | 1011110 |
Color Harmonies of #F6E9EA
Complementary color
Monochromatic Colors of #F6E9EA
Black with #F6E9EA
Text Example
Text Example
White with #F6E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E9EA; }
p { color: rgb(246,233,234); }
H1.HeaderClassName
{
color: #F6E9EA;
}
.AnyTagClassName
{
color: #F6E9EA;
}
</style>
background-color css
<style>
a { background-color: #F6E9EA; }
a { background-color: rgb(246,233,234); }
div.DivClassName
{
background-color: #F6E9EA;
}
.BgClassName
{
background-color: #F6E9EA;
}
</style>
border-color css
<style>
span { border-color: #F6E9EA; }
span { border-color: rgb(246,233,234); }
td.TdClassName
{
border-color: #F6E9EA;
}
.TagClassName
{
border-color: #F6E9EA;
}
</style>