Shades of Pink Flamingo #FB5EEC
Tints of Pink Flamingo #FB5EEC
RGB
CMYK
RGB Variations
Color information
#FB5EEC (or 0xFB5EEC) is known color: Pink Flamingo. HEX triplet: FB, 5E and EC. RGB value is (251,94,236). Sum of RGB (Red+Green+Blue) = 251+94+236=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EEC is #04A113. Grayscale: #9C9C9C. Windows color (decimal): -303380 or 15490811. OLE color: 15490811.
HSL color Cylindrical-coordinate representation of color #FB5EEC: hue angle of 305.73º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5EEC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 236 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.02 |
| HSL | 305.73º | 0.95% | 0.68% | - |
| HSV(B) | 305.73º | 0.63% | 0.98% | - |
| XYZ | 58.93 | 34.57 | 82.92 | - |
| YUV | 157.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 236 | 0 | 0.63 | 0.06 | 0.02 | 305.73 | 0.95 | 0.68 |
| Hex | FB | 5E | EC | 0 | 3F | 6 | 2 | 132 | 5F | 44 |
| Octal | 373 | 136 | 354 | 0 | 77 | 6 | 2 | 462 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11101100 | 0 | 111111 | 110 | 10 | 100110010 | 1011111 | 1000100 |
Color Harmonies of #FB5EEC
Complementary color
Monochromatic Colors of #FB5EEC
Black with #FB5EEC
Text Example
Text Example
White with #FB5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EEC; }
p { color: rgb(251,94,236); }
H1.HeaderClassName
{
color: #FB5EEC;
}
.AnyTagClassName
{
color: #FB5EEC;
}
</style>
background-color css
<style>
a { background-color: #FB5EEC; }
a { background-color: rgb(251,94,236); }
div.DivClassName
{
background-color: #FB5EEC;
}
.BgClassName
{
background-color: #FB5EEC;
}
</style>
border-color css
<style>
span { border-color: #FB5EEC; }
span { border-color: rgb(251,94,236); }
td.TdClassName
{
border-color: #FB5EEC;
}
.TagClassName
{
border-color: #FB5EEC;
}
</style>