Shades of Pink Flamingo #FC56FE
Tints of Pink Flamingo #FC56FE
RGB
CMYK
RGB Variations
Color information
#FC56FE (or 0xFC56FE) is known color: Pink Flamingo. HEX triplet: FC, 56 and FE. RGB value is (252,86,254). Sum of RGB (Red+Green+Blue) = 252+86+254=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 86 (33.98% from 255 or 14.53% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC56FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC56FE is #03A901. Grayscale: #9A9A9A. Windows color (decimal): -239874 or 16668412. OLE color: 16668412.
HSL color Cylindrical-coordinate representation of color #FC56FE: hue angle of 299.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC56FE is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 86 | 254 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.00 |
| HSL | 299.29º | 0.99% | 0.67% | - |
| HSV(B) | 299.29º | 0.66% | 1% | - |
| XYZ | 61.36 | 34.51 | 97.19 | - |
| YUV | 154.79 | 184 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 254 | 0.01 | 0.66 | 0 | 0.00 | 299.29 | 0.99 | 0.67 |
| Hex | FC | 56 | FE | 1 | 42 | 0 | 0 | 12B | 63 | 43 |
| Octal | 374 | 126 | 376 | 1 | 102 | 0 | 0 | 453 | 143 | 103 |
| Binary | 11111100 | 1010110 | 11111110 | 1 | 1000010 | 0 | 0 | 100101011 | 1100011 | 1000011 |
Color Harmonies of #FC56FE
Complementary color
Monochromatic Colors of #FC56FE
Black with #FC56FE
Text Example
Text Example
White with #FC56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC56FE; }
p { color: rgb(252,86,254); }
H1.HeaderClassName
{
color: #FC56FE;
}
.AnyTagClassName
{
color: #FC56FE;
}
</style>
background-color css
<style>
a { background-color: #FC56FE; }
a { background-color: rgb(252,86,254); }
div.DivClassName
{
background-color: #FC56FE;
}
.BgClassName
{
background-color: #FC56FE;
}
</style>
border-color css
<style>
span { border-color: #FC56FE; }
span { border-color: rgb(252,86,254); }
td.TdClassName
{
border-color: #FC56FE;
}
.TagClassName
{
border-color: #FC56FE;
}
</style>