Shades of Amour #FCE4EC
Tints of Amour #FCE4EC
RGB
CMYK
RGB Variations
Color information
#FCE4EC (or 0xFCE4EC) is known color: Amour. HEX triplet: FC, E4 and EC. RGB value is (252,228,236). Sum of RGB (Red+Green+Blue) = 252+228+236=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4EC is #031B13. Grayscale: #ECECEC. Windows color (decimal): -203540 or 15525116. OLE color: 15525116.
HSL color Cylindrical-coordinate representation of color #FCE4EC: hue angle of 340º degrees, saturation: 0.8, 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 #FCE4EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 236 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 340º | 0.8% | 0.94% | - |
| HSV(B) | 340º | 0.1% | 0.99% | - |
| XYZ | 83.03 | 82.24 | 90.85 | - |
| YUV | 236.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 236 | 0 | 0.10 | 0.06 | 0.01 | 340 | 0.8 | 0.94 |
| Hex | FC | E4 | EC | 0 | A | 6 | 1 | 154 | 50 | 5E |
| Octal | 374 | 344 | 354 | 0 | 12 | 6 | 1 | 524 | 120 | 136 |
| Binary | 11111100 | 11100100 | 11101100 | 0 | 1010 | 110 | 1 | 101010100 | 1010000 | 1011110 |
Color Harmonies of #FCE4EC
Complementary color
Monochromatic Colors of #FCE4EC
Black with #FCE4EC
Text Example
Text Example
White with #FCE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4EC; }
p { color: rgb(252,228,236); }
H1.HeaderClassName
{
color: #FCE4EC;
}
.AnyTagClassName
{
color: #FCE4EC;
}
</style>
background-color css
<style>
a { background-color: #FCE4EC; }
a { background-color: rgb(252,228,236); }
div.DivClassName
{
background-color: #FCE4EC;
}
.BgClassName
{
background-color: #FCE4EC;
}
</style>
border-color css
<style>
span { border-color: #FCE4EC; }
span { border-color: rgb(252,228,236); }
td.TdClassName
{
border-color: #FCE4EC;
}
.TagClassName
{
border-color: #FCE4EC;
}
</style>