Shades of Pink Flamingo #FE5EED
Tints of Pink Flamingo #FE5EED
RGB
CMYK
RGB Variations
Color information
#FE5EED (or 0xFE5EED) is known color: Pink Flamingo. HEX triplet: FE, 5E and ED. RGB value is (254,94,237). Sum of RGB (Red+Green+Blue) = 254+94+237=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EED is #01A112. Grayscale: #9D9D9D. Windows color (decimal): -106771 or 15556350. OLE color: 15556350.
HSL color Cylindrical-coordinate representation of color #FE5EED: hue angle of 306.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EED is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 237 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.00 |
| HSL | 306.38º | 0.99% | 0.68% | - |
| HSV(B) | 306.38º | 0.63% | 1% | - |
| XYZ | 60.16 | 35.19 | 83.74 | - |
| YUV | 158.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 237 | 0 | 0.63 | 0.07 | 0.00 | 306.38 | 0.99 | 0.68 |
| Hex | FE | 5E | ED | 0 | 3F | 7 | 0 | 132 | 63 | 44 |
| Octal | 376 | 136 | 355 | 0 | 77 | 7 | 0 | 462 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11101101 | 0 | 111111 | 111 | 0 | 100110010 | 1100011 | 1000100 |
Color Harmonies of #FE5EED
Complementary color
Monochromatic Colors of #FE5EED
Black with #FE5EED
Text Example
Text Example
White with #FE5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EED; }
p { color: rgb(254,94,237); }
H1.HeaderClassName
{
color: #FE5EED;
}
.AnyTagClassName
{
color: #FE5EED;
}
</style>
background-color css
<style>
a { background-color: #FE5EED; }
a { background-color: rgb(254,94,237); }
div.DivClassName
{
background-color: #FE5EED;
}
.BgClassName
{
background-color: #FE5EED;
}
</style>
border-color css
<style>
span { border-color: #FE5EED; }
span { border-color: rgb(254,94,237); }
td.TdClassName
{
border-color: #FE5EED;
}
.TagClassName
{
border-color: #FE5EED;
}
</style>