Shades of Pink Flamingo #FE4CFB
Tints of Pink Flamingo #FE4CFB
RGB
CMYK
RGB Variations
Color information
#FE4CFB (or 0xFE4CFB) is known color: Pink Flamingo. HEX triplet: FE, 4C and FB. RGB value is (254,76,251). Sum of RGB (Red+Green+Blue) = 254+76+251=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 76 (30.08% from 255 or 13.08% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CFB is #01B304. Grayscale: #949494. Windows color (decimal): -111365 or 16469246. OLE color: 16469246.
HSL color Cylindrical-coordinate representation of color #FE4CFB: hue angle of 301.01º 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 #FE4CFB is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 251 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.00 |
| HSL | 301.01º | 0.99% | 0.65% | - |
| HSV(B) | 301.01º | 0.7% | 1% | - |
| XYZ | 60.87 | 33.2 | 94.47 | - |
| YUV | 149.17 | 185.47 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 251 | 0 | 0.70 | 0.01 | 0.00 | 301.01 | 0.99 | 0.65 |
| Hex | FE | 4C | FB | 0 | 46 | 1 | 0 | 12D | 63 | 41 |
| Octal | 376 | 114 | 373 | 0 | 106 | 1 | 0 | 455 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11111011 | 0 | 1000110 | 1 | 0 | 100101101 | 1100011 | 1000001 |
Color Harmonies of #FE4CFB
Complementary color
Monochromatic Colors of #FE4CFB
Black with #FE4CFB
Text Example
Text Example
White with #FE4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CFB; }
p { color: rgb(254,76,251); }
H1.HeaderClassName
{
color: #FE4CFB;
}
.AnyTagClassName
{
color: #FE4CFB;
}
</style>
background-color css
<style>
a { background-color: #FE4CFB; }
a { background-color: rgb(254,76,251); }
div.DivClassName
{
background-color: #FE4CFB;
}
.BgClassName
{
background-color: #FE4CFB;
}
</style>
border-color css
<style>
span { border-color: #FE4CFB; }
span { border-color: rgb(254,76,251); }
td.TdClassName
{
border-color: #FE4CFB;
}
.TagClassName
{
border-color: #FE4CFB;
}
</style>