Shades of Pink Flamingo #FE56FE
Tints of Pink Flamingo #FE56FE
RGB
CMYK
RGB Variations
Color information
#FE56FE (or 0xFE56FE) is known color: Pink Flamingo. HEX triplet: FE, 56 and FE. RGB value is (254,86,254). Sum of RGB (Red+Green+Blue) = 254+86+254=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 86 (33.98% from 255 or 14.48% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE56FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56FE is #01A901. Grayscale: #9A9A9A. Windows color (decimal): -108802 or 16668414. OLE color: 16668414.
HSL color Cylindrical-coordinate representation of color #FE56FE: hue angle of 300º 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 #FE56FE is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 254 | - |
| CMYK | 0 | 0.66 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.67% | - |
| HSV(B) | 300º | 0.66% | 1% | - |
| XYZ | 62.09 | 34.88 | 97.23 | - |
| YUV | 155.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 254 | 0 | 0.66 | 0 | 0.00 | 300 | 0.99 | 0.67 |
| Hex | FE | 56 | FE | 0 | 42 | 0 | 0 | 12C | 63 | 43 |
| Octal | 376 | 126 | 376 | 0 | 102 | 0 | 0 | 454 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11111110 | 0 | 1000010 | 0 | 0 | 100101100 | 1100011 | 1000011 |
Color Harmonies of #FE56FE
Complementary color
Monochromatic Colors of #FE56FE
Black with #FE56FE
Text Example
Text Example
White with #FE56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56FE; }
p { color: rgb(254,86,254); }
H1.HeaderClassName
{
color: #FE56FE;
}
.AnyTagClassName
{
color: #FE56FE;
}
</style>
background-color css
<style>
a { background-color: #FE56FE; }
a { background-color: rgb(254,86,254); }
div.DivClassName
{
background-color: #FE56FE;
}
.BgClassName
{
background-color: #FE56FE;
}
</style>
border-color css
<style>
span { border-color: #FE56FE; }
span { border-color: rgb(254,86,254); }
td.TdClassName
{
border-color: #FE56FE;
}
.TagClassName
{
border-color: #FE56FE;
}
</style>