Shades of Pink Flamingo #FE4EFC
Tints of Pink Flamingo #FE4EFC
RGB
CMYK
RGB Variations
Color information
#FE4EFC (or 0xFE4EFC) is known color: Pink Flamingo. HEX triplet: FE, 4E and FC. RGB value is (254,78,252). Sum of RGB (Red+Green+Blue) = 254+78+252=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 78 (30.86% from 255 or 13.36% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4EFC is #01B103. Grayscale: #959595. Windows color (decimal): -110852 or 16535294. OLE color: 16535294.
HSL color Cylindrical-coordinate representation of color #FE4EFC: 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.69%. Process color model (Four color, CMYK) of #FE4EFC is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 252 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.00 |
| HSL | 300.68º | 0.99% | 0.65% | - |
| HSV(B) | 300.68º | 0.69% | 1% | - |
| XYZ | 61.17 | 33.55 | 95.35 | - |
| YUV | 150.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 252 | 0 | 0.69 | 0.01 | 0.00 | 300.68 | 0.99 | 0.65 |
| Hex | FE | 4E | FC | 0 | 45 | 1 | 0 | 12D | 63 | 41 |
| Octal | 376 | 116 | 374 | 0 | 105 | 1 | 0 | 455 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11111100 | 0 | 1000101 | 1 | 0 | 100101101 | 1100011 | 1000001 |
Color Harmonies of #FE4EFC
Complementary color
Monochromatic Colors of #FE4EFC
Black with #FE4EFC
Text Example
Text Example
White with #FE4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EFC; }
p { color: rgb(254,78,252); }
H1.HeaderClassName
{
color: #FE4EFC;
}
.AnyTagClassName
{
color: #FE4EFC;
}
</style>
background-color css
<style>
a { background-color: #FE4EFC; }
a { background-color: rgb(254,78,252); }
div.DivClassName
{
background-color: #FE4EFC;
}
.BgClassName
{
background-color: #FE4EFC;
}
</style>
border-color css
<style>
span { border-color: #FE4EFC; }
span { border-color: rgb(254,78,252); }
td.TdClassName
{
border-color: #FE4EFC;
}
.TagClassName
{
border-color: #FE4EFC;
}
</style>