Shades of Pink Flamingo #FD5BFE
Tints of Pink Flamingo #FD5BFE
RGB
CMYK
RGB Variations
Color information
#FD5BFE (or 0xFD5BFE) is known color: Pink Flamingo. HEX triplet: FD, 5B and FE. RGB value is (253,91,254). Sum of RGB (Red+Green+Blue) = 253+91+254=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 91 (35.94% from 255 or 15.22% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD5BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5BFE is #02A401. Grayscale: #9D9D9D. Windows color (decimal): -173058 or 16669693. OLE color: 16669693.
HSL color Cylindrical-coordinate representation of color #FD5BFE: hue angle of 299.63º 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 #FD5BFE is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 91 | 254 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.00 |
| HSL | 299.63º | 0.99% | 0.68% | - |
| HSV(B) | 299.63º | 0.64% | 1% | - |
| XYZ | 62.14 | 35.52 | 97.35 | - |
| YUV | 158.02 | 182.17 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 254 | 0.00 | 0.64 | 0 | 0.00 | 299.63 | 0.99 | 0.68 |
| Hex | FD | 5B | FE | 0 | 40 | 0 | 0 | 12C | 63 | 44 |
| Octal | 375 | 133 | 376 | 0 | 100 | 0 | 0 | 454 | 143 | 104 |
| Binary | 11111101 | 1011011 | 11111110 | 0 | 1000000 | 0 | 0 | 100101100 | 1100011 | 1000100 |
Color Harmonies of #FD5BFE
Complementary color
Monochromatic Colors of #FD5BFE
Black with #FD5BFE
Text Example
Text Example
White with #FD5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5BFE; }
p { color: rgb(253,91,254); }
H1.HeaderClassName
{
color: #FD5BFE;
}
.AnyTagClassName
{
color: #FD5BFE;
}
</style>
background-color css
<style>
a { background-color: #FD5BFE; }
a { background-color: rgb(253,91,254); }
div.DivClassName
{
background-color: #FD5BFE;
}
.BgClassName
{
background-color: #FD5BFE;
}
</style>
border-color css
<style>
span { border-color: #FD5BFE; }
span { border-color: rgb(253,91,254); }
td.TdClassName
{
border-color: #FD5BFE;
}
.TagClassName
{
border-color: #FD5BFE;
}
</style>