Shades of Amour #FAE5EA
Tints of Amour #FAE5EA
RGB
CMYK
RGB Variations
Color information
#FAE5EA (or 0xFAE5EA) is known color: Amour. HEX triplet: FA, E5 and EA. RGB value is (250,229,234). Sum of RGB (Red+Green+Blue) = 250+229+234=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5EA is #051A15. Grayscale: #EBEBEB. Windows color (decimal): -334358 or 15394298. OLE color: 15394298.
HSL color Cylindrical-coordinate representation of color #FAE5EA: hue angle of 345.71º degrees, saturation: 0.68, 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 #FAE5EA is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 234 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.02 |
| HSL | 345.71º | 0.68% | 0.94% | - |
| HSV(B) | 345.71º | 0.08% | 0.98% | - |
| XYZ | 82.29 | 82.3 | 89.39 | - |
| YUV | 235.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 234 | 0 | 0.08 | 0.06 | 0.02 | 345.71 | 0.68 | 0.94 |
| Hex | FA | E5 | EA | 0 | 8 | 6 | 2 | 15A | 44 | 5E |
| Octal | 372 | 345 | 352 | 0 | 10 | 6 | 2 | 532 | 104 | 136 |
| Binary | 11111010 | 11100101 | 11101010 | 0 | 1000 | 110 | 10 | 101011010 | 1000100 | 1011110 |
Color Harmonies of #FAE5EA
Complementary color
Monochromatic Colors of #FAE5EA
Black with #FAE5EA
Text Example
Text Example
White with #FAE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5EA; }
p { color: rgb(250,229,234); }
H1.HeaderClassName
{
color: #FAE5EA;
}
.AnyTagClassName
{
color: #FAE5EA;
}
</style>
background-color css
<style>
a { background-color: #FAE5EA; }
a { background-color: rgb(250,229,234); }
div.DivClassName
{
background-color: #FAE5EA;
}
.BgClassName
{
background-color: #FAE5EA;
}
</style>
border-color css
<style>
span { border-color: #FAE5EA; }
span { border-color: rgb(250,229,234); }
td.TdClassName
{
border-color: #FAE5EA;
}
.TagClassName
{
border-color: #FAE5EA;
}
</style>