Shades of Amour #FAE4EC
Tints of Amour #FAE4EC
RGB
CMYK
RGB Variations
Color information
#FAE4EC (or 0xFAE4EC) is known color: Amour. HEX triplet: FA, E4 and EC. RGB value is (250,228,236). Sum of RGB (Red+Green+Blue) = 250+228+236=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 228 (89.45% from 255 or 31.93% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4EC is #051B13. Grayscale: #EBEBEB. Windows color (decimal): -334612 or 15525114. OLE color: 15525114.
HSL color Cylindrical-coordinate representation of color #FAE4EC: hue angle of 338.18º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE4EC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 236 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.02 |
| HSL | 338.18º | 0.69% | 0.94% | - |
| HSV(B) | 338.18º | 0.09% | 0.98% | - |
| XYZ | 82.31 | 81.87 | 90.82 | - |
| YUV | 235.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 236 | 0 | 0.09 | 0.06 | 0.02 | 338.18 | 0.69 | 0.94 |
| Hex | FA | E4 | EC | 0 | 9 | 6 | 2 | 152 | 45 | 5E |
| Octal | 372 | 344 | 354 | 0 | 11 | 6 | 2 | 522 | 105 | 136 |
| Binary | 11111010 | 11100100 | 11101100 | 0 | 1001 | 110 | 10 | 101010010 | 1000101 | 1011110 |
Color Harmonies of #FAE4EC
Complementary color
Monochromatic Colors of #FAE4EC
Black with #FAE4EC
Text Example
Text Example
White with #FAE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4EC; }
p { color: rgb(250,228,236); }
H1.HeaderClassName
{
color: #FAE4EC;
}
.AnyTagClassName
{
color: #FAE4EC;
}
</style>
background-color css
<style>
a { background-color: #FAE4EC; }
a { background-color: rgb(250,228,236); }
div.DivClassName
{
background-color: #FAE4EC;
}
.BgClassName
{
background-color: #FAE4EC;
}
</style>
border-color css
<style>
span { border-color: #FAE4EC; }
span { border-color: rgb(250,228,236); }
td.TdClassName
{
border-color: #FAE4EC;
}
.TagClassName
{
border-color: #FAE4EC;
}
</style>