Shades of Pink Flamingo #FE4DFC
Tints of Pink Flamingo #FE4DFC
RGB
CMYK
RGB Variations
Color information
#FE4DFC (or 0xFE4DFC) is known color: Pink Flamingo. HEX triplet: FE, 4D and FC. RGB value is (254,77,252). Sum of RGB (Red+Green+Blue) = 254+77+252=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 77 (30.47% from 255 or 13.21% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DFC is #01B203. Grayscale: #959595. Windows color (decimal): -111108 or 16535038. OLE color: 16535038.
HSL color Cylindrical-coordinate representation of color #FE4DFC: hue angle of 300.68º 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 #FE4DFC is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 252 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.00 |
| HSL | 300.68º | 0.99% | 0.65% | - |
| HSV(B) | 300.68º | 0.7% | 1% | - |
| XYZ | 61.1 | 33.41 | 95.32 | - |
| YUV | 149.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 252 | 0 | 0.70 | 0.01 | 0.00 | 300.68 | 0.99 | 0.65 |
| Hex | FE | 4D | FC | 0 | 46 | 1 | 0 | 12D | 63 | 41 |
| Octal | 376 | 115 | 374 | 0 | 106 | 1 | 0 | 455 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11111100 | 0 | 1000110 | 1 | 0 | 100101101 | 1100011 | 1000001 |
Color Harmonies of #FE4DFC
Complementary color
Monochromatic Colors of #FE4DFC
Black with #FE4DFC
Text Example
Text Example
White with #FE4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DFC; }
p { color: rgb(254,77,252); }
H1.HeaderClassName
{
color: #FE4DFC;
}
.AnyTagClassName
{
color: #FE4DFC;
}
</style>
background-color css
<style>
a { background-color: #FE4DFC; }
a { background-color: rgb(254,77,252); }
div.DivClassName
{
background-color: #FE4DFC;
}
.BgClassName
{
background-color: #FE4DFC;
}
</style>
border-color css
<style>
span { border-color: #FE4DFC; }
span { border-color: rgb(254,77,252); }
td.TdClassName
{
border-color: #FE4DFC;
}
.TagClassName
{
border-color: #FE4DFC;
}
</style>