Shades of Pink Flamingo #FB5BE8
Tints of Pink Flamingo #FB5BE8
RGB
CMYK
RGB Variations
Color information
#FB5BE8 (or 0xFB5BE8) is known color: Pink Flamingo. HEX triplet: FB, 5B and E8. RGB value is (251,91,232). Sum of RGB (Red+Green+Blue) = 251+91+232=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 91 (35.94% from 255 or 15.85% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BE8 is #04A417. Grayscale: #9A9A9A. Windows color (decimal): -304152 or 15227899. OLE color: 15227899.
HSL color Cylindrical-coordinate representation of color #FB5BE8: hue angle of 307.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BE8 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 232 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.02 |
| HSL | 307.13º | 0.95% | 0.67% | - |
| HSV(B) | 307.13º | 0.64% | 0.98% | - |
| XYZ | 58.09 | 33.82 | 79.81 | - |
| YUV | 154.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 232 | 0 | 0.64 | 0.08 | 0.02 | 307.13 | 0.95 | 0.67 |
| Hex | FB | 5B | E8 | 0 | 40 | 8 | 2 | 133 | 5F | 43 |
| Octal | 373 | 133 | 350 | 0 | 100 | 10 | 2 | 463 | 137 | 103 |
| Binary | 11111011 | 1011011 | 11101000 | 0 | 1000000 | 1000 | 10 | 100110011 | 1011111 | 1000011 |
Color Harmonies of #FB5BE8
Complementary color
Monochromatic Colors of #FB5BE8
Black with #FB5BE8
Text Example
Text Example
White with #FB5BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BE8; }
p { color: rgb(251,91,232); }
H1.HeaderClassName
{
color: #FB5BE8;
}
.AnyTagClassName
{
color: #FB5BE8;
}
</style>
background-color css
<style>
a { background-color: #FB5BE8; }
a { background-color: rgb(251,91,232); }
div.DivClassName
{
background-color: #FB5BE8;
}
.BgClassName
{
background-color: #FB5BE8;
}
</style>
border-color css
<style>
span { border-color: #FB5BE8; }
span { border-color: rgb(251,91,232); }
td.TdClassName
{
border-color: #FB5BE8;
}
.TagClassName
{
border-color: #FB5BE8;
}
</style>