Shades of Amour #FFEAEC
Tints of Amour #FFEAEC
RGB
CMYK
RGB Variations
Color information
#FFEAEC (or 0xFFEAEC) is known color: Amour. HEX triplet: FF, EA and EC. RGB value is (255,234,236). Sum of RGB (Red+Green+Blue) = 255+234+236=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 234 (91.80% from 255 or 32.28% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAEC is #001513. Grayscale: #F0F0F0. Windows color (decimal): -5396 or 15526655. OLE color: 15526655.
HSL color Cylindrical-coordinate representation of color #FFEAEC: hue angle of 354.29º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEAEC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 236 | - |
| CMYK | 0 | 0.08 | 0.07 | 0 |
| HSL | 354.29º | 1% | 0.96% | - |
| HSV(B) | 354.29º | 0.08% | 1% | - |
| XYZ | 85.8 | 86.16 | 91.47 | - |
| YUV | 240.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 236 | 0 | 0.08 | 0.07 | 0 | 354.29 | 1 | 0.96 |
| Hex | FF | EA | EC | 0 | 8 | 7 | 0 | 162 | 64 | 60 |
| Octal | 377 | 352 | 354 | 0 | 10 | 7 | 0 | 542 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11101100 | 0 | 1000 | 111 | 0 | 101100010 | 1100100 | 1100000 |
Color Harmonies of #FFEAEC
Complementary color
Monochromatic Colors of #FFEAEC
Black with #FFEAEC
Text Example
Text Example
White with #FFEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAEC; }
p { color: rgb(255,234,236); }
H1.HeaderClassName
{
color: #FFEAEC;
}
.AnyTagClassName
{
color: #FFEAEC;
}
</style>
background-color css
<style>
a { background-color: #FFEAEC; }
a { background-color: rgb(255,234,236); }
div.DivClassName
{
background-color: #FFEAEC;
}
.BgClassName
{
background-color: #FFEAEC;
}
</style>
border-color css
<style>
span { border-color: #FFEAEC; }
span { border-color: rgb(255,234,236); }
td.TdClassName
{
border-color: #FFEAEC;
}
.TagClassName
{
border-color: #FFEAEC;
}
</style>