Shades of Pink Flamingo #FB5CFE
Tints of Pink Flamingo #FB5CFE
RGB
CMYK
RGB Variations
Color information
#FB5CFE (or 0xFB5CFE) is known color: Pink Flamingo. HEX triplet: FB, 5C and FE. RGB value is (251,92,254). Sum of RGB (Red+Green+Blue) = 251+92+254=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 92 (36.33% from 255 or 15.41% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5CFE is #04A301. Grayscale: #9D9D9D. Windows color (decimal): -303874 or 16669947. OLE color: 16669947.
HSL color Cylindrical-coordinate representation of color #FB5CFE: hue angle of 298.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5CFE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 92 | 254 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.00 |
| HSL | 298.89º | 0.99% | 0.68% | - |
| HSV(B) | 298.89º | 0.64% | 1% | - |
| XYZ | 61.5 | 35.32 | 97.34 | - |
| YUV | 158.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 254 | 0.01 | 0.64 | 0 | 0.00 | 298.89 | 0.99 | 0.68 |
| Hex | FB | 5C | FE | 1 | 40 | 0 | 0 | 12B | 63 | 44 |
| Octal | 373 | 134 | 376 | 1 | 100 | 0 | 0 | 453 | 143 | 104 |
| Binary | 11111011 | 1011100 | 11111110 | 1 | 1000000 | 0 | 0 | 100101011 | 1100011 | 1000100 |
Color Harmonies of #FB5CFE
Complementary color
Monochromatic Colors of #FB5CFE
Black with #FB5CFE
Text Example
Text Example
White with #FB5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5CFE; }
p { color: rgb(251,92,254); }
H1.HeaderClassName
{
color: #FB5CFE;
}
.AnyTagClassName
{
color: #FB5CFE;
}
</style>
background-color css
<style>
a { background-color: #FB5CFE; }
a { background-color: rgb(251,92,254); }
div.DivClassName
{
background-color: #FB5CFE;
}
.BgClassName
{
background-color: #FB5CFE;
}
</style>
border-color css
<style>
span { border-color: #FB5CFE; }
span { border-color: rgb(251,92,254); }
td.TdClassName
{
border-color: #FB5CFE;
}
.TagClassName
{
border-color: #FB5CFE;
}
</style>