Shades of Pink Flamingo #FB5FEE
Tints of Pink Flamingo #FB5FEE
RGB
CMYK
RGB Variations
Color information
#FB5FEE (or 0xFB5FEE) is known color: Pink Flamingo. HEX triplet: FB, 5F and EE. RGB value is (251,95,238). Sum of RGB (Red+Green+Blue) = 251+95+238=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FEE is #04A011. Grayscale: #9D9D9D. Windows color (decimal): -303122 or 15622139. OLE color: 15622139.
HSL color Cylindrical-coordinate representation of color #FB5FEE: hue angle of 305º 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 #FB5FEE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 238 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.02 |
| HSL | 305º | 0.95% | 0.68% | - |
| HSV(B) | 305º | 0.62% | 0.98% | - |
| XYZ | 59.31 | 34.87 | 84.49 | - |
| YUV | 157.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 238 | 0 | 0.62 | 0.05 | 0.02 | 305 | 0.95 | 0.68 |
| Hex | FB | 5F | EE | 0 | 3E | 5 | 2 | 131 | 5F | 44 |
| Octal | 373 | 137 | 356 | 0 | 76 | 5 | 2 | 461 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11101110 | 0 | 111110 | 101 | 10 | 100110001 | 1011111 | 1000100 |
Color Harmonies of #FB5FEE
Complementary color
Monochromatic Colors of #FB5FEE
Black with #FB5FEE
Text Example
Text Example
White with #FB5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FEE; }
p { color: rgb(251,95,238); }
H1.HeaderClassName
{
color: #FB5FEE;
}
.AnyTagClassName
{
color: #FB5FEE;
}
</style>
background-color css
<style>
a { background-color: #FB5FEE; }
a { background-color: rgb(251,95,238); }
div.DivClassName
{
background-color: #FB5FEE;
}
.BgClassName
{
background-color: #FB5FEE;
}
</style>
border-color css
<style>
span { border-color: #FB5FEE; }
span { border-color: rgb(251,95,238); }
td.TdClassName
{
border-color: #FB5FEE;
}
.TagClassName
{
border-color: #FB5FEE;
}
</style>