Shades of Pink Flamingo #FB5DFB
Tints of Pink Flamingo #FB5DFB
RGB
CMYK
RGB Variations
Color information
#FB5DFB (or 0xFB5DFB) is known color: Pink Flamingo. HEX triplet: FB, 5D and FB. RGB value is (251,93,251). Sum of RGB (Red+Green+Blue) = 251+93+251=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 93 (36.72% from 255 or 15.63% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5DFB is #04A204. Grayscale: #9D9D9D. Windows color (decimal): -303621 or 16473595. OLE color: 16473595.
HSL color Cylindrical-coordinate representation of color #FB5DFB: hue angle of 300º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DFB is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 251 | - |
| CMYK | 0 | 0.63 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.67% | - |
| HSV(B) | 300º | 0.63% | 0.98% | - |
| XYZ | 61.11 | 35.3 | 94.86 | - |
| YUV | 158.25 | 180.35 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 251 | 0 | 0.63 | 0 | 0.02 | 300 | 0.95 | 0.67 |
| Hex | FB | 5D | FB | 0 | 3F | 0 | 2 | 12C | 5F | 43 |
| Octal | 373 | 135 | 373 | 0 | 77 | 0 | 2 | 454 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11111011 | 0 | 111111 | 0 | 10 | 100101100 | 1011111 | 1000011 |
Color Harmonies of #FB5DFB
Complementary color
Monochromatic Colors of #FB5DFB
Black with #FB5DFB
Text Example
Text Example
White with #FB5DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DFB; }
p { color: rgb(251,93,251); }
H1.HeaderClassName
{
color: #FB5DFB;
}
.AnyTagClassName
{
color: #FB5DFB;
}
</style>
background-color css
<style>
a { background-color: #FB5DFB; }
a { background-color: rgb(251,93,251); }
div.DivClassName
{
background-color: #FB5DFB;
}
.BgClassName
{
background-color: #FB5DFB;
}
</style>
border-color css
<style>
span { border-color: #FB5DFB; }
span { border-color: rgb(251,93,251); }
td.TdClassName
{
border-color: #FB5DFB;
}
.TagClassName
{
border-color: #FB5DFB;
}
</style>