Shades of Pink Flamingo #FE5AFB
Tints of Pink Flamingo #FE5AFB
RGB
CMYK
RGB Variations
Color information
#FE5AFB (or 0xFE5AFB) is known color: Pink Flamingo. HEX triplet: FE, 5A and FB. RGB value is (254,90,251). Sum of RGB (Red+Green+Blue) = 254+90+251=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 90 (35.55% from 255 or 15.13% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AFB is #01A504. Grayscale: #9C9C9C. Windows color (decimal): -107781 or 16472830. OLE color: 16472830.
HSL color Cylindrical-coordinate representation of color #FE5AFB: hue angle of 301.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5AFB is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 251 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.00 |
| HSL | 301.1º | 0.99% | 0.67% | - |
| HSV(B) | 301.1º | 0.65% | 1% | - |
| XYZ | 61.94 | 35.35 | 94.82 | - |
| YUV | 157.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 251 | 0 | 0.65 | 0.01 | 0.00 | 301.1 | 0.99 | 0.67 |
| Hex | FE | 5A | FB | 0 | 41 | 1 | 0 | 12D | 63 | 43 |
| Octal | 376 | 132 | 373 | 0 | 101 | 1 | 0 | 455 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11111011 | 0 | 1000001 | 1 | 0 | 100101101 | 1100011 | 1000011 |
Color Harmonies of #FE5AFB
Complementary color
Monochromatic Colors of #FE5AFB
Black with #FE5AFB
Text Example
Text Example
White with #FE5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AFB; }
p { color: rgb(254,90,251); }
H1.HeaderClassName
{
color: #FE5AFB;
}
.AnyTagClassName
{
color: #FE5AFB;
}
</style>
background-color css
<style>
a { background-color: #FE5AFB; }
a { background-color: rgb(254,90,251); }
div.DivClassName
{
background-color: #FE5AFB;
}
.BgClassName
{
background-color: #FE5AFB;
}
</style>
border-color css
<style>
span { border-color: #FE5AFB; }
span { border-color: rgb(254,90,251); }
td.TdClassName
{
border-color: #FE5AFB;
}
.TagClassName
{
border-color: #FE5AFB;
}
</style>