Shades of Amour #FAE4E8
Tints of Amour #FAE4E8
RGB
CMYK
RGB Variations
Color information
#FAE4E8 (or 0xFAE4E8) is known color: Amour. HEX triplet: FA, E4 and E8. RGB value is (250,228,232). Sum of RGB (Red+Green+Blue) = 250+228+232=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4E8 is #051B17. Grayscale: #EBEBEB. Windows color (decimal): -334616 or 15262970. OLE color: 15262970.
HSL color Cylindrical-coordinate representation of color #FAE4E8: hue angle of 349.09º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE4E8 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 232 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.02 |
| HSL | 349.09º | 0.69% | 0.94% | - |
| HSV(B) | 349.09º | 0.09% | 0.98% | - |
| XYZ | 81.73 | 81.64 | 87.79 | - |
| YUV | 235.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 232 | 0 | 0.09 | 0.07 | 0.02 | 349.09 | 0.69 | 0.94 |
| Hex | FA | E4 | E8 | 0 | 9 | 7 | 2 | 15D | 45 | 5E |
| Octal | 372 | 344 | 350 | 0 | 11 | 7 | 2 | 535 | 105 | 136 |
| Binary | 11111010 | 11100100 | 11101000 | 0 | 1001 | 111 | 10 | 101011101 | 1000101 | 1011110 |
Color Harmonies of #FAE4E8
Complementary color
Monochromatic Colors of #FAE4E8
Black with #FAE4E8
Text Example
Text Example
White with #FAE4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4E8; }
p { color: rgb(250,228,232); }
H1.HeaderClassName
{
color: #FAE4E8;
}
.AnyTagClassName
{
color: #FAE4E8;
}
</style>
background-color css
<style>
a { background-color: #FAE4E8; }
a { background-color: rgb(250,228,232); }
div.DivClassName
{
background-color: #FAE4E8;
}
.BgClassName
{
background-color: #FAE4E8;
}
</style>
border-color css
<style>
span { border-color: #FAE4E8; }
span { border-color: rgb(250,228,232); }
td.TdClassName
{
border-color: #FAE4E8;
}
.TagClassName
{
border-color: #FAE4E8;
}
</style>