Shades of Pink Flamingo #FB5AFC
Tints of Pink Flamingo #FB5AFC
RGB
CMYK
RGB Variations
Color information
#FB5AFC (or 0xFB5AFC) is known color: Pink Flamingo. HEX triplet: FB, 5A and FC. RGB value is (251,90,252). Sum of RGB (Red+Green+Blue) = 251+90+252=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 90 (35.55% from 255 or 15.18% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB5AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AFC is #04A503. Grayscale: #9C9C9C. Windows color (decimal): -304388 or 16538363. OLE color: 16538363.
HSL color Cylindrical-coordinate representation of color #FB5AFC: hue angle of 299.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AFC is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 90 | 252 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.01 |
| HSL | 299.63º | 0.96% | 0.67% | - |
| HSV(B) | 299.63º | 0.64% | 0.99% | - |
| XYZ | 61.01 | 34.85 | 95.61 | - |
| YUV | 156.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 252 | 0.00 | 0.64 | 0 | 0.01 | 299.63 | 0.96 | 0.67 |
| Hex | FB | 5A | FC | 0 | 40 | 0 | 1 | 12C | 60 | 43 |
| Octal | 373 | 132 | 374 | 0 | 100 | 0 | 1 | 454 | 140 | 103 |
| Binary | 11111011 | 1011010 | 11111100 | 0 | 1000000 | 0 | 1 | 100101100 | 1100000 | 1000011 |
Color Harmonies of #FB5AFC
Complementary color
Monochromatic Colors of #FB5AFC
Black with #FB5AFC
Text Example
Text Example
White with #FB5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AFC; }
p { color: rgb(251,90,252); }
H1.HeaderClassName
{
color: #FB5AFC;
}
.AnyTagClassName
{
color: #FB5AFC;
}
</style>
background-color css
<style>
a { background-color: #FB5AFC; }
a { background-color: rgb(251,90,252); }
div.DivClassName
{
background-color: #FB5AFC;
}
.BgClassName
{
background-color: #FB5AFC;
}
</style>
border-color css
<style>
span { border-color: #FB5AFC; }
span { border-color: rgb(251,90,252); }
td.TdClassName
{
border-color: #FB5AFC;
}
.TagClassName
{
border-color: #FB5AFC;
}
</style>