Shades of Amour #FAE7EE
Tints of Amour #FAE7EE
RGB
CMYK
RGB Variations
Color information
#FAE7EE (or 0xFAE7EE) is known color: Amour. HEX triplet: FA, E7 and EE. RGB value is (250,231,238). Sum of RGB (Red+Green+Blue) = 250+231+238=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7EE is #051811. Grayscale: #EDEDED. Windows color (decimal): -333842 or 15656954. OLE color: 15656954.
HSL color Cylindrical-coordinate representation of color #FAE7EE: hue angle of 337.89º degrees, saturation: 0.66, 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 #FAE7EE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 238 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.02 |
| HSL | 337.89º | 0.66% | 0.94% | - |
| HSV(B) | 337.89º | 0.08% | 0.98% | - |
| XYZ | 83.43 | 83.65 | 92.64 | - |
| YUV | 237.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 238 | 0 | 0.08 | 0.05 | 0.02 | 337.89 | 0.66 | 0.94 |
| Hex | FA | E7 | EE | 0 | 8 | 5 | 2 | 152 | 42 | 5E |
| Octal | 372 | 347 | 356 | 0 | 10 | 5 | 2 | 522 | 102 | 136 |
| Binary | 11111010 | 11100111 | 11101110 | 0 | 1000 | 101 | 10 | 101010010 | 1000010 | 1011110 |
Color Harmonies of #FAE7EE
Complementary color
Monochromatic Colors of #FAE7EE
Black with #FAE7EE
Text Example
Text Example
White with #FAE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7EE; }
p { color: rgb(250,231,238); }
H1.HeaderClassName
{
color: #FAE7EE;
}
.AnyTagClassName
{
color: #FAE7EE;
}
</style>
background-color css
<style>
a { background-color: #FAE7EE; }
a { background-color: rgb(250,231,238); }
div.DivClassName
{
background-color: #FAE7EE;
}
.BgClassName
{
background-color: #FAE7EE;
}
</style>
border-color css
<style>
span { border-color: #FAE7EE; }
span { border-color: rgb(250,231,238); }
td.TdClassName
{
border-color: #FAE7EE;
}
.TagClassName
{
border-color: #FAE7EE;
}
</style>