Shades of Amour #FCE5EC
Tints of Amour #FCE5EC
RGB
CMYK
RGB Variations
Color information
#FCE5EC (or 0xFCE5EC) is known color: Amour. HEX triplet: FC, E5 and EC. RGB value is (252,229,236). Sum of RGB (Red+Green+Blue) = 252+229+236=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5EC is #031A13. Grayscale: #ECECEC. Windows color (decimal): -203284 or 15525372. OLE color: 15525372.
HSL color Cylindrical-coordinate representation of color #FCE5EC: hue angle of 341.74º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE5EC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 236 | - |
CMYK | 0 | 0.09 | 0.06 | 0.01 |
HSL | 341.74º | 0.79% | 0.94% | - |
HSV(B) | 341.74º | 0.09% | 0.99% | - |
XYZ | 83.3 | 82.79 | 90.95 | - |
YUV | 236.68 | 127.62 | 138.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 236 | 0 | 0.09 | 0.06 | 0.01 | 341.74 | 0.79 | 0.94 |
Hex | FC | E5 | EC | 0 | 9 | 6 | 1 | 156 | 4F | 5E |
Octal | 374 | 345 | 354 | 0 | 11 | 6 | 1 | 526 | 117 | 136 |
Binary | 11111100 | 11100101 | 11101100 | 0 | 1001 | 110 | 1 | 101010110 | 1001111 | 1011110 |
Color Harmonies of #FCE5EC
Complementary color
Monochromatic Colors of #FCE5EC
Black with #FCE5EC
Text Example
Text Example
White with #FCE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5EC; }
p { color: rgb(252,229,236); }
H1.HeaderClassName
{
color: #FCE5EC;
}
.AnyTagClassName
{
color: #FCE5EC;
}
</style>
background-color css
<style>
a { background-color: #FCE5EC; }
a { background-color: rgb(252,229,236); }
div.DivClassName
{
background-color: #FCE5EC;
}
.BgClassName
{
background-color: #FCE5EC;
}
</style>
border-color css
<style>
span { border-color: #FCE5EC; }
span { border-color: rgb(252,229,236); }
td.TdClassName
{
border-color: #FCE5EC;
}
.TagClassName
{
border-color: #FCE5EC;
}
</style>