Shades of Amour #FCE3EC
Tints of Amour #FCE3EC
RGB
CMYK
RGB Variations
Color information
#FCE3EC (or 0xFCE3EC) is known color: Amour. HEX triplet: FC, E3 and EC. RGB value is (252,227,236). Sum of RGB (Red+Green+Blue) = 252+227+236=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3EC is #031C13. Grayscale: #EBEBEB. Windows color (decimal): -203796 or 15524860. OLE color: 15524860.
HSL color Cylindrical-coordinate representation of color #FCE3EC: hue angle of 338.4º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE3EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 236 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 338.4º | 0.81% | 0.94% | - |
| HSV(B) | 338.4º | 0.1% | 0.99% | - |
| XYZ | 82.75 | 81.69 | 90.76 | - |
| YUV | 235.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 236 | 0 | 0.10 | 0.06 | 0.01 | 338.4 | 0.81 | 0.94 |
| Hex | FC | E3 | EC | 0 | A | 6 | 1 | 152 | 51 | 5E |
| Octal | 374 | 343 | 354 | 0 | 12 | 6 | 1 | 522 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11101100 | 0 | 1010 | 110 | 1 | 101010010 | 1010001 | 1011110 |
Color Harmonies of #FCE3EC
Complementary color
Monochromatic Colors of #FCE3EC
Black with #FCE3EC
Text Example
Text Example
White with #FCE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3EC; }
p { color: rgb(252,227,236); }
H1.HeaderClassName
{
color: #FCE3EC;
}
.AnyTagClassName
{
color: #FCE3EC;
}
</style>
background-color css
<style>
a { background-color: #FCE3EC; }
a { background-color: rgb(252,227,236); }
div.DivClassName
{
background-color: #FCE3EC;
}
.BgClassName
{
background-color: #FCE3EC;
}
</style>
border-color css
<style>
span { border-color: #FCE3EC; }
span { border-color: rgb(252,227,236); }
td.TdClassName
{
border-color: #FCE3EC;
}
.TagClassName
{
border-color: #FCE3EC;
}
</style>