Shades of Pink Flamingo #FE3BFD
Tints of Pink Flamingo #FE3BFD
RGB
CMYK
RGB Variations
Color information
#FE3BFD (or 0xFE3BFD) is known color: Pink Flamingo. HEX triplet: FE, 3B and FD. RGB value is (254,59,253). Sum of RGB (Red+Green+Blue) = 254+59+253=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 59 (23.44% from 255 or 10.42% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3BFD is #01C402. Grayscale: #8A8A8A. Windows color (decimal): -115715 or 16595966. OLE color: 16595966.
HSL color Cylindrical-coordinate representation of color #FE3BFD: hue angle of 300.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BFD is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 253 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.00 |
| HSL | 300.31º | 0.99% | 0.61% | - |
| HSV(B) | 300.31º | 0.77% | 1% | - |
| XYZ | 60.17 | 31.29 | 95.8 | - |
| YUV | 139.42 | 192.1 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 253 | 0 | 0.77 | 0.00 | 0.00 | 300.31 | 0.99 | 0.61 |
| Hex | FE | 3B | FD | 0 | 4D | 0 | 0 | 12C | 63 | 3D |
| Octal | 376 | 73 | 375 | 0 | 115 | 0 | 0 | 454 | 143 | 75 |
| Binary | 11111110 | 111011 | 11111101 | 0 | 1001101 | 0 | 0 | 100101100 | 1100011 | 111101 |
Color Harmonies of #FE3BFD
Complementary color
Monochromatic Colors of #FE3BFD
Black with #FE3BFD
Text Example
Text Example
White with #FE3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BFD; }
p { color: rgb(254,59,253); }
H1.HeaderClassName
{
color: #FE3BFD;
}
.AnyTagClassName
{
color: #FE3BFD;
}
</style>
background-color css
<style>
a { background-color: #FE3BFD; }
a { background-color: rgb(254,59,253); }
div.DivClassName
{
background-color: #FE3BFD;
}
.BgClassName
{
background-color: #FE3BFD;
}
</style>
border-color css
<style>
span { border-color: #FE3BFD; }
span { border-color: rgb(254,59,253); }
td.TdClassName
{
border-color: #FE3BFD;
}
.TagClassName
{
border-color: #FE3BFD;
}
</style>