Shades of Amour #FCE9EC
Tints of Amour #FCE9EC
RGB
CMYK
RGB Variations
Color information
#FCE9EC (or 0xFCE9EC) is known color: Amour. HEX triplet: FC, E9 and EC. RGB value is (252,233,236). Sum of RGB (Red+Green+Blue) = 252+233+236=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 236 (92.58% from 255 or 32.73% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9EC is #031613. Grayscale: #EFEFEF. Windows color (decimal): -202260 or 15526396. OLE color: 15526396.
HSL color Cylindrical-coordinate representation of color #FCE9EC: hue angle of 350.53º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE9EC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 236 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.01 |
| HSL | 350.53º | 0.76% | 0.95% | - |
| HSV(B) | 350.53º | 0.08% | 0.99% | - |
| XYZ | 84.42 | 85.03 | 91.32 | - |
| YUV | 239.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 236 | 0 | 0.08 | 0.06 | 0.01 | 350.53 | 0.76 | 0.95 |
| Hex | FC | E9 | EC | 0 | 8 | 6 | 1 | 15F | 4C | 5F |
| Octal | 374 | 351 | 354 | 0 | 10 | 6 | 1 | 537 | 114 | 137 |
| Binary | 11111100 | 11101001 | 11101100 | 0 | 1000 | 110 | 1 | 101011111 | 1001100 | 1011111 |
Color Harmonies of #FCE9EC
Complementary color
Monochromatic Colors of #FCE9EC
Black with #FCE9EC
Text Example
Text Example
White with #FCE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9EC; }
p { color: rgb(252,233,236); }
H1.HeaderClassName
{
color: #FCE9EC;
}
.AnyTagClassName
{
color: #FCE9EC;
}
</style>
background-color css
<style>
a { background-color: #FCE9EC; }
a { background-color: rgb(252,233,236); }
div.DivClassName
{
background-color: #FCE9EC;
}
.BgClassName
{
background-color: #FCE9EC;
}
</style>
border-color css
<style>
span { border-color: #FCE9EC; }
span { border-color: rgb(252,233,236); }
td.TdClassName
{
border-color: #FCE9EC;
}
.TagClassName
{
border-color: #FCE9EC;
}
</style>