Shades of Pink Flamingo #FB5EEF
Tints of Pink Flamingo #FB5EEF
RGB
CMYK
RGB Variations
Color information
#FB5EEF (or 0xFB5EEF) is known color: Pink Flamingo. HEX triplet: FB, 5E and EF. RGB value is (251,94,239). Sum of RGB (Red+Green+Blue) = 251+94+239=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 94 (37.11% from 255 or 16.10% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EEF is #04A110. Grayscale: #9D9D9D. Windows color (decimal): -303377 or 15687419. OLE color: 15687419.
HSL color Cylindrical-coordinate representation of color #FB5EEF: hue angle of 304.59º 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 #FB5EEF is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 239 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.02 |
| HSL | 304.59º | 0.95% | 0.68% | - |
| HSV(B) | 304.59º | 0.63% | 0.98% | - |
| XYZ | 59.37 | 34.75 | 85.24 | - |
| YUV | 157.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 239 | 0 | 0.63 | 0.05 | 0.02 | 304.59 | 0.95 | 0.68 |
| Hex | FB | 5E | EF | 0 | 3F | 5 | 2 | 131 | 5F | 44 |
| Octal | 373 | 136 | 357 | 0 | 77 | 5 | 2 | 461 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11101111 | 0 | 111111 | 101 | 10 | 100110001 | 1011111 | 1000100 |
Color Harmonies of #FB5EEF
Complementary color
Monochromatic Colors of #FB5EEF
Black with #FB5EEF
Text Example
Text Example
White with #FB5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EEF; }
p { color: rgb(251,94,239); }
H1.HeaderClassName
{
color: #FB5EEF;
}
.AnyTagClassName
{
color: #FB5EEF;
}
</style>
background-color css
<style>
a { background-color: #FB5EEF; }
a { background-color: rgb(251,94,239); }
div.DivClassName
{
background-color: #FB5EEF;
}
.BgClassName
{
background-color: #FB5EEF;
}
</style>
border-color css
<style>
span { border-color: #FB5EEF; }
span { border-color: rgb(251,94,239); }
td.TdClassName
{
border-color: #FB5EEF;
}
.TagClassName
{
border-color: #FB5EEF;
}
</style>