Shades of Amour #F6ECED
Tints of Amour #F6ECED
RGB
CMYK
RGB Variations
Color information
#F6ECED (or 0xF6ECED) is known color: Amour. HEX triplet: F6, EC and ED. RGB value is (246,236,237). Sum of RGB (Red+Green+Blue) = 246+236+237=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6ECED is #091312. Grayscale: #EFEFEF. Windows color (decimal): -594707 or 15592694. OLE color: 15592694.
HSL color Cylindrical-coordinate representation of color #F6ECED: hue angle of 354º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6ECED is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 236 | 237 | - |
CMYK | 0 | 0.04 | 0.04 | 0.04 |
HSL | 354º | 0.36% | 0.95% | - |
HSV(B) | 354º | 0.04% | 0.96% | - |
XYZ | 83.29 | 85.7 | 92.27 | - |
YUV | 239.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 236 | 237 | 0 | 0.04 | 0.04 | 0.04 | 354 | 0.36 | 0.95 |
Hex | F6 | EC | ED | 0 | 4 | 4 | 4 | 162 | 24 | 5F |
Octal | 366 | 354 | 355 | 0 | 4 | 4 | 4 | 542 | 44 | 137 |
Binary | 11110110 | 11101100 | 11101101 | 0 | 100 | 100 | 100 | 101100010 | 100100 | 1011111 |
Color Harmonies of #F6ECED
Complementary color
Monochromatic Colors of #F6ECED
Black with #F6ECED
Text Example
Text Example
White with #F6ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ECED; }
p { color: rgb(246,236,237); }
H1.HeaderClassName
{
color: #F6ECED;
}
.AnyTagClassName
{
color: #F6ECED;
}
</style>
background-color css
<style>
a { background-color: #F6ECED; }
a { background-color: rgb(246,236,237); }
div.DivClassName
{
background-color: #F6ECED;
}
.BgClassName
{
background-color: #F6ECED;
}
</style>
border-color css
<style>
span { border-color: #F6ECED; }
span { border-color: rgb(246,236,237); }
td.TdClassName
{
border-color: #F6ECED;
}
.TagClassName
{
border-color: #F6ECED;
}
</style>