Shades of Pink Flamingo #FE5EEF
Tints of Pink Flamingo #FE5EEF
RGB
CMYK
RGB Variations
Color information
#FE5EEF (or 0xFE5EEF) is known color: Pink Flamingo. HEX triplet: FE, 5E and EF. RGB value is (254,94,239). Sum of RGB (Red+Green+Blue) = 254+94+239=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 94 (37.11% from 255 or 16.01% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EEF is #01A110. Grayscale: #9D9D9D. Windows color (decimal): -106769 or 15687422. OLE color: 15687422.
HSL color Cylindrical-coordinate representation of color #FE5EEF: hue angle of 305.62º 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 #FE5EEF is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 239 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.00 |
| HSL | 305.63º | 0.99% | 0.68% | - |
| HSV(B) | 305.63º | 0.63% | 1% | - |
| XYZ | 60.46 | 35.31 | 85.29 | - |
| YUV | 158.37 | 173.51 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 239 | 0 | 0.63 | 0.06 | 0.00 | 305.63 | 0.99 | 0.68 |
| Hex | FE | 5E | EF | 0 | 3F | 6 | 0 | 132 | 63 | 44 |
| Octal | 376 | 136 | 357 | 0 | 77 | 6 | 0 | 462 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11101111 | 0 | 111111 | 110 | 0 | 100110010 | 1100011 | 1000100 |
Color Harmonies of #FE5EEF
Complementary color
Monochromatic Colors of #FE5EEF
Black with #FE5EEF
Text Example
Text Example
White with #FE5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EEF; }
p { color: rgb(254,94,239); }
H1.HeaderClassName
{
color: #FE5EEF;
}
.AnyTagClassName
{
color: #FE5EEF;
}
</style>
background-color css
<style>
a { background-color: #FE5EEF; }
a { background-color: rgb(254,94,239); }
div.DivClassName
{
background-color: #FE5EEF;
}
.BgClassName
{
background-color: #FE5EEF;
}
</style>
border-color css
<style>
span { border-color: #FE5EEF; }
span { border-color: rgb(254,94,239); }
td.TdClassName
{
border-color: #FE5EEF;
}
.TagClassName
{
border-color: #FE5EEF;
}
</style>