Shades of Pink Flamingo #FB5CFC
Tints of Pink Flamingo #FB5CFC
RGB
CMYK
RGB Variations
Color information
#FB5CFC (or 0xFB5CFC) is known color: Pink Flamingo. HEX triplet: FB, 5C and FC. RGB value is (251,92,252). Sum of RGB (Red+Green+Blue) = 251+92+252=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 92 (36.33% from 255 or 15.46% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5CFC is #04A303. Grayscale: #9D9D9D. Windows color (decimal): -303876 or 16538875. OLE color: 16538875.
HSL color Cylindrical-coordinate representation of color #FB5CFC: hue angle of 299.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5CFC is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 92 | 252 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.01 |
| HSL | 299.63º | 0.96% | 0.67% | - |
| HSV(B) | 299.63º | 0.63% | 0.99% | - |
| XYZ | 61.18 | 35.19 | 95.66 | - |
| YUV | 157.78 | 181.18 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 252 | 0.00 | 0.63 | 0 | 0.01 | 299.63 | 0.96 | 0.67 |
| Hex | FB | 5C | FC | 0 | 3F | 0 | 1 | 12C | 60 | 43 |
| Octal | 373 | 134 | 374 | 0 | 77 | 0 | 1 | 454 | 140 | 103 |
| Binary | 11111011 | 1011100 | 11111100 | 0 | 111111 | 0 | 1 | 100101100 | 1100000 | 1000011 |
Color Harmonies of #FB5CFC
Complementary color
Monochromatic Colors of #FB5CFC
Black with #FB5CFC
Text Example
Text Example
White with #FB5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5CFC; }
p { color: rgb(251,92,252); }
H1.HeaderClassName
{
color: #FB5CFC;
}
.AnyTagClassName
{
color: #FB5CFC;
}
</style>
background-color css
<style>
a { background-color: #FB5CFC; }
a { background-color: rgb(251,92,252); }
div.DivClassName
{
background-color: #FB5CFC;
}
.BgClassName
{
background-color: #FB5CFC;
}
</style>
border-color css
<style>
span { border-color: #FB5CFC; }
span { border-color: rgb(251,92,252); }
td.TdClassName
{
border-color: #FB5CFC;
}
.TagClassName
{
border-color: #FB5CFC;
}
</style>