Shades of Amour #FCE6EC
Tints of Amour #FCE6EC
RGB
CMYK
RGB Variations
Color information
#FCE6EC (or 0xFCE6EC) is known color: Amour. HEX triplet: FC, E6 and EC. RGB value is (252,230,236). Sum of RGB (Red+Green+Blue) = 252+230+236=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6EC is #031913. Grayscale: #EDEDED. Windows color (decimal): -203028 or 15525628. OLE color: 15525628.
HSL color Cylindrical-coordinate representation of color #FCE6EC: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6EC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 230 | 236 | - |
CMYK | 0 | 0.09 | 0.06 | 0.01 |
HSL | 343.64º | 0.79% | 0.95% | - |
HSV(B) | 343.64º | 0.09% | 0.99% | - |
XYZ | 83.58 | 83.35 | 91.04 | - |
YUV | 237.26 | 127.29 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 230 | 236 | 0 | 0.09 | 0.06 | 0.01 | 343.64 | 0.79 | 0.95 |
Hex | FC | E6 | EC | 0 | 9 | 6 | 1 | 158 | 4F | 5F |
Octal | 374 | 346 | 354 | 0 | 11 | 6 | 1 | 530 | 117 | 137 |
Binary | 11111100 | 11100110 | 11101100 | 0 | 1001 | 110 | 1 | 101011000 | 1001111 | 1011111 |
Color Harmonies of #FCE6EC
Complementary color
Monochromatic Colors of #FCE6EC
Black with #FCE6EC
Text Example
Text Example
White with #FCE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6EC; }
p { color: rgb(252,230,236); }
H1.HeaderClassName
{
color: #FCE6EC;
}
.AnyTagClassName
{
color: #FCE6EC;
}
</style>
background-color css
<style>
a { background-color: #FCE6EC; }
a { background-color: rgb(252,230,236); }
div.DivClassName
{
background-color: #FCE6EC;
}
.BgClassName
{
background-color: #FCE6EC;
}
</style>
border-color css
<style>
span { border-color: #FCE6EC; }
span { border-color: rgb(252,230,236); }
td.TdClassName
{
border-color: #FCE6EC;
}
.TagClassName
{
border-color: #FCE6EC;
}
</style>