Shades of Pink Flamingo #FE5EEB
Tints of Pink Flamingo #FE5EEB
RGB
CMYK
RGB Variations
Color information
#FE5EEB (or 0xFE5EEB) is known color: Pink Flamingo. HEX triplet: FE, 5E and EB. RGB value is (254,94,235). Sum of RGB (Red+Green+Blue) = 254+94+235=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EEB is #01A114. Grayscale: #9D9D9D. Windows color (decimal): -106773 or 15425278. OLE color: 15425278.
HSL color Cylindrical-coordinate representation of color #FE5EEB: hue angle of 307.12º 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 #FE5EEB is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 235 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.00 |
| HSL | 307.13º | 0.99% | 0.68% | - |
| HSV(B) | 307.13º | 0.63% | 1% | - |
| XYZ | 59.87 | 35.07 | 82.21 | - |
| YUV | 157.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 235 | 0 | 0.63 | 0.07 | 0.00 | 307.13 | 0.99 | 0.68 |
| Hex | FE | 5E | EB | 0 | 3F | 7 | 0 | 133 | 63 | 44 |
| Octal | 376 | 136 | 353 | 0 | 77 | 7 | 0 | 463 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11101011 | 0 | 111111 | 111 | 0 | 100110011 | 1100011 | 1000100 |
Color Harmonies of #FE5EEB
Complementary color
Monochromatic Colors of #FE5EEB
Black with #FE5EEB
Text Example
Text Example
White with #FE5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EEB; }
p { color: rgb(254,94,235); }
H1.HeaderClassName
{
color: #FE5EEB;
}
.AnyTagClassName
{
color: #FE5EEB;
}
</style>
background-color css
<style>
a { background-color: #FE5EEB; }
a { background-color: rgb(254,94,235); }
div.DivClassName
{
background-color: #FE5EEB;
}
.BgClassName
{
background-color: #FE5EEB;
}
</style>
border-color css
<style>
span { border-color: #FE5EEB; }
span { border-color: rgb(254,94,235); }
td.TdClassName
{
border-color: #FE5EEB;
}
.TagClassName
{
border-color: #FE5EEB;
}
</style>