Shades of Pink Flamingo #FE56EC
Tints of Pink Flamingo #FE56EC
RGB
CMYK
RGB Variations
Color information
#FE56EC (or 0xFE56EC) is known color: Pink Flamingo. HEX triplet: FE, 56 and EC. RGB value is (254,86,236). Sum of RGB (Red+Green+Blue) = 254+86+236=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 86 (33.98% from 255 or 14.93% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56EC is #01A913. Grayscale: #989898. Windows color (decimal): -108820 or 15488766. OLE color: 15488766.
HSL color Cylindrical-coordinate representation of color #FE56EC: hue angle of 306.43º 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 #FE56EC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 236 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.00 |
| HSL | 306.43º | 0.99% | 0.67% | - |
| HSV(B) | 306.43º | 0.66% | 1% | - |
| XYZ | 59.34 | 33.78 | 82.75 | - |
| YUV | 153.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 236 | 0 | 0.66 | 0.07 | 0.00 | 306.43 | 0.99 | 0.67 |
| Hex | FE | 56 | EC | 0 | 42 | 7 | 0 | 132 | 63 | 43 |
| Octal | 376 | 126 | 354 | 0 | 102 | 7 | 0 | 462 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11101100 | 0 | 1000010 | 111 | 0 | 100110010 | 1100011 | 1000011 |
Color Harmonies of #FE56EC
Complementary color
Monochromatic Colors of #FE56EC
Black with #FE56EC
Text Example
Text Example
White with #FE56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56EC; }
p { color: rgb(254,86,236); }
H1.HeaderClassName
{
color: #FE56EC;
}
.AnyTagClassName
{
color: #FE56EC;
}
</style>
background-color css
<style>
a { background-color: #FE56EC; }
a { background-color: rgb(254,86,236); }
div.DivClassName
{
background-color: #FE56EC;
}
.BgClassName
{
background-color: #FE56EC;
}
</style>
border-color css
<style>
span { border-color: #FE56EC; }
span { border-color: rgb(254,86,236); }
td.TdClassName
{
border-color: #FE56EC;
}
.TagClassName
{
border-color: #FE56EC;
}
</style>