Shades of Amour #FAE3E9
Tints of Amour #FAE3E9
RGB
CMYK
RGB Variations
Color information
#FAE3E9 (or 0xFAE3E9) is known color: Amour. HEX triplet: FA, E3 and E9. RGB value is (250,227,233). Sum of RGB (Red+Green+Blue) = 250+227+233=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3E9 is #051C16. Grayscale: #EAEAEA. Windows color (decimal): -334871 or 15328250. OLE color: 15328250.
HSL color Cylindrical-coordinate representation of color #FAE3E9: hue angle of 344.35º 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 #FAE3E9 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 233 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.02 |
| HSL | 344.35º | 0.7% | 0.94% | - |
| HSV(B) | 344.35º | 0.09% | 0.98% | - |
| XYZ | 81.6 | 81.15 | 88.45 | - |
| YUV | 234.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 233 | 0 | 0.09 | 0.07 | 0.02 | 344.35 | 0.7 | 0.94 |
| Hex | FA | E3 | E9 | 0 | 9 | 7 | 2 | 158 | 46 | 5E |
| Octal | 372 | 343 | 351 | 0 | 11 | 7 | 2 | 530 | 106 | 136 |
| Binary | 11111010 | 11100011 | 11101001 | 0 | 1001 | 111 | 10 | 101011000 | 1000110 | 1011110 |
Color Harmonies of #FAE3E9
Complementary color
Monochromatic Colors of #FAE3E9
Black with #FAE3E9
Text Example
Text Example
White with #FAE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3E9; }
p { color: rgb(250,227,233); }
H1.HeaderClassName
{
color: #FAE3E9;
}
.AnyTagClassName
{
color: #FAE3E9;
}
</style>
background-color css
<style>
a { background-color: #FAE3E9; }
a { background-color: rgb(250,227,233); }
div.DivClassName
{
background-color: #FAE3E9;
}
.BgClassName
{
background-color: #FAE3E9;
}
</style>
border-color css
<style>
span { border-color: #FAE3E9; }
span { border-color: rgb(250,227,233); }
td.TdClassName
{
border-color: #FAE3E9;
}
.TagClassName
{
border-color: #FAE3E9;
}
</style>