Shades of Amour #FAE1E9
Tints of Amour #FAE1E9
RGB
CMYK
RGB Variations
Color information
#FAE1E9 (or 0xFAE1E9) is known color: Amour. HEX triplet: FA, E1 and E9. RGB value is (250,225,233). Sum of RGB (Red+Green+Blue) = 250+225+233=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1E9 is #051E16. Grayscale: #E9E9E9. Windows color (decimal): -335383 or 15327738. OLE color: 15327738.
HSL color Cylindrical-coordinate representation of color #FAE1E9: hue angle of 340.8º 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 #FAE1E9 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 233 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.02 |
| HSL | 340.8º | 0.71% | 0.93% | - |
| HSV(B) | 340.8º | 0.1% | 0.98% | - |
| XYZ | 81.06 | 80.06 | 88.27 | - |
| YUV | 233.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 233 | 0 | 0.10 | 0.07 | 0.02 | 340.8 | 0.71 | 0.93 |
| Hex | FA | E1 | E9 | 0 | A | 7 | 2 | 155 | 47 | 5D |
| Octal | 372 | 341 | 351 | 0 | 12 | 7 | 2 | 525 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11101001 | 0 | 1010 | 111 | 10 | 101010101 | 1000111 | 1011101 |
Color Harmonies of #FAE1E9
Complementary color
Monochromatic Colors of #FAE1E9
Black with #FAE1E9
Text Example
Text Example
White with #FAE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1E9; }
p { color: rgb(250,225,233); }
H1.HeaderClassName
{
color: #FAE1E9;
}
.AnyTagClassName
{
color: #FAE1E9;
}
</style>
background-color css
<style>
a { background-color: #FAE1E9; }
a { background-color: rgb(250,225,233); }
div.DivClassName
{
background-color: #FAE1E9;
}
.BgClassName
{
background-color: #FAE1E9;
}
</style>
border-color css
<style>
span { border-color: #FAE1E9; }
span { border-color: rgb(250,225,233); }
td.TdClassName
{
border-color: #FAE1E9;
}
.TagClassName
{
border-color: #FAE1E9;
}
</style>