Shades of Amour #FCE7EC
Tints of Amour #FCE7EC
RGB
CMYK
RGB Variations
Color information
#FCE7EC (or 0xFCE7EC) is known color: Amour. HEX triplet: FC, E7 and EC. RGB value is (252,231,236). Sum of RGB (Red+Green+Blue) = 252+231+236=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7EC is #031813. Grayscale: #EDEDED. Windows color (decimal): -202772 or 15525884. OLE color: 15525884.
HSL color Cylindrical-coordinate representation of color #FCE7EC: hue angle of 345.71º degrees, saturation: 0.78, 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 #FCE7EC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 236 | - |
CMYK | 0 | 0.08 | 0.06 | 0.01 |
HSL | 345.71º | 0.78% | 0.95% | - |
HSV(B) | 345.71º | 0.08% | 0.99% | - |
XYZ | 83.86 | 83.9 | 91.13 | - |
YUV | 237.85 | 126.96 | 138.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 236 | 0 | 0.08 | 0.06 | 0.01 | 345.71 | 0.78 | 0.95 |
Hex | FC | E7 | EC | 0 | 8 | 6 | 1 | 15A | 4E | 5F |
Octal | 374 | 347 | 354 | 0 | 10 | 6 | 1 | 532 | 116 | 137 |
Binary | 11111100 | 11100111 | 11101100 | 0 | 1000 | 110 | 1 | 101011010 | 1001110 | 1011111 |
Color Harmonies of #FCE7EC
Complementary color
Monochromatic Colors of #FCE7EC
Black with #FCE7EC
Text Example
Text Example
White with #FCE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7EC; }
p { color: rgb(252,231,236); }
H1.HeaderClassName
{
color: #FCE7EC;
}
.AnyTagClassName
{
color: #FCE7EC;
}
</style>
background-color css
<style>
a { background-color: #FCE7EC; }
a { background-color: rgb(252,231,236); }
div.DivClassName
{
background-color: #FCE7EC;
}
.BgClassName
{
background-color: #FCE7EC;
}
</style>
border-color css
<style>
span { border-color: #FCE7EC; }
span { border-color: rgb(252,231,236); }
td.TdClassName
{
border-color: #FCE7EC;
}
.TagClassName
{
border-color: #FCE7EC;
}
</style>