Shades of Amour #F6E2EA
Tints of Amour #F6E2EA
RGB
CMYK
RGB Variations
Color information
#F6E2EA (or 0xF6E2EA) is known color: Amour. HEX triplet: F6, E2 and EA. RGB value is (246,226,234). Sum of RGB (Red+Green+Blue) = 246+226+234=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 226 (88.67% from 255 or 32.01% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E2EA is #091D15. Grayscale: #E8E8E8. Windows color (decimal): -597270 or 15393526. OLE color: 15393526.
HSL color Cylindrical-coordinate representation of color #F6E2EA: hue angle of 336º degrees, saturation: 0.53, 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 #F6E2EA is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 234 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.04 |
| HSL | 336º | 0.53% | 0.93% | - |
| HSV(B) | 336º | 0.08% | 0.96% | - |
| XYZ | 80.05 | 79.93 | 89.05 | - |
| YUV | 232.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 234 | 0 | 0.08 | 0.05 | 0.04 | 336 | 0.53 | 0.93 |
| Hex | F6 | E2 | EA | 0 | 8 | 5 | 4 | 150 | 35 | 5D |
| Octal | 366 | 342 | 352 | 0 | 10 | 5 | 4 | 520 | 65 | 135 |
| Binary | 11110110 | 11100010 | 11101010 | 0 | 1000 | 101 | 100 | 101010000 | 110101 | 1011101 |
Color Harmonies of #F6E2EA
Complementary color
Monochromatic Colors of #F6E2EA
Black with #F6E2EA
Text Example
Text Example
White with #F6E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2EA; }
p { color: rgb(246,226,234); }
H1.HeaderClassName
{
color: #F6E2EA;
}
.AnyTagClassName
{
color: #F6E2EA;
}
</style>
background-color css
<style>
a { background-color: #F6E2EA; }
a { background-color: rgb(246,226,234); }
div.DivClassName
{
background-color: #F6E2EA;
}
.BgClassName
{
background-color: #F6E2EA;
}
</style>
border-color css
<style>
span { border-color: #F6E2EA; }
span { border-color: rgb(246,226,234); }
td.TdClassName
{
border-color: #F6E2EA;
}
.TagClassName
{
border-color: #F6E2EA;
}
</style>