Shades of Amour #FAE6EC
Tints of Amour #FAE6EC
RGB
CMYK
RGB Variations
Color information
#FAE6EC (or 0xFAE6EC) is known color: Amour. HEX triplet: FA, E6 and EC. RGB value is (250,230,236). Sum of RGB (Red+Green+Blue) = 250+230+236=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6EC is #051913. Grayscale: #ECECEC. Windows color (decimal): -334100 or 15525626. OLE color: 15525626.
HSL color Cylindrical-coordinate representation of color #FAE6EC: hue angle of 342º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE6EC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 236 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.02 |
| HSL | 342º | 0.67% | 0.94% | - |
| HSV(B) | 342º | 0.08% | 0.98% | - |
| XYZ | 82.86 | 82.97 | 91.01 | - |
| YUV | 236.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 236 | 0 | 0.08 | 0.06 | 0.02 | 342 | 0.67 | 0.94 |
| Hex | FA | E6 | EC | 0 | 8 | 6 | 2 | 156 | 43 | 5E |
| Octal | 372 | 346 | 354 | 0 | 10 | 6 | 2 | 526 | 103 | 136 |
| Binary | 11111010 | 11100110 | 11101100 | 0 | 1000 | 110 | 10 | 101010110 | 1000011 | 1011110 |
Color Harmonies of #FAE6EC
Complementary color
Monochromatic Colors of #FAE6EC
Black with #FAE6EC
Text Example
Text Example
White with #FAE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6EC; }
p { color: rgb(250,230,236); }
H1.HeaderClassName
{
color: #FAE6EC;
}
.AnyTagClassName
{
color: #FAE6EC;
}
</style>
background-color css
<style>
a { background-color: #FAE6EC; }
a { background-color: rgb(250,230,236); }
div.DivClassName
{
background-color: #FAE6EC;
}
.BgClassName
{
background-color: #FAE6EC;
}
</style>
border-color css
<style>
span { border-color: #FAE6EC; }
span { border-color: rgb(250,230,236); }
td.TdClassName
{
border-color: #FAE6EC;
}
.TagClassName
{
border-color: #FAE6EC;
}
</style>