Shades of Amour #FAE7EC
Tints of Amour #FAE7EC
RGB
CMYK
RGB Variations
Color information
#FAE7EC (or 0xFAE7EC) is known color: Amour. HEX triplet: FA, E7 and EC. RGB value is (250,231,236). Sum of RGB (Red+Green+Blue) = 250+231+236=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7EC is #051813. Grayscale: #EDEDED. Windows color (decimal): -333844 or 15525882. OLE color: 15525882.
HSL color Cylindrical-coordinate representation of color #FAE7EC: hue angle of 344.21º degrees, saturation: 0.66, 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 #FAE7EC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 236 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.02 |
| HSL | 344.21º | 0.66% | 0.94% | - |
| HSV(B) | 344.21º | 0.08% | 0.98% | - |
| XYZ | 83.14 | 83.53 | 91.1 | - |
| YUV | 237.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 236 | 0 | 0.08 | 0.06 | 0.02 | 344.21 | 0.66 | 0.94 |
| Hex | FA | E7 | EC | 0 | 8 | 6 | 2 | 158 | 42 | 5E |
| Octal | 372 | 347 | 354 | 0 | 10 | 6 | 2 | 530 | 102 | 136 |
| Binary | 11111010 | 11100111 | 11101100 | 0 | 1000 | 110 | 10 | 101011000 | 1000010 | 1011110 |
Color Harmonies of #FAE7EC
Complementary color
Monochromatic Colors of #FAE7EC
Black with #FAE7EC
Text Example
Text Example
White with #FAE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7EC; }
p { color: rgb(250,231,236); }
H1.HeaderClassName
{
color: #FAE7EC;
}
.AnyTagClassName
{
color: #FAE7EC;
}
</style>
background-color css
<style>
a { background-color: #FAE7EC; }
a { background-color: rgb(250,231,236); }
div.DivClassName
{
background-color: #FAE7EC;
}
.BgClassName
{
background-color: #FAE7EC;
}
</style>
border-color css
<style>
span { border-color: #FAE7EC; }
span { border-color: rgb(250,231,236); }
td.TdClassName
{
border-color: #FAE7EC;
}
.TagClassName
{
border-color: #FAE7EC;
}
</style>