Shades of Pink Flamingo #FE56F8
Tints of Pink Flamingo #FE56F8
RGB
CMYK
RGB Variations
Color information
#FE56F8 (or 0xFE56F8) is known color: Pink Flamingo. HEX triplet: FE, 56 and F8. RGB value is (254,86,248). Sum of RGB (Red+Green+Blue) = 254+86+248=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 86 (33.98% from 255 or 14.63% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56F8 is #01A907. Grayscale: #9A9A9A. Windows color (decimal): -108808 or 16275198. OLE color: 16275198.
HSL color Cylindrical-coordinate representation of color #FE56F8: hue angle of 302.14º 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 #FE56F8 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 248 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.00 |
| HSL | 302.14º | 0.99% | 0.67% | - |
| HSV(B) | 302.14º | 0.66% | 1% | - |
| XYZ | 61.14 | 34.5 | 92.24 | - |
| YUV | 154.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 248 | 0 | 0.66 | 0.02 | 0.00 | 302.14 | 0.99 | 0.67 |
| Hex | FE | 56 | F8 | 0 | 42 | 2 | 0 | 12E | 63 | 43 |
| Octal | 376 | 126 | 370 | 0 | 102 | 2 | 0 | 456 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11111000 | 0 | 1000010 | 10 | 0 | 100101110 | 1100011 | 1000011 |
Color Harmonies of #FE56F8
Complementary color
Monochromatic Colors of #FE56F8
Black with #FE56F8
Text Example
Text Example
White with #FE56F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56F8; }
p { color: rgb(254,86,248); }
H1.HeaderClassName
{
color: #FE56F8;
}
.AnyTagClassName
{
color: #FE56F8;
}
</style>
background-color css
<style>
a { background-color: #FE56F8; }
a { background-color: rgb(254,86,248); }
div.DivClassName
{
background-color: #FE56F8;
}
.BgClassName
{
background-color: #FE56F8;
}
</style>
border-color css
<style>
span { border-color: #FE56F8; }
span { border-color: rgb(254,86,248); }
td.TdClassName
{
border-color: #FE56F8;
}
.TagClassName
{
border-color: #FE56F8;
}
</style>