Shades of Pink Flamingo #FC5BFE
Tints of Pink Flamingo #FC5BFE
RGB
CMYK
RGB Variations
Color information
#FC5BFE (or 0xFC5BFE) is known color: Pink Flamingo. HEX triplet: FC, 5B and FE. RGB value is (252,91,254). Sum of RGB (Red+Green+Blue) = 252+91+254=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 91 (35.94% from 255 or 15.24% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC5BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5BFE is #03A401. Grayscale: #9D9D9D. Windows color (decimal): -238594 or 16669692. OLE color: 16669692.
HSL color Cylindrical-coordinate representation of color #FC5BFE: hue angle of 299.26º 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 #FC5BFE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 91 | 254 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.00 |
| HSL | 299.26º | 0.99% | 0.68% | - |
| HSV(B) | 299.26º | 0.64% | 1% | - |
| XYZ | 61.78 | 35.33 | 97.33 | - |
| YUV | 157.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 254 | 0.01 | 0.64 | 0 | 0.00 | 299.26 | 0.99 | 0.68 |
| Hex | FC | 5B | FE | 1 | 40 | 0 | 0 | 12B | 63 | 44 |
| Octal | 374 | 133 | 376 | 1 | 100 | 0 | 0 | 453 | 143 | 104 |
| Binary | 11111100 | 1011011 | 11111110 | 1 | 1000000 | 0 | 0 | 100101011 | 1100011 | 1000100 |
Color Harmonies of #FC5BFE
Complementary color
Monochromatic Colors of #FC5BFE
Black with #FC5BFE
Text Example
Text Example
White with #FC5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BFE; }
p { color: rgb(252,91,254); }
H1.HeaderClassName
{
color: #FC5BFE;
}
.AnyTagClassName
{
color: #FC5BFE;
}
</style>
background-color css
<style>
a { background-color: #FC5BFE; }
a { background-color: rgb(252,91,254); }
div.DivClassName
{
background-color: #FC5BFE;
}
.BgClassName
{
background-color: #FC5BFE;
}
</style>
border-color css
<style>
span { border-color: #FC5BFE; }
span { border-color: rgb(252,91,254); }
td.TdClassName
{
border-color: #FC5BFE;
}
.TagClassName
{
border-color: #FC5BFE;
}
</style>