Shades of Pink Flamingo #FE56ED
Tints of Pink Flamingo #FE56ED
RGB
CMYK
RGB Variations
Color information
#FE56ED (or 0xFE56ED) is known color: Pink Flamingo. HEX triplet: FE, 56 and ED. RGB value is (254,86,237). Sum of RGB (Red+Green+Blue) = 254+86+237=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 86 (33.98% from 255 or 14.90% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56ED is #01A912. Grayscale: #999999. Windows color (decimal): -108819 or 15554302. OLE color: 15554302.
HSL color Cylindrical-coordinate representation of color #FE56ED: hue angle of 306.07º 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 #FE56ED is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 237 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.00 |
| HSL | 306.07º | 0.99% | 0.67% | - |
| HSV(B) | 306.07º | 0.66% | 1% | - |
| XYZ | 59.49 | 33.84 | 83.52 | - |
| YUV | 153.45 | 175.16 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 237 | 0 | 0.66 | 0.07 | 0.00 | 306.07 | 0.99 | 0.67 |
| Hex | FE | 56 | ED | 0 | 42 | 7 | 0 | 132 | 63 | 43 |
| Octal | 376 | 126 | 355 | 0 | 102 | 7 | 0 | 462 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11101101 | 0 | 1000010 | 111 | 0 | 100110010 | 1100011 | 1000011 |
Color Harmonies of #FE56ED
Complementary color
Monochromatic Colors of #FE56ED
Black with #FE56ED
Text Example
Text Example
White with #FE56ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56ED; }
p { color: rgb(254,86,237); }
H1.HeaderClassName
{
color: #FE56ED;
}
.AnyTagClassName
{
color: #FE56ED;
}
</style>
background-color css
<style>
a { background-color: #FE56ED; }
a { background-color: rgb(254,86,237); }
div.DivClassName
{
background-color: #FE56ED;
}
.BgClassName
{
background-color: #FE56ED;
}
</style>
border-color css
<style>
span { border-color: #FE56ED; }
span { border-color: rgb(254,86,237); }
td.TdClassName
{
border-color: #FE56ED;
}
.TagClassName
{
border-color: #FE56ED;
}
</style>