Shades of Pink Flamingo #FE5BEE
Tints of Pink Flamingo #FE5BEE
RGB
CMYK
RGB Variations
Color information
#FE5BEE (or 0xFE5BEE) is known color: Pink Flamingo. HEX triplet: FE, 5B and EE. RGB value is (254,91,238). Sum of RGB (Red+Green+Blue) = 254+91+238=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 91 (35.94% from 255 or 15.61% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BEE is #01A411. Grayscale: #9C9C9C. Windows color (decimal): -107538 or 15621118. OLE color: 15621118.
HSL color Cylindrical-coordinate representation of color #FE5BEE: hue angle of 305.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BEE is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 238 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.00 |
| HSL | 305.89º | 0.99% | 0.68% | - |
| HSV(B) | 305.89º | 0.64% | 1% | - |
| XYZ | 60.05 | 34.73 | 84.43 | - |
| YUV | 156.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 238 | 0 | 0.64 | 0.06 | 0.00 | 305.89 | 0.99 | 0.68 |
| Hex | FE | 5B | EE | 0 | 40 | 6 | 0 | 132 | 63 | 44 |
| Octal | 376 | 133 | 356 | 0 | 100 | 6 | 0 | 462 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11101110 | 0 | 1000000 | 110 | 0 | 100110010 | 1100011 | 1000100 |
Color Harmonies of #FE5BEE
Complementary color
Monochromatic Colors of #FE5BEE
Black with #FE5BEE
Text Example
Text Example
White with #FE5BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BEE; }
p { color: rgb(254,91,238); }
H1.HeaderClassName
{
color: #FE5BEE;
}
.AnyTagClassName
{
color: #FE5BEE;
}
</style>
background-color css
<style>
a { background-color: #FE5BEE; }
a { background-color: rgb(254,91,238); }
div.DivClassName
{
background-color: #FE5BEE;
}
.BgClassName
{
background-color: #FE5BEE;
}
</style>
border-color css
<style>
span { border-color: #FE5BEE; }
span { border-color: rgb(254,91,238); }
td.TdClassName
{
border-color: #FE5BEE;
}
.TagClassName
{
border-color: #FE5BEE;
}
</style>