Shades of Amour #FAE6ED
Tints of Amour #FAE6ED
RGB
CMYK
RGB Variations
Color information
#FAE6ED (or 0xFAE6ED) is known color: Amour. HEX triplet: FA, E6 and ED. RGB value is (250,230,237). Sum of RGB (Red+Green+Blue) = 250+230+237=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 230 (90.23% from 255 or 32.08% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6ED is #051912. Grayscale: #ECECEC. Windows color (decimal): -334099 or 15591162. OLE color: 15591162.
HSL color Cylindrical-coordinate representation of color #FAE6ED: hue angle of 339º degrees, saturation: 0.67, 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 #FAE6ED is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 237 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.02 |
| HSL | 339º | 0.67% | 0.94% | - |
| HSV(B) | 339º | 0.08% | 0.98% | - |
| XYZ | 83.01 | 83.03 | 91.77 | - |
| YUV | 236.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 237 | 0 | 0.08 | 0.05 | 0.02 | 339 | 0.67 | 0.94 |
| Hex | FA | E6 | ED | 0 | 8 | 5 | 2 | 153 | 43 | 5E |
| Octal | 372 | 346 | 355 | 0 | 10 | 5 | 2 | 523 | 103 | 136 |
| Binary | 11111010 | 11100110 | 11101101 | 0 | 1000 | 101 | 10 | 101010011 | 1000011 | 1011110 |
Color Harmonies of #FAE6ED
Complementary color
Monochromatic Colors of #FAE6ED
Black with #FAE6ED
Text Example
Text Example
White with #FAE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6ED; }
p { color: rgb(250,230,237); }
H1.HeaderClassName
{
color: #FAE6ED;
}
.AnyTagClassName
{
color: #FAE6ED;
}
</style>
background-color css
<style>
a { background-color: #FAE6ED; }
a { background-color: rgb(250,230,237); }
div.DivClassName
{
background-color: #FAE6ED;
}
.BgClassName
{
background-color: #FAE6ED;
}
</style>
border-color css
<style>
span { border-color: #FAE6ED; }
span { border-color: rgb(250,230,237); }
td.TdClassName
{
border-color: #FAE6ED;
}
.TagClassName
{
border-color: #FAE6ED;
}
</style>