Shades of Amour #FAE1E7
Tints of Amour #FAE1E7
RGB
CMYK
RGB Variations
Color information
#FAE1E7 (or 0xFAE1E7) is known color: Amour. HEX triplet: FA, E1 and E7. RGB value is (250,225,231). Sum of RGB (Red+Green+Blue) = 250+225+231=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1E7 is #051E18. Grayscale: #E9E9E9. Windows color (decimal): -335385 or 15196666. OLE color: 15196666.
HSL color Cylindrical-coordinate representation of color #FAE1E7: hue angle of 345.6º degrees, saturation: 0.71, 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 #FAE1E7 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 231 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.02 |
| HSL | 345.6º | 0.71% | 0.93% | - |
| HSV(B) | 345.6º | 0.1% | 0.98% | - |
| XYZ | 80.77 | 79.94 | 86.77 | - |
| YUV | 233.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 231 | 0 | 0.10 | 0.08 | 0.02 | 345.6 | 0.71 | 0.93 |
| Hex | FA | E1 | E7 | 0 | A | 8 | 2 | 15A | 47 | 5D |
| Octal | 372 | 341 | 347 | 0 | 12 | 10 | 2 | 532 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11100111 | 0 | 1010 | 1000 | 10 | 101011010 | 1000111 | 1011101 |
Color Harmonies of #FAE1E7
Complementary color
Monochromatic Colors of #FAE1E7
Black with #FAE1E7
Text Example
Text Example
White with #FAE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1E7; }
p { color: rgb(250,225,231); }
H1.HeaderClassName
{
color: #FAE1E7;
}
.AnyTagClassName
{
color: #FAE1E7;
}
</style>
background-color css
<style>
a { background-color: #FAE1E7; }
a { background-color: rgb(250,225,231); }
div.DivClassName
{
background-color: #FAE1E7;
}
.BgClassName
{
background-color: #FAE1E7;
}
</style>
border-color css
<style>
span { border-color: #FAE1E7; }
span { border-color: rgb(250,225,231); }
td.TdClassName
{
border-color: #FAE1E7;
}
.TagClassName
{
border-color: #FAE1E7;
}
</style>