Shades of Pink Flamingo #FB4EED
Tints of Pink Flamingo #FB4EED
RGB
CMYK
RGB Variations
Color information
#FB4EED (or 0xFB4EED) is known color: Pink Flamingo. HEX triplet: FB, 4E and ED. RGB value is (251,78,237). Sum of RGB (Red+Green+Blue) = 251+78+237=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 78 (30.86% from 255 or 13.78% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4EED is #04B112. Grayscale: #939393. Windows color (decimal): -307475 or 15552251. OLE color: 15552251.
HSL color Cylindrical-coordinate representation of color #FB4EED: hue angle of 304.86º 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 #FB4EED is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 237 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.02 |
| HSL | 304.86º | 0.96% | 0.65% | - |
| HSV(B) | 304.86º | 0.69% | 0.98% | - |
| XYZ | 57.79 | 32.07 | 83.27 | - |
| YUV | 147.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 237 | 0 | 0.69 | 0.06 | 0.02 | 304.86 | 0.96 | 0.65 |
| Hex | FB | 4E | ED | 0 | 45 | 6 | 2 | 131 | 60 | 41 |
| Octal | 373 | 116 | 355 | 0 | 105 | 6 | 2 | 461 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11101101 | 0 | 1000101 | 110 | 10 | 100110001 | 1100000 | 1000001 |
Color Harmonies of #FB4EED
Complementary color
Monochromatic Colors of #FB4EED
Black with #FB4EED
Text Example
Text Example
White with #FB4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EED; }
p { color: rgb(251,78,237); }
H1.HeaderClassName
{
color: #FB4EED;
}
.AnyTagClassName
{
color: #FB4EED;
}
</style>
background-color css
<style>
a { background-color: #FB4EED; }
a { background-color: rgb(251,78,237); }
div.DivClassName
{
background-color: #FB4EED;
}
.BgClassName
{
background-color: #FB4EED;
}
</style>
border-color css
<style>
span { border-color: #FB4EED; }
span { border-color: rgb(251,78,237); }
td.TdClassName
{
border-color: #FB4EED;
}
.TagClassName
{
border-color: #FB4EED;
}
</style>