Shades of Amour #FAE8EA
Tints of Amour #FAE8EA
RGB
CMYK
RGB Variations
Color information
#FAE8EA (or 0xFAE8EA) is known color: Amour. HEX triplet: FA, E8 and EA. RGB value is (250,232,234). Sum of RGB (Red+Green+Blue) = 250+232+234=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 232 (91.02% from 255 or 32.40% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8EA is #051715. Grayscale: #EDEDED. Windows color (decimal): -333590 or 15395066. OLE color: 15395066.
HSL color Cylindrical-coordinate representation of color #FAE8EA: hue angle of 353.33º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE8EA is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 234 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.02 |
| HSL | 353.33º | 0.64% | 0.95% | - |
| HSV(B) | 353.33º | 0.07% | 0.98% | - |
| XYZ | 83.13 | 83.98 | 89.67 | - |
| YUV | 237.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 234 | 0 | 0.07 | 0.06 | 0.02 | 353.33 | 0.64 | 0.95 |
| Hex | FA | E8 | EA | 0 | 7 | 6 | 2 | 161 | 40 | 5F |
| Octal | 372 | 350 | 352 | 0 | 7 | 6 | 2 | 541 | 100 | 137 |
| Binary | 11111010 | 11101000 | 11101010 | 0 | 111 | 110 | 10 | 101100001 | 1000000 | 1011111 |
Color Harmonies of #FAE8EA
Complementary color
Monochromatic Colors of #FAE8EA
Black with #FAE8EA
Text Example
Text Example
White with #FAE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8EA; }
p { color: rgb(250,232,234); }
H1.HeaderClassName
{
color: #FAE8EA;
}
.AnyTagClassName
{
color: #FAE8EA;
}
</style>
background-color css
<style>
a { background-color: #FAE8EA; }
a { background-color: rgb(250,232,234); }
div.DivClassName
{
background-color: #FAE8EA;
}
.BgClassName
{
background-color: #FAE8EA;
}
</style>
border-color css
<style>
span { border-color: #FAE8EA; }
span { border-color: rgb(250,232,234); }
td.TdClassName
{
border-color: #FAE8EA;
}
.TagClassName
{
border-color: #FAE8EA;
}
</style>