Shades of Pink Flamingo #FB5BFC
Tints of Pink Flamingo #FB5BFC
RGB
CMYK
RGB Variations
Color information
#FB5BFC (or 0xFB5BFC) is known color: Pink Flamingo. HEX triplet: FB, 5B and FC. RGB value is (251,91,252). Sum of RGB (Red+Green+Blue) = 251+91+252=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 91 (35.94% from 255 or 15.32% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB5BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BFC is #04A403. Grayscale: #9C9C9C. Windows color (decimal): -304132 or 16538619. OLE color: 16538619.
HSL color Cylindrical-coordinate representation of color #FB5BFC: hue angle of 299.63º 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 #FB5BFC is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 91 | 252 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.01 |
| HSL | 299.63º | 0.96% | 0.67% | - |
| HSV(B) | 299.63º | 0.64% | 0.99% | - |
| XYZ | 61.1 | 35.02 | 95.63 | - |
| YUV | 157.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 252 | 0.00 | 0.64 | 0 | 0.01 | 299.63 | 0.96 | 0.67 |
| Hex | FB | 5B | FC | 0 | 40 | 0 | 1 | 12C | 60 | 43 |
| Octal | 373 | 133 | 374 | 0 | 100 | 0 | 1 | 454 | 140 | 103 |
| Binary | 11111011 | 1011011 | 11111100 | 0 | 1000000 | 0 | 1 | 100101100 | 1100000 | 1000011 |
Color Harmonies of #FB5BFC
Complementary color
Monochromatic Colors of #FB5BFC
Black with #FB5BFC
Text Example
Text Example
White with #FB5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BFC; }
p { color: rgb(251,91,252); }
H1.HeaderClassName
{
color: #FB5BFC;
}
.AnyTagClassName
{
color: #FB5BFC;
}
</style>
background-color css
<style>
a { background-color: #FB5BFC; }
a { background-color: rgb(251,91,252); }
div.DivClassName
{
background-color: #FB5BFC;
}
.BgClassName
{
background-color: #FB5BFC;
}
</style>
border-color css
<style>
span { border-color: #FB5BFC; }
span { border-color: rgb(251,91,252); }
td.TdClassName
{
border-color: #FB5BFC;
}
.TagClassName
{
border-color: #FB5BFC;
}
</style>