Shades of Pink Flamingo #FE56FC
Tints of Pink Flamingo #FE56FC
RGB
CMYK
RGB Variations
Color information
#FE56FC (or 0xFE56FC) is known color: Pink Flamingo. HEX triplet: FE, 56 and FC. RGB value is (254,86,252). Sum of RGB (Red+Green+Blue) = 254+86+252=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 86 (33.98% from 255 or 14.53% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56FC is #01A903. Grayscale: #9A9A9A. Windows color (decimal): -108804 or 16537342. OLE color: 16537342.
HSL color Cylindrical-coordinate representation of color #FE56FC: hue angle of 300.71º 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 #FE56FC is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 252 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.00 |
| HSL | 300.71º | 0.99% | 0.67% | - |
| HSV(B) | 300.71º | 0.66% | 1% | - |
| XYZ | 61.77 | 34.75 | 95.55 | - |
| YUV | 155.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 252 | 0 | 0.66 | 0.01 | 0.00 | 300.71 | 0.99 | 0.67 |
| Hex | FE | 56 | FC | 0 | 42 | 1 | 0 | 12D | 63 | 43 |
| Octal | 376 | 126 | 374 | 0 | 102 | 1 | 0 | 455 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11111100 | 0 | 1000010 | 1 | 0 | 100101101 | 1100011 | 1000011 |
Color Harmonies of #FE56FC
Complementary color
Monochromatic Colors of #FE56FC
Black with #FE56FC
Text Example
Text Example
White with #FE56FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56FC; }
p { color: rgb(254,86,252); }
H1.HeaderClassName
{
color: #FE56FC;
}
.AnyTagClassName
{
color: #FE56FC;
}
</style>
background-color css
<style>
a { background-color: #FE56FC; }
a { background-color: rgb(254,86,252); }
div.DivClassName
{
background-color: #FE56FC;
}
.BgClassName
{
background-color: #FE56FC;
}
</style>
border-color css
<style>
span { border-color: #FE56FC; }
span { border-color: rgb(254,86,252); }
td.TdClassName
{
border-color: #FE56FC;
}
.TagClassName
{
border-color: #FE56FC;
}
</style>