Shades of Pink Flamingo #FE5EFF
Tints of Pink Flamingo #FE5EFF
RGB
CMYK
RGB Variations
Color information
#FE5EFF (or 0xFE5EFF) is known color: Pink Flamingo. HEX triplet: FE, 5E and FF. RGB value is (254,94,255). Sum of RGB (Red+Green+Blue) = 254+94+255=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 94 (37.11% from 255 or 15.59% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EFF is #01A100. Grayscale: #9F9F9F. Windows color (decimal): -106753 or 16735998. OLE color: 16735998.
HSL color Cylindrical-coordinate representation of color #FE5EFF: hue angle of 299.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EFF is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 94 | 255 | - |
| CMYK | 0.00 | 0.63 | 0 | 0 |
| HSL | 299.63º | 1% | 0.68% | - |
| HSV(B) | 299.63º | 0.63% | 1% | - |
| XYZ | 62.93 | 36.3 | 98.3 | - |
| YUV | 160.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 255 | 0.00 | 0.63 | 0 | 0 | 299.63 | 1 | 0.68 |
| Hex | FE | 5E | FF | 0 | 3F | 0 | 0 | 12C | 64 | 44 |
| Octal | 376 | 136 | 377 | 0 | 77 | 0 | 0 | 454 | 144 | 104 |
| Binary | 11111110 | 1011110 | 11111111 | 0 | 111111 | 0 | 0 | 100101100 | 1100100 | 1000100 |
Color Harmonies of #FE5EFF
Complementary color
Monochromatic Colors of #FE5EFF
Black with #FE5EFF
Text Example
Text Example
White with #FE5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EFF; }
p { color: rgb(254,94,255); }
H1.HeaderClassName
{
color: #FE5EFF;
}
.AnyTagClassName
{
color: #FE5EFF;
}
</style>
background-color css
<style>
a { background-color: #FE5EFF; }
a { background-color: rgb(254,94,255); }
div.DivClassName
{
background-color: #FE5EFF;
}
.BgClassName
{
background-color: #FE5EFF;
}
</style>
border-color css
<style>
span { border-color: #FE5EFF; }
span { border-color: rgb(254,94,255); }
td.TdClassName
{
border-color: #FE5EFF;
}
.TagClassName
{
border-color: #FE5EFF;
}
</style>