Shades of Amour #FCECED
Tints of Amour #FCECED
RGB
CMYK
RGB Variations
Color information
#FCECED (or 0xFCECED) is known color: Amour. HEX triplet: FC, EC and ED. RGB value is (252,236,237). Sum of RGB (Red+Green+Blue) = 252+236+237=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECED is #031312. Grayscale: #F0F0F0. Windows color (decimal): -201491 or 15592700. OLE color: 15592700.
HSL color Cylindrical-coordinate representation of color #FCECED: hue angle of 356.25º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCECED is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 237 | - |
CMYK | 0 | 0.06 | 0.06 | 0.01 |
HSL | 356.25º | 0.73% | 0.96% | - |
HSV(B) | 356.25º | 0.06% | 0.99% | - |
XYZ | 85.43 | 86.8 | 92.37 | - |
YUV | 240.9 | 125.8 | 135.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 237 | 0 | 0.06 | 0.06 | 0.01 | 356.25 | 0.73 | 0.96 |
Hex | FC | EC | ED | 0 | 6 | 6 | 1 | 164 | 49 | 60 |
Octal | 374 | 354 | 355 | 0 | 6 | 6 | 1 | 544 | 111 | 140 |
Binary | 11111100 | 11101100 | 11101101 | 0 | 110 | 110 | 1 | 101100100 | 1001001 | 1100000 |
Color Harmonies of #FCECED
Complementary color
Monochromatic Colors of #FCECED
Black with #FCECED
Text Example
Text Example
White with #FCECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECED; }
p { color: rgb(252,236,237); }
H1.HeaderClassName
{
color: #FCECED;
}
.AnyTagClassName
{
color: #FCECED;
}
</style>
background-color css
<style>
a { background-color: #FCECED; }
a { background-color: rgb(252,236,237); }
div.DivClassName
{
background-color: #FCECED;
}
.BgClassName
{
background-color: #FCECED;
}
</style>
border-color css
<style>
span { border-color: #FCECED; }
span { border-color: rgb(252,236,237); }
td.TdClassName
{
border-color: #FCECED;
}
.TagClassName
{
border-color: #FCECED;
}
</style>