Shades of Amour #FCE2EC
Tints of Amour #FCE2EC
RGB
CMYK
RGB Variations
Color information
#FCE2EC (or 0xFCE2EC) is known color: Amour. HEX triplet: FC, E2 and EC. RGB value is (252,226,236). Sum of RGB (Red+Green+Blue) = 252+226+236=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2EC is #031D13. Grayscale: #EAEAEA. Windows color (decimal): -204052 or 15524604. OLE color: 15524604.
HSL color Cylindrical-coordinate representation of color #FCE2EC: hue angle of 336.92º 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 #FCE2EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 236 | - |
CMYK | 0 | 0.10 | 0.06 | 0.01 |
HSL | 336.92º | 0.81% | 0.94% | - |
HSV(B) | 336.92º | 0.1% | 0.99% | - |
XYZ | 82.48 | 81.14 | 90.67 | - |
YUV | 234.91 | 128.61 | 140.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 236 | 0 | 0.10 | 0.06 | 0.01 | 336.92 | 0.81 | 0.94 |
Hex | FC | E2 | EC | 0 | A | 6 | 1 | 151 | 51 | 5E |
Octal | 374 | 342 | 354 | 0 | 12 | 6 | 1 | 521 | 121 | 136 |
Binary | 11111100 | 11100010 | 11101100 | 0 | 1010 | 110 | 1 | 101010001 | 1010001 | 1011110 |
Color Harmonies of #FCE2EC
Complementary color
Monochromatic Colors of #FCE2EC
Black with #FCE2EC
Text Example
Text Example
White with #FCE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2EC; }
p { color: rgb(252,226,236); }
H1.HeaderClassName
{
color: #FCE2EC;
}
.AnyTagClassName
{
color: #FCE2EC;
}
</style>
background-color css
<style>
a { background-color: #FCE2EC; }
a { background-color: rgb(252,226,236); }
div.DivClassName
{
background-color: #FCE2EC;
}
.BgClassName
{
background-color: #FCE2EC;
}
</style>
border-color css
<style>
span { border-color: #FCE2EC; }
span { border-color: rgb(252,226,236); }
td.TdClassName
{
border-color: #FCE2EC;
}
.TagClassName
{
border-color: #FCE2EC;
}
</style>