Shades of Amour #FAECED
Tints of Amour #FAECED
RGB
CMYK
RGB Variations
Color information
#FAECED (or 0xFAECED) is known color: Amour. HEX triplet: FA, EC and ED. RGB value is (250,236,237). Sum of RGB (Red+Green+Blue) = 250+236+237=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECED is #051312. Grayscale: #F0F0F0. Windows color (decimal): -332563 or 15592698. OLE color: 15592698.
HSL color Cylindrical-coordinate representation of color #FAECED: hue angle of 355.71º degrees, saturation: 0.58, 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 #FAECED is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 237 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.02 |
| HSL | 355.71º | 0.58% | 0.95% | - |
| HSV(B) | 355.71º | 0.06% | 0.98% | - |
| XYZ | 84.71 | 86.43 | 92.34 | - |
| YUV | 240.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 237 | 0 | 0.06 | 0.05 | 0.02 | 355.71 | 0.58 | 0.95 |
| Hex | FA | EC | ED | 0 | 6 | 5 | 2 | 164 | 3A | 5F |
| Octal | 372 | 354 | 355 | 0 | 6 | 5 | 2 | 544 | 72 | 137 |
| Binary | 11111010 | 11101100 | 11101101 | 0 | 110 | 101 | 10 | 101100100 | 111010 | 1011111 |
Color Harmonies of #FAECED
Complementary color
Monochromatic Colors of #FAECED
Black with #FAECED
Text Example
Text Example
White with #FAECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECED; }
p { color: rgb(250,236,237); }
H1.HeaderClassName
{
color: #FAECED;
}
.AnyTagClassName
{
color: #FAECED;
}
</style>
background-color css
<style>
a { background-color: #FAECED; }
a { background-color: rgb(250,236,237); }
div.DivClassName
{
background-color: #FAECED;
}
.BgClassName
{
background-color: #FAECED;
}
</style>
border-color css
<style>
span { border-color: #FAECED; }
span { border-color: rgb(250,236,237); }
td.TdClassName
{
border-color: #FAECED;
}
.TagClassName
{
border-color: #FAECED;
}
</style>