Shades of Pink Flamingo #FE4CEC
Tints of Pink Flamingo #FE4CEC
RGB
CMYK
RGB Variations
Color information
#FE4CEC (or 0xFE4CEC) is known color: Pink Flamingo. HEX triplet: FE, 4C and EC. RGB value is (254,76,236). Sum of RGB (Red+Green+Blue) = 254+76+236=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CEC is #01B313. Grayscale: #939393. Windows color (decimal): -111380 or 15486206. OLE color: 15486206.
HSL color Cylindrical-coordinate representation of color #FE4CEC: hue angle of 306.07º 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 #FE4CEC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 236 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.00 |
| HSL | 306.07º | 0.99% | 0.65% | - |
| HSV(B) | 306.07º | 0.7% | 1% | - |
| XYZ | 58.6 | 32.3 | 82.5 | - |
| YUV | 147.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 236 | 0 | 0.70 | 0.07 | 0.00 | 306.07 | 0.99 | 0.65 |
| Hex | FE | 4C | EC | 0 | 46 | 7 | 0 | 132 | 63 | 41 |
| Octal | 376 | 114 | 354 | 0 | 106 | 7 | 0 | 462 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11101100 | 0 | 1000110 | 111 | 0 | 100110010 | 1100011 | 1000001 |
Color Harmonies of #FE4CEC
Complementary color
Monochromatic Colors of #FE4CEC
Black with #FE4CEC
Text Example
Text Example
White with #FE4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CEC; }
p { color: rgb(254,76,236); }
H1.HeaderClassName
{
color: #FE4CEC;
}
.AnyTagClassName
{
color: #FE4CEC;
}
</style>
background-color css
<style>
a { background-color: #FE4CEC; }
a { background-color: rgb(254,76,236); }
div.DivClassName
{
background-color: #FE4CEC;
}
.BgClassName
{
background-color: #FE4CEC;
}
</style>
border-color css
<style>
span { border-color: #FE4CEC; }
span { border-color: rgb(254,76,236); }
td.TdClassName
{
border-color: #FE4CEC;
}
.TagClassName
{
border-color: #FE4CEC;
}
</style>