Shades of Amour #F6E2EC
Tints of Amour #F6E2EC
RGB
CMYK
RGB Variations
Color information
#F6E2EC (or 0xF6E2EC) is known color: Amour. HEX triplet: F6, E2 and EC. RGB value is (246,226,236). Sum of RGB (Red+Green+Blue) = 246+226+236=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E2EC is #091D13. Grayscale: #E9E9E9. Windows color (decimal): -597268 or 15524598. OLE color: 15524598.
HSL color Cylindrical-coordinate representation of color #F6E2EC: hue angle of 330º 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 #F6E2EC is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 226 | 236 | - |
CMYK | 0 | 0.08 | 0.04 | 0.04 |
HSL | 330º | 0.53% | 0.93% | - |
HSV(B) | 330º | 0.08% | 0.96% | - |
XYZ | 80.34 | 80.04 | 90.57 | - |
YUV | 233.12 | 129.63 | 137.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 226 | 236 | 0 | 0.08 | 0.04 | 0.04 | 330 | 0.53 | 0.93 |
Hex | F6 | E2 | EC | 0 | 8 | 4 | 4 | 14A | 35 | 5D |
Octal | 366 | 342 | 354 | 0 | 10 | 4 | 4 | 512 | 65 | 135 |
Binary | 11110110 | 11100010 | 11101100 | 0 | 1000 | 100 | 100 | 101001010 | 110101 | 1011101 |
Color Harmonies of #F6E2EC
Complementary color
Monochromatic Colors of #F6E2EC
Black with #F6E2EC
Text Example
Text Example
White with #F6E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2EC; }
p { color: rgb(246,226,236); }
H1.HeaderClassName
{
color: #F6E2EC;
}
.AnyTagClassName
{
color: #F6E2EC;
}
</style>
background-color css
<style>
a { background-color: #F6E2EC; }
a { background-color: rgb(246,226,236); }
div.DivClassName
{
background-color: #F6E2EC;
}
.BgClassName
{
background-color: #F6E2EC;
}
</style>
border-color css
<style>
span { border-color: #F6E2EC; }
span { border-color: rgb(246,226,236); }
td.TdClassName
{
border-color: #F6E2EC;
}
.TagClassName
{
border-color: #F6E2EC;
}
</style>