Shades of Pink Flamingo #FB4CFD
Tints of Pink Flamingo #FB4CFD
RGB
CMYK
RGB Variations
Color information
#FB4CFD (or 0xFB4CFD) is known color: Pink Flamingo. HEX triplet: FB, 4C and FD. RGB value is (251,76,253). Sum of RGB (Red+Green+Blue) = 251+76+253=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 76 (30.08% from 255 or 13.10% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4CFD is #04B302. Grayscale: #939393. Windows color (decimal): -307971 or 16600315. OLE color: 16600315.
HSL color Cylindrical-coordinate representation of color #FB4CFD: hue angle of 299.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CFD is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 76 | 253 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.01 |
| HSL | 299.32º | 0.98% | 0.65% | - |
| HSV(B) | 299.32º | 0.7% | 0.99% | - |
| XYZ | 60.1 | 32.77 | 96.09 | - |
| YUV | 148.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 253 | 0.01 | 0.70 | 0 | 0.01 | 299.32 | 0.98 | 0.65 |
| Hex | FB | 4C | FD | 1 | 46 | 0 | 1 | 12B | 62 | 41 |
| Octal | 373 | 114 | 375 | 1 | 106 | 0 | 1 | 453 | 142 | 101 |
| Binary | 11111011 | 1001100 | 11111101 | 1 | 1000110 | 0 | 1 | 100101011 | 1100010 | 1000001 |
Color Harmonies of #FB4CFD
Complementary color
Monochromatic Colors of #FB4CFD
Black with #FB4CFD
Text Example
Text Example
White with #FB4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CFD; }
p { color: rgb(251,76,253); }
H1.HeaderClassName
{
color: #FB4CFD;
}
.AnyTagClassName
{
color: #FB4CFD;
}
</style>
background-color css
<style>
a { background-color: #FB4CFD; }
a { background-color: rgb(251,76,253); }
div.DivClassName
{
background-color: #FB4CFD;
}
.BgClassName
{
background-color: #FB4CFD;
}
</style>
border-color css
<style>
span { border-color: #FB4CFD; }
span { border-color: rgb(251,76,253); }
td.TdClassName
{
border-color: #FB4CFD;
}
.TagClassName
{
border-color: #FB4CFD;
}
</style>