Shades of Amour #FAEAEC
Tints of Amour #FAEAEC
RGB
CMYK
RGB Variations
Color information
#FAEAEC (or 0xFAEAEC) is known color: Amour. HEX triplet: FA, EA and EC. RGB value is (250,234,236). Sum of RGB (Red+Green+Blue) = 250+234+236=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEC is #051513. Grayscale: #EFEFEF. Windows color (decimal): -333076 or 15526650. OLE color: 15526650.
HSL color Cylindrical-coordinate representation of color #FAEAEC: hue angle of 352.5º 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 #FAEAEC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 236 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 352.5º | 0.62% | 0.95% | - |
| HSV(B) | 352.5º | 0.06% | 0.98% | - |
| XYZ | 83.99 | 85.23 | 91.38 | - |
| YUV | 239.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 236 | 0 | 0.06 | 0.06 | 0.02 | 352.5 | 0.62 | 0.95 |
| Hex | FA | EA | EC | 0 | 6 | 6 | 2 | 160 | 3E | 5F |
| Octal | 372 | 352 | 354 | 0 | 6 | 6 | 2 | 540 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11101100 | 0 | 110 | 110 | 10 | 101100000 | 111110 | 1011111 |
Color Harmonies of #FAEAEC
Complementary color
Monochromatic Colors of #FAEAEC
Black with #FAEAEC
Text Example
Text Example
White with #FAEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAEC; }
p { color: rgb(250,234,236); }
H1.HeaderClassName
{
color: #FAEAEC;
}
.AnyTagClassName
{
color: #FAEAEC;
}
</style>
background-color css
<style>
a { background-color: #FAEAEC; }
a { background-color: rgb(250,234,236); }
div.DivClassName
{
background-color: #FAEAEC;
}
.BgClassName
{
background-color: #FAEAEC;
}
</style>
border-color css
<style>
span { border-color: #FAEAEC; }
span { border-color: rgb(250,234,236); }
td.TdClassName
{
border-color: #FAEAEC;
}
.TagClassName
{
border-color: #FAEAEC;
}
</style>