Shades of Pink Flamingo #FE56E7
Tints of Pink Flamingo #FE56E7
RGB
CMYK
RGB Variations
Color information
#FE56E7 (or 0xFE56E7) is known color: Pink Flamingo. HEX triplet: FE, 56 and E7. RGB value is (254,86,231). Sum of RGB (Red+Green+Blue) = 254+86+231=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56E7 is #01A918. Grayscale: #989898. Windows color (decimal): -108825 or 15161086. OLE color: 15161086.
HSL color Cylindrical-coordinate representation of color #FE56E7: hue angle of 308.21º 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 #FE56E7 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 231 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.00 |
| HSL | 308.21º | 0.99% | 0.67% | - |
| HSV(B) | 308.21º | 0.66% | 1% | - |
| XYZ | 58.62 | 33.5 | 78.98 | - |
| YUV | 152.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 231 | 0 | 0.66 | 0.09 | 0.00 | 308.21 | 0.99 | 0.67 |
| Hex | FE | 56 | E7 | 0 | 42 | 9 | 0 | 134 | 63 | 43 |
| Octal | 376 | 126 | 347 | 0 | 102 | 11 | 0 | 464 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11100111 | 0 | 1000010 | 1001 | 0 | 100110100 | 1100011 | 1000011 |
Color Harmonies of #FE56E7
Complementary color
Monochromatic Colors of #FE56E7
Black with #FE56E7
Text Example
Text Example
White with #FE56E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56E7; }
p { color: rgb(254,86,231); }
H1.HeaderClassName
{
color: #FE56E7;
}
.AnyTagClassName
{
color: #FE56E7;
}
</style>
background-color css
<style>
a { background-color: #FE56E7; }
a { background-color: rgb(254,86,231); }
div.DivClassName
{
background-color: #FE56E7;
}
.BgClassName
{
background-color: #FE56E7;
}
</style>
border-color css
<style>
span { border-color: #FE56E7; }
span { border-color: rgb(254,86,231); }
td.TdClassName
{
border-color: #FE56E7;
}
.TagClassName
{
border-color: #FE56E7;
}
</style>