Shades of Amour #FAE8EE
Tints of Amour #FAE8EE
RGB
CMYK
RGB Variations
Color information
#FAE8EE (or 0xFAE8EE) is known color: Amour. HEX triplet: FA, E8 and EE. RGB value is (250,232,238). Sum of RGB (Red+Green+Blue) = 250+232+238=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8EE is #051711. Grayscale: #EEEEEE. Windows color (decimal): -333586 or 15657210. OLE color: 15657210.
HSL color Cylindrical-coordinate representation of color #FAE8EE: hue angle of 340º 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 #FAE8EE is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 238 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.02 |
| HSL | 340º | 0.64% | 0.95% | - |
| HSV(B) | 340º | 0.07% | 0.98% | - |
| XYZ | 83.71 | 84.21 | 92.73 | - |
| YUV | 238.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 238 | 0 | 0.07 | 0.05 | 0.02 | 340 | 0.64 | 0.95 |
| Hex | FA | E8 | EE | 0 | 7 | 5 | 2 | 154 | 40 | 5F |
| Octal | 372 | 350 | 356 | 0 | 7 | 5 | 2 | 524 | 100 | 137 |
| Binary | 11111010 | 11101000 | 11101110 | 0 | 111 | 101 | 10 | 101010100 | 1000000 | 1011111 |
Color Harmonies of #FAE8EE
Complementary color
Monochromatic Colors of #FAE8EE
Black with #FAE8EE
Text Example
Text Example
White with #FAE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8EE; }
p { color: rgb(250,232,238); }
H1.HeaderClassName
{
color: #FAE8EE;
}
.AnyTagClassName
{
color: #FAE8EE;
}
</style>
background-color css
<style>
a { background-color: #FAE8EE; }
a { background-color: rgb(250,232,238); }
div.DivClassName
{
background-color: #FAE8EE;
}
.BgClassName
{
background-color: #FAE8EE;
}
</style>
border-color css
<style>
span { border-color: #FAE8EE; }
span { border-color: rgb(250,232,238); }
td.TdClassName
{
border-color: #FAE8EE;
}
.TagClassName
{
border-color: #FAE8EE;
}
</style>