Shades of Pink Flamingo #FE5BE8
Tints of Pink Flamingo #FE5BE8
RGB
CMYK
RGB Variations
Color information
#FE5BE8 (or 0xFE5BE8) is known color: Pink Flamingo. HEX triplet: FE, 5B and E8. RGB value is (254,91,232). Sum of RGB (Red+Green+Blue) = 254+91+232=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BE8 is #01A417. Grayscale: #9B9B9B. Windows color (decimal): -107544 or 15227902. OLE color: 15227902.
HSL color Cylindrical-coordinate representation of color #FE5BE8: hue angle of 308.1º 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 #FE5BE8 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 232 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.00 |
| HSL | 308.1º | 0.99% | 0.68% | - |
| HSV(B) | 308.1º | 0.64% | 1% | - |
| XYZ | 59.18 | 34.38 | 79.86 | - |
| YUV | 155.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 232 | 0 | 0.64 | 0.09 | 0.00 | 308.1 | 0.99 | 0.68 |
| Hex | FE | 5B | E8 | 0 | 40 | 9 | 0 | 134 | 63 | 44 |
| Octal | 376 | 133 | 350 | 0 | 100 | 11 | 0 | 464 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11101000 | 0 | 1000000 | 1001 | 0 | 100110100 | 1100011 | 1000100 |
Color Harmonies of #FE5BE8
Complementary color
Monochromatic Colors of #FE5BE8
Black with #FE5BE8
Text Example
Text Example
White with #FE5BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BE8; }
p { color: rgb(254,91,232); }
H1.HeaderClassName
{
color: #FE5BE8;
}
.AnyTagClassName
{
color: #FE5BE8;
}
</style>
background-color css
<style>
a { background-color: #FE5BE8; }
a { background-color: rgb(254,91,232); }
div.DivClassName
{
background-color: #FE5BE8;
}
.BgClassName
{
background-color: #FE5BE8;
}
</style>
border-color css
<style>
span { border-color: #FE5BE8; }
span { border-color: rgb(254,91,232); }
td.TdClassName
{
border-color: #FE5BE8;
}
.TagClassName
{
border-color: #FE5BE8;
}
</style>