Shades of Amour #FAEAEB
Tints of Amour #FAEAEB
RGB
CMYK
RGB Variations
Color information
#FAEAEB (or 0xFAEAEB) is known color: Amour. HEX triplet: FA, EA and EB. RGB value is (250,234,235). Sum of RGB (Red+Green+Blue) = 250+234+235=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEB is #051514. Grayscale: #EEEEEE. Windows color (decimal): -333077 or 15461114. OLE color: 15461114.
HSL color Cylindrical-coordinate representation of color #FAEAEB: hue angle of 356.25º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEAEB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 235 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 356.25º | 0.62% | 0.95% | - |
| HSV(B) | 356.25º | 0.06% | 0.98% | - |
| XYZ | 83.84 | 85.17 | 90.62 | - |
| YUV | 238.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 235 | 0 | 0.06 | 0.06 | 0.02 | 356.25 | 0.62 | 0.95 |
| Hex | FA | EA | EB | 0 | 6 | 6 | 2 | 164 | 3E | 5F |
| Octal | 372 | 352 | 353 | 0 | 6 | 6 | 2 | 544 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11101011 | 0 | 110 | 110 | 10 | 101100100 | 111110 | 1011111 |
Color Harmonies of #FAEAEB
Complementary color
Monochromatic Colors of #FAEAEB
Black with #FAEAEB
Text Example
Text Example
White with #FAEAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAEB; }
p { color: rgb(250,234,235); }
H1.HeaderClassName
{
color: #FAEAEB;
}
.AnyTagClassName
{
color: #FAEAEB;
}
</style>
background-color css
<style>
a { background-color: #FAEAEB; }
a { background-color: rgb(250,234,235); }
div.DivClassName
{
background-color: #FAEAEB;
}
.BgClassName
{
background-color: #FAEAEB;
}
</style>
border-color css
<style>
span { border-color: #FAEAEB; }
span { border-color: rgb(250,234,235); }
td.TdClassName
{
border-color: #FAEAEB;
}
.TagClassName
{
border-color: #FAEAEB;
}
</style>