Shades of Amour #FAE2E9
Tints of Amour #FAE2E9
RGB
CMYK
RGB Variations
Color information
#FAE2E9 (or 0xFAE2E9) is known color: Amour. HEX triplet: FA, E2 and E9. RGB value is (250,226,233). Sum of RGB (Red+Green+Blue) = 250+226+233=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 233 (91.41% from 255 or 32.86% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2E9 is #051D16. Grayscale: #E9E9E9. Windows color (decimal): -335127 or 15327994. OLE color: 15327994.
HSL color Cylindrical-coordinate representation of color #FAE2E9: hue angle of 342.5º 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 #FAE2E9 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 233 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.02 |
| HSL | 342.5º | 0.71% | 0.93% | - |
| HSV(B) | 342.5º | 0.1% | 0.98% | - |
| XYZ | 81.33 | 80.6 | 88.36 | - |
| YUV | 233.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 233 | 0 | 0.10 | 0.07 | 0.02 | 342.5 | 0.71 | 0.93 |
| Hex | FA | E2 | E9 | 0 | A | 7 | 2 | 156 | 47 | 5D |
| Octal | 372 | 342 | 351 | 0 | 12 | 7 | 2 | 526 | 107 | 135 |
| Binary | 11111010 | 11100010 | 11101001 | 0 | 1010 | 111 | 10 | 101010110 | 1000111 | 1011101 |
Color Harmonies of #FAE2E9
Complementary color
Monochromatic Colors of #FAE2E9
Black with #FAE2E9
Text Example
Text Example
White with #FAE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2E9; }
p { color: rgb(250,226,233); }
H1.HeaderClassName
{
color: #FAE2E9;
}
.AnyTagClassName
{
color: #FAE2E9;
}
</style>
background-color css
<style>
a { background-color: #FAE2E9; }
a { background-color: rgb(250,226,233); }
div.DivClassName
{
background-color: #FAE2E9;
}
.BgClassName
{
background-color: #FAE2E9;
}
</style>
border-color css
<style>
span { border-color: #FAE2E9; }
span { border-color: rgb(250,226,233); }
td.TdClassName
{
border-color: #FAE2E9;
}
.TagClassName
{
border-color: #FAE2E9;
}
</style>