Shades of Pink Flamingo #FE4BFD
Tints of Pink Flamingo #FE4BFD
RGB
CMYK
RGB Variations
Color information
#FE4BFD (or 0xFE4BFD) is known color: Pink Flamingo. HEX triplet: FE, 4B and FD. RGB value is (254,75,253). Sum of RGB (Red+Green+Blue) = 254+75+253=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 75 (29.69% from 255 or 12.89% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4BFD is #01B402. Grayscale: #949494. Windows color (decimal): -111619 or 16600062. OLE color: 16600062.
HSL color Cylindrical-coordinate representation of color #FE4BFD: hue angle of 300.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BFD is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 253 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.00 |
| HSL | 300.34º | 0.99% | 0.65% | - |
| HSV(B) | 300.34º | 0.7% | 1% | - |
| XYZ | 61.12 | 33.19 | 96.11 | - |
| YUV | 148.81 | 186.8 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 253 | 0 | 0.70 | 0.00 | 0.00 | 300.34 | 0.99 | 0.65 |
| Hex | FE | 4B | FD | 0 | 46 | 0 | 0 | 12C | 63 | 41 |
| Octal | 376 | 113 | 375 | 0 | 106 | 0 | 0 | 454 | 143 | 101 |
| Binary | 11111110 | 1001011 | 11111101 | 0 | 1000110 | 0 | 0 | 100101100 | 1100011 | 1000001 |
Color Harmonies of #FE4BFD
Complementary color
Monochromatic Colors of #FE4BFD
Black with #FE4BFD
Text Example
Text Example
White with #FE4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BFD; }
p { color: rgb(254,75,253); }
H1.HeaderClassName
{
color: #FE4BFD;
}
.AnyTagClassName
{
color: #FE4BFD;
}
</style>
background-color css
<style>
a { background-color: #FE4BFD; }
a { background-color: rgb(254,75,253); }
div.DivClassName
{
background-color: #FE4BFD;
}
.BgClassName
{
background-color: #FE4BFD;
}
</style>
border-color css
<style>
span { border-color: #FE4BFD; }
span { border-color: rgb(254,75,253); }
td.TdClassName
{
border-color: #FE4BFD;
}
.TagClassName
{
border-color: #FE4BFD;
}
</style>