Shades of Amour #FAE8ED
Tints of Amour #FAE8ED
RGB
CMYK
RGB Variations
Color information
#FAE8ED (or 0xFAE8ED) is known color: Amour. HEX triplet: FA, E8 and ED. RGB value is (250,232,237). Sum of RGB (Red+Green+Blue) = 250+232+237=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 232 (91.02% from 255 or 32.27% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8ED is #051712. Grayscale: #EDEDED. Windows color (decimal): -333587 or 15591674. OLE color: 15591674.
HSL color Cylindrical-coordinate representation of color #FAE8ED: hue angle of 343.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 #FAE8ED is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 237 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.02 |
| HSL | 343.33º | 0.64% | 0.95% | - |
| HSV(B) | 343.33º | 0.07% | 0.98% | - |
| XYZ | 83.57 | 84.15 | 91.96 | - |
| YUV | 237.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 237 | 0 | 0.07 | 0.05 | 0.02 | 343.33 | 0.64 | 0.95 |
| Hex | FA | E8 | ED | 0 | 7 | 5 | 2 | 157 | 40 | 5F |
| Octal | 372 | 350 | 355 | 0 | 7 | 5 | 2 | 527 | 100 | 137 |
| Binary | 11111010 | 11101000 | 11101101 | 0 | 111 | 101 | 10 | 101010111 | 1000000 | 1011111 |
Color Harmonies of #FAE8ED
Complementary color
Monochromatic Colors of #FAE8ED
Black with #FAE8ED
Text Example
Text Example
White with #FAE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8ED; }
p { color: rgb(250,232,237); }
H1.HeaderClassName
{
color: #FAE8ED;
}
.AnyTagClassName
{
color: #FAE8ED;
}
</style>
background-color css
<style>
a { background-color: #FAE8ED; }
a { background-color: rgb(250,232,237); }
div.DivClassName
{
background-color: #FAE8ED;
}
.BgClassName
{
background-color: #FAE8ED;
}
</style>
border-color css
<style>
span { border-color: #FAE8ED; }
span { border-color: rgb(250,232,237); }
td.TdClassName
{
border-color: #FAE8ED;
}
.TagClassName
{
border-color: #FAE8ED;
}
</style>