Shades of Pink Flamingo #FE56EE
Tints of Pink Flamingo #FE56EE
RGB
CMYK
RGB Variations
Color information
#FE56EE (or 0xFE56EE) is known color: Pink Flamingo. HEX triplet: FE, 56 and EE. RGB value is (254,86,238). Sum of RGB (Red+Green+Blue) = 254+86+238=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 86 (33.98% from 255 or 14.88% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56EE is #01A911. Grayscale: #999999. Windows color (decimal): -108818 or 15619838. OLE color: 15619838.
HSL color Cylindrical-coordinate representation of color #FE56EE: hue angle of 305.71º 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 #FE56EE is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 238 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.00 |
| HSL | 305.71º | 0.99% | 0.67% | - |
| HSV(B) | 305.71º | 0.66% | 1% | - |
| XYZ | 59.63 | 33.9 | 84.29 | - |
| YUV | 153.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 238 | 0 | 0.66 | 0.06 | 0.00 | 305.71 | 0.99 | 0.67 |
| Hex | FE | 56 | EE | 0 | 42 | 6 | 0 | 132 | 63 | 43 |
| Octal | 376 | 126 | 356 | 0 | 102 | 6 | 0 | 462 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11101110 | 0 | 1000010 | 110 | 0 | 100110010 | 1100011 | 1000011 |
Color Harmonies of #FE56EE
Complementary color
Monochromatic Colors of #FE56EE
Black with #FE56EE
Text Example
Text Example
White with #FE56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56EE; }
p { color: rgb(254,86,238); }
H1.HeaderClassName
{
color: #FE56EE;
}
.AnyTagClassName
{
color: #FE56EE;
}
</style>
background-color css
<style>
a { background-color: #FE56EE; }
a { background-color: rgb(254,86,238); }
div.DivClassName
{
background-color: #FE56EE;
}
.BgClassName
{
background-color: #FE56EE;
}
</style>
border-color css
<style>
span { border-color: #FE56EE; }
span { border-color: rgb(254,86,238); }
td.TdClassName
{
border-color: #FE56EE;
}
.TagClassName
{
border-color: #FE56EE;
}
</style>