Shades of Pink Flamingo #FC56EC
Tints of Pink Flamingo #FC56EC
RGB
CMYK
RGB Variations
Color information
#FC56EC (or 0xFC56EC) is known color: Pink Flamingo. HEX triplet: FC, 56 and EC. RGB value is (252,86,236). Sum of RGB (Red+Green+Blue) = 252+86+236=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 86 (33.98% from 255 or 14.98% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC56EC is #03A913. Grayscale: #989898. Windows color (decimal): -239892 or 15488764. OLE color: 15488764.
HSL color Cylindrical-coordinate representation of color #FC56EC: hue angle of 305.78º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC56EC is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 236 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.01 |
| HSL | 305.78º | 0.97% | 0.66% | - |
| HSV(B) | 305.78º | 0.66% | 0.99% | - |
| XYZ | 58.61 | 33.41 | 82.72 | - |
| YUV | 152.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 236 | 0 | 0.66 | 0.06 | 0.01 | 305.78 | 0.97 | 0.66 |
| Hex | FC | 56 | EC | 0 | 42 | 6 | 1 | 132 | 61 | 42 |
| Octal | 374 | 126 | 354 | 0 | 102 | 6 | 1 | 462 | 141 | 102 |
| Binary | 11111100 | 1010110 | 11101100 | 0 | 1000010 | 110 | 1 | 100110010 | 1100001 | 1000010 |
Color Harmonies of #FC56EC
Complementary color
Monochromatic Colors of #FC56EC
Black with #FC56EC
Text Example
Text Example
White with #FC56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC56EC; }
p { color: rgb(252,86,236); }
H1.HeaderClassName
{
color: #FC56EC;
}
.AnyTagClassName
{
color: #FC56EC;
}
</style>
background-color css
<style>
a { background-color: #FC56EC; }
a { background-color: rgb(252,86,236); }
div.DivClassName
{
background-color: #FC56EC;
}
.BgClassName
{
background-color: #FC56EC;
}
</style>
border-color css
<style>
span { border-color: #FC56EC; }
span { border-color: rgb(252,86,236); }
td.TdClassName
{
border-color: #FC56EC;
}
.TagClassName
{
border-color: #FC56EC;
}
</style>