Shades of Pink Flamingo #FB4CED
Tints of Pink Flamingo #FB4CED
RGB
CMYK
RGB Variations
Color information
#FB4CED (or 0xFB4CED) is known color: Pink Flamingo. HEX triplet: FB, 4C and ED. RGB value is (251,76,237). Sum of RGB (Red+Green+Blue) = 251+76+237=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 76 (30.08% from 255 or 13.48% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4CED is #04B312. Grayscale: #929292. Windows color (decimal): -307987 or 15551739. OLE color: 15551739.
HSL color Cylindrical-coordinate representation of color #FB4CED: hue angle of 304.8º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CED is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 237 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.02 |
| HSL | 304.8º | 0.96% | 0.64% | - |
| HSV(B) | 304.8º | 0.7% | 0.98% | - |
| XYZ | 57.65 | 31.79 | 83.22 | - |
| YUV | 146.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 237 | 0 | 0.70 | 0.06 | 0.02 | 304.8 | 0.96 | 0.64 |
| Hex | FB | 4C | ED | 0 | 46 | 6 | 2 | 131 | 60 | 40 |
| Octal | 373 | 114 | 355 | 0 | 106 | 6 | 2 | 461 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11101101 | 0 | 1000110 | 110 | 10 | 100110001 | 1100000 | 1000000 |
Color Harmonies of #FB4CED
Complementary color
Monochromatic Colors of #FB4CED
Black with #FB4CED
Text Example
Text Example
White with #FB4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CED; }
p { color: rgb(251,76,237); }
H1.HeaderClassName
{
color: #FB4CED;
}
.AnyTagClassName
{
color: #FB4CED;
}
</style>
background-color css
<style>
a { background-color: #FB4CED; }
a { background-color: rgb(251,76,237); }
div.DivClassName
{
background-color: #FB4CED;
}
.BgClassName
{
background-color: #FB4CED;
}
</style>
border-color css
<style>
span { border-color: #FB4CED; }
span { border-color: rgb(251,76,237); }
td.TdClassName
{
border-color: #FB4CED;
}
.TagClassName
{
border-color: #FB4CED;
}
</style>