Shades of Pink Flamingo #FE4CED
Tints of Pink Flamingo #FE4CED
RGB
CMYK
RGB Variations
Color information
#FE4CED (or 0xFE4CED) is known color: Pink Flamingo. HEX triplet: FE, 4C and ED. RGB value is (254,76,237). Sum of RGB (Red+Green+Blue) = 254+76+237=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CED is #01B312. Grayscale: #939393. Windows color (decimal): -111379 or 15551742. OLE color: 15551742.
HSL color Cylindrical-coordinate representation of color #FE4CED: hue angle of 305.73º 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 #FE4CED is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 237 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.00 |
| HSL | 305.73º | 0.99% | 0.65% | - |
| HSV(B) | 305.73º | 0.7% | 1% | - |
| XYZ | 58.74 | 32.35 | 83.27 | - |
| YUV | 147.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 237 | 0 | 0.70 | 0.07 | 0.00 | 305.73 | 0.99 | 0.65 |
| Hex | FE | 4C | ED | 0 | 46 | 7 | 0 | 132 | 63 | 41 |
| Octal | 376 | 114 | 355 | 0 | 106 | 7 | 0 | 462 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11101101 | 0 | 1000110 | 111 | 0 | 100110010 | 1100011 | 1000001 |
Color Harmonies of #FE4CED
Complementary color
Monochromatic Colors of #FE4CED
Black with #FE4CED
Text Example
Text Example
White with #FE4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CED; }
p { color: rgb(254,76,237); }
H1.HeaderClassName
{
color: #FE4CED;
}
.AnyTagClassName
{
color: #FE4CED;
}
</style>
background-color css
<style>
a { background-color: #FE4CED; }
a { background-color: rgb(254,76,237); }
div.DivClassName
{
background-color: #FE4CED;
}
.BgClassName
{
background-color: #FE4CED;
}
</style>
border-color css
<style>
span { border-color: #FE4CED; }
span { border-color: rgb(254,76,237); }
td.TdClassName
{
border-color: #FE4CED;
}
.TagClassName
{
border-color: #FE4CED;
}
</style>