Shades of Pink Flamingo #FC5BE8
Tints of Pink Flamingo #FC5BE8
RGB
CMYK
RGB Variations
Color information
#FC5BE8 (or 0xFC5BE8) is known color: Pink Flamingo. HEX triplet: FC, 5B and E8. RGB value is (252,91,232). Sum of RGB (Red+Green+Blue) = 252+91+232=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5BE8 is #03A417. Grayscale: #9A9A9A. Windows color (decimal): -238616 or 15227900. OLE color: 15227900.
HSL color Cylindrical-coordinate representation of color #FC5BE8: hue angle of 307.45º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BE8 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 232 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.01 |
| HSL | 307.45º | 0.96% | 0.67% | - |
| HSV(B) | 307.45º | 0.64% | 0.99% | - |
| XYZ | 58.45 | 34 | 79.83 | - |
| YUV | 155.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 232 | 0 | 0.64 | 0.08 | 0.01 | 307.45 | 0.96 | 0.67 |
| Hex | FC | 5B | E8 | 0 | 40 | 8 | 1 | 133 | 60 | 43 |
| Octal | 374 | 133 | 350 | 0 | 100 | 10 | 1 | 463 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11101000 | 0 | 1000000 | 1000 | 1 | 100110011 | 1100000 | 1000011 |
Color Harmonies of #FC5BE8
Complementary color
Monochromatic Colors of #FC5BE8
Black with #FC5BE8
Text Example
Text Example
White with #FC5BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BE8; }
p { color: rgb(252,91,232); }
H1.HeaderClassName
{
color: #FC5BE8;
}
.AnyTagClassName
{
color: #FC5BE8;
}
</style>
background-color css
<style>
a { background-color: #FC5BE8; }
a { background-color: rgb(252,91,232); }
div.DivClassName
{
background-color: #FC5BE8;
}
.BgClassName
{
background-color: #FC5BE8;
}
</style>
border-color css
<style>
span { border-color: #FC5BE8; }
span { border-color: rgb(252,91,232); }
td.TdClassName
{
border-color: #FC5BE8;
}
.TagClassName
{
border-color: #FC5BE8;
}
</style>