Shades of Amour #FAE0E7
Tints of Amour #FAE0E7
RGB
CMYK
RGB Variations
Color information
#FAE0E7 (or 0xFAE0E7) is known color: Amour. HEX triplet: FA, E0 and E7. RGB value is (250,224,231). Sum of RGB (Red+Green+Blue) = 250+224+231=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0E7 is #051F18. Grayscale: #E8E8E8. Windows color (decimal): -335641 or 15196410. OLE color: 15196410.
HSL color Cylindrical-coordinate representation of color #FAE0E7: hue angle of 343.85º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE0E7 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 231 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.02 |
| HSL | 343.85º | 0.72% | 0.93% | - |
| HSV(B) | 343.85º | 0.1% | 0.98% | - |
| XYZ | 80.5 | 79.4 | 86.68 | - |
| YUV | 232.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 231 | 0 | 0.10 | 0.08 | 0.02 | 343.85 | 0.72 | 0.93 |
| Hex | FA | E0 | E7 | 0 | A | 8 | 2 | 158 | 48 | 5D |
| Octal | 372 | 340 | 347 | 0 | 12 | 10 | 2 | 530 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11100111 | 0 | 1010 | 1000 | 10 | 101011000 | 1001000 | 1011101 |
Color Harmonies of #FAE0E7
Complementary color
Monochromatic Colors of #FAE0E7
Black with #FAE0E7
Text Example
Text Example
White with #FAE0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0E7; }
p { color: rgb(250,224,231); }
H1.HeaderClassName
{
color: #FAE0E7;
}
.AnyTagClassName
{
color: #FAE0E7;
}
</style>
background-color css
<style>
a { background-color: #FAE0E7; }
a { background-color: rgb(250,224,231); }
div.DivClassName
{
background-color: #FAE0E7;
}
.BgClassName
{
background-color: #FAE0E7;
}
</style>
border-color css
<style>
span { border-color: #FAE0E7; }
span { border-color: rgb(250,224,231); }
td.TdClassName
{
border-color: #FAE0E7;
}
.TagClassName
{
border-color: #FAE0E7;
}
</style>