Shades of Pink Flamingo #FE5BEC
Tints of Pink Flamingo #FE5BEC
RGB
CMYK
RGB Variations
Color information
#FE5BEC (or 0xFE5BEC) is known color: Pink Flamingo. HEX triplet: FE, 5B and EC. RGB value is (254,91,236). Sum of RGB (Red+Green+Blue) = 254+91+236=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BEC is #01A413. Grayscale: #9B9B9B. Windows color (decimal): -107540 or 15490046. OLE color: 15490046.
HSL color Cylindrical-coordinate representation of color #FE5BEC: hue angle of 306.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BEC is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 236 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.00 |
| HSL | 306.63º | 0.99% | 0.68% | - |
| HSV(B) | 306.63º | 0.64% | 1% | - |
| XYZ | 59.75 | 34.61 | 82.89 | - |
| YUV | 156.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 236 | 0 | 0.64 | 0.07 | 0.00 | 306.63 | 0.99 | 0.68 |
| Hex | FE | 5B | EC | 0 | 40 | 7 | 0 | 133 | 63 | 44 |
| Octal | 376 | 133 | 354 | 0 | 100 | 7 | 0 | 463 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11101100 | 0 | 1000000 | 111 | 0 | 100110011 | 1100011 | 1000100 |
Color Harmonies of #FE5BEC
Complementary color
Monochromatic Colors of #FE5BEC
Black with #FE5BEC
Text Example
Text Example
White with #FE5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BEC; }
p { color: rgb(254,91,236); }
H1.HeaderClassName
{
color: #FE5BEC;
}
.AnyTagClassName
{
color: #FE5BEC;
}
</style>
background-color css
<style>
a { background-color: #FE5BEC; }
a { background-color: rgb(254,91,236); }
div.DivClassName
{
background-color: #FE5BEC;
}
.BgClassName
{
background-color: #FE5BEC;
}
</style>
border-color css
<style>
span { border-color: #FE5BEC; }
span { border-color: rgb(254,91,236); }
td.TdClassName
{
border-color: #FE5BEC;
}
.TagClassName
{
border-color: #FE5BEC;
}
</style>