Shades of Amour #FAE8EC
Tints of Amour #FAE8EC
RGB
CMYK
RGB Variations
Color information
#FAE8EC (or 0xFAE8EC) is known color: Amour. HEX triplet: FA, E8 and EC. RGB value is (250,232,236). Sum of RGB (Red+Green+Blue) = 250+232+236=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8EC is #051713. Grayscale: #EDEDED. Windows color (decimal): -333588 or 15526138. OLE color: 15526138.
HSL color Cylindrical-coordinate representation of color #FAE8EC: hue angle of 346.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE8EC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 236 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.02 |
| HSL | 346.67º | 0.64% | 0.95% | - |
| HSV(B) | 346.67º | 0.07% | 0.98% | - |
| XYZ | 83.42 | 84.09 | 91.19 | - |
| YUV | 237.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 236 | 0 | 0.07 | 0.06 | 0.02 | 346.67 | 0.64 | 0.95 |
| Hex | FA | E8 | EC | 0 | 7 | 6 | 2 | 15B | 40 | 5F |
| Octal | 372 | 350 | 354 | 0 | 7 | 6 | 2 | 533 | 100 | 137 |
| Binary | 11111010 | 11101000 | 11101100 | 0 | 111 | 110 | 10 | 101011011 | 1000000 | 1011111 |
Color Harmonies of #FAE8EC
Complementary color
Monochromatic Colors of #FAE8EC
Black with #FAE8EC
Text Example
Text Example
White with #FAE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8EC; }
p { color: rgb(250,232,236); }
H1.HeaderClassName
{
color: #FAE8EC;
}
.AnyTagClassName
{
color: #FAE8EC;
}
</style>
background-color css
<style>
a { background-color: #FAE8EC; }
a { background-color: rgb(250,232,236); }
div.DivClassName
{
background-color: #FAE8EC;
}
.BgClassName
{
background-color: #FAE8EC;
}
</style>
border-color css
<style>
span { border-color: #FAE8EC; }
span { border-color: rgb(250,232,236); }
td.TdClassName
{
border-color: #FAE8EC;
}
.TagClassName
{
border-color: #FAE8EC;
}
</style>