Shades of Pink Flamingo #FE4DEE
Tints of Pink Flamingo #FE4DEE
RGB
CMYK
RGB Variations
Color information
#FE4DEE (or 0xFE4DEE) is known color: Pink Flamingo. HEX triplet: FE, 4D and EE. RGB value is (254,77,238). Sum of RGB (Red+Green+Blue) = 254+77+238=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DEE is #01B211. Grayscale: #939393. Windows color (decimal): -111122 or 15617534. OLE color: 15617534.
HSL color Cylindrical-coordinate representation of color #FE4DEE: hue angle of 305.42º 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 #FE4DEE is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 238 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.00 |
| HSL | 305.42º | 0.99% | 0.65% | - |
| HSV(B) | 305.42º | 0.7% | 1% | - |
| XYZ | 58.96 | 32.55 | 84.06 | - |
| YUV | 148.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 238 | 0 | 0.70 | 0.06 | 0.00 | 305.42 | 0.99 | 0.65 |
| Hex | FE | 4D | EE | 0 | 46 | 6 | 0 | 131 | 63 | 41 |
| Octal | 376 | 115 | 356 | 0 | 106 | 6 | 0 | 461 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11101110 | 0 | 1000110 | 110 | 0 | 100110001 | 1100011 | 1000001 |
Color Harmonies of #FE4DEE
Complementary color
Monochromatic Colors of #FE4DEE
Black with #FE4DEE
Text Example
Text Example
White with #FE4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DEE; }
p { color: rgb(254,77,238); }
H1.HeaderClassName
{
color: #FE4DEE;
}
.AnyTagClassName
{
color: #FE4DEE;
}
</style>
background-color css
<style>
a { background-color: #FE4DEE; }
a { background-color: rgb(254,77,238); }
div.DivClassName
{
background-color: #FE4DEE;
}
.BgClassName
{
background-color: #FE4DEE;
}
</style>
border-color css
<style>
span { border-color: #FE4DEE; }
span { border-color: rgb(254,77,238); }
td.TdClassName
{
border-color: #FE4DEE;
}
.TagClassName
{
border-color: #FE4DEE;
}
</style>