Shades of Pink Flamingo #FB4EEC
Tints of Pink Flamingo #FB4EEC
RGB
CMYK
RGB Variations
Color information
#FB4EEC (or 0xFB4EEC) is known color: Pink Flamingo. HEX triplet: FB, 4E and EC. RGB value is (251,78,236). Sum of RGB (Red+Green+Blue) = 251+78+236=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4EEC is #04B113. Grayscale: #939393. Windows color (decimal): -307476 or 15486715. OLE color: 15486715.
HSL color Cylindrical-coordinate representation of color #FB4EEC: hue angle of 305.2º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4EEC is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 236 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.02 |
| HSL | 305.2º | 0.96% | 0.65% | - |
| HSV(B) | 305.2º | 0.69% | 0.98% | - |
| XYZ | 57.65 | 32.01 | 82.5 | - |
| YUV | 147.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 236 | 0 | 0.69 | 0.06 | 0.02 | 305.2 | 0.96 | 0.65 |
| Hex | FB | 4E | EC | 0 | 45 | 6 | 2 | 131 | 60 | 41 |
| Octal | 373 | 116 | 354 | 0 | 105 | 6 | 2 | 461 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11101100 | 0 | 1000101 | 110 | 10 | 100110001 | 1100000 | 1000001 |
Color Harmonies of #FB4EEC
Complementary color
Monochromatic Colors of #FB4EEC
Black with #FB4EEC
Text Example
Text Example
White with #FB4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EEC; }
p { color: rgb(251,78,236); }
H1.HeaderClassName
{
color: #FB4EEC;
}
.AnyTagClassName
{
color: #FB4EEC;
}
</style>
background-color css
<style>
a { background-color: #FB4EEC; }
a { background-color: rgb(251,78,236); }
div.DivClassName
{
background-color: #FB4EEC;
}
.BgClassName
{
background-color: #FB4EEC;
}
</style>
border-color css
<style>
span { border-color: #FB4EEC; }
span { border-color: rgb(251,78,236); }
td.TdClassName
{
border-color: #FB4EEC;
}
.TagClassName
{
border-color: #FB4EEC;
}
</style>