Shades of Pink Flamingo #FB5FED
Tints of Pink Flamingo #FB5FED
RGB
CMYK
RGB Variations
Color information
#FB5FED (or 0xFB5FED) is known color: Pink Flamingo. HEX triplet: FB, 5F and ED. RGB value is (251,95,237). Sum of RGB (Red+Green+Blue) = 251+95+237=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 95 (37.5% from 255 or 16.30% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FED is #04A012. Grayscale: #9D9D9D. Windows color (decimal): -303123 or 15556603. OLE color: 15556603.
HSL color Cylindrical-coordinate representation of color #FB5FED: hue angle of 305.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FED is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 237 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.02 |
| HSL | 305.38º | 0.95% | 0.68% | - |
| HSV(B) | 305.38º | 0.62% | 0.98% | - |
| XYZ | 59.16 | 34.81 | 83.72 | - |
| YUV | 157.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 237 | 0 | 0.62 | 0.06 | 0.02 | 305.38 | 0.95 | 0.68 |
| Hex | FB | 5F | ED | 0 | 3E | 6 | 2 | 131 | 5F | 44 |
| Octal | 373 | 137 | 355 | 0 | 76 | 6 | 2 | 461 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11101101 | 0 | 111110 | 110 | 10 | 100110001 | 1011111 | 1000100 |
Color Harmonies of #FB5FED
Complementary color
Monochromatic Colors of #FB5FED
Black with #FB5FED
Text Example
Text Example
White with #FB5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FED; }
p { color: rgb(251,95,237); }
H1.HeaderClassName
{
color: #FB5FED;
}
.AnyTagClassName
{
color: #FB5FED;
}
</style>
background-color css
<style>
a { background-color: #FB5FED; }
a { background-color: rgb(251,95,237); }
div.DivClassName
{
background-color: #FB5FED;
}
.BgClassName
{
background-color: #FB5FED;
}
</style>
border-color css
<style>
span { border-color: #FB5FED; }
span { border-color: rgb(251,95,237); }
td.TdClassName
{
border-color: #FB5FED;
}
.TagClassName
{
border-color: #FB5FED;
}
</style>