Shades of Pink Flamingo #FB56FF
Tints of Pink Flamingo #FB56FF
RGB
CMYK
RGB Variations
Color information
#FB56FF (or 0xFB56FF) is known color: Pink Flamingo. HEX triplet: FB, 56 and FF. RGB value is (251,86,255). Sum of RGB (Red+Green+Blue) = 251+86+255=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 86 (33.98% from 255 or 14.53% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB56FF is #04A900. Grayscale: #9A9A9A. Windows color (decimal): -305409 or 16733947. OLE color: 16733947.
HSL color Cylindrical-coordinate representation of color #FB56FF: hue angle of 298.58º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB56FF is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 86 | 255 | - |
| CMYK | 0.02 | 0.66 | 0 | 0 |
| HSL | 298.58º | 1% | 0.67% | - |
| HSV(B) | 298.58º | 0.66% | 1% | - |
| XYZ | 61.16 | 34.38 | 98.02 | - |
| YUV | 154.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 255 | 0.02 | 0.66 | 0 | 0 | 298.58 | 1 | 0.67 |
| Hex | FB | 56 | FF | 2 | 42 | 0 | 0 | 12B | 64 | 43 |
| Octal | 373 | 126 | 377 | 2 | 102 | 0 | 0 | 453 | 144 | 103 |
| Binary | 11111011 | 1010110 | 11111111 | 10 | 1000010 | 0 | 0 | 100101011 | 1100100 | 1000011 |
Color Harmonies of #FB56FF
Complementary color
Monochromatic Colors of #FB56FF
Black with #FB56FF
Text Example
Text Example
White with #FB56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB56FF; }
p { color: rgb(251,86,255); }
H1.HeaderClassName
{
color: #FB56FF;
}
.AnyTagClassName
{
color: #FB56FF;
}
</style>
background-color css
<style>
a { background-color: #FB56FF; }
a { background-color: rgb(251,86,255); }
div.DivClassName
{
background-color: #FB56FF;
}
.BgClassName
{
background-color: #FB56FF;
}
</style>
border-color css
<style>
span { border-color: #FB56FF; }
span { border-color: rgb(251,86,255); }
td.TdClassName
{
border-color: #FB56FF;
}
.TagClassName
{
border-color: #FB56FF;
}
</style>