Shades of Amour #FAE3E8
Tints of Amour #FAE3E8
RGB
CMYK
RGB Variations
Color information
#FAE3E8 (or 0xFAE3E8) is known color: Amour. HEX triplet: FA, E3 and E8. RGB value is (250,227,232). Sum of RGB (Red+Green+Blue) = 250+227+232=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3E8 is #051C17. Grayscale: #EAEAEA. Windows color (decimal): -334872 or 15262714. OLE color: 15262714.
HSL color Cylindrical-coordinate representation of color #FAE3E8: hue angle of 346.96º degrees, saturation: 0.7, 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 #FAE3E8 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 232 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.02 |
| HSL | 346.96º | 0.7% | 0.94% | - |
| HSV(B) | 346.96º | 0.09% | 0.98% | - |
| XYZ | 81.46 | 81.09 | 87.7 | - |
| YUV | 234.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 232 | 0 | 0.09 | 0.07 | 0.02 | 346.96 | 0.7 | 0.94 |
| Hex | FA | E3 | E8 | 0 | 9 | 7 | 2 | 15B | 46 | 5E |
| Octal | 372 | 343 | 350 | 0 | 11 | 7 | 2 | 533 | 106 | 136 |
| Binary | 11111010 | 11100011 | 11101000 | 0 | 1001 | 111 | 10 | 101011011 | 1000110 | 1011110 |
Color Harmonies of #FAE3E8
Complementary color
Monochromatic Colors of #FAE3E8
Black with #FAE3E8
Text Example
Text Example
White with #FAE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3E8; }
p { color: rgb(250,227,232); }
H1.HeaderClassName
{
color: #FAE3E8;
}
.AnyTagClassName
{
color: #FAE3E8;
}
</style>
background-color css
<style>
a { background-color: #FAE3E8; }
a { background-color: rgb(250,227,232); }
div.DivClassName
{
background-color: #FAE3E8;
}
.BgClassName
{
background-color: #FAE3E8;
}
</style>
border-color css
<style>
span { border-color: #FAE3E8; }
span { border-color: rgb(250,227,232); }
td.TdClassName
{
border-color: #FAE3E8;
}
.TagClassName
{
border-color: #FAE3E8;
}
</style>