Shades of Pink Flamingo #FE6AE8
Tints of Pink Flamingo #FE6AE8
RGB
CMYK
RGB Variations
Color information
#FE6AE8 (or 0xFE6AE8) is known color: Pink Flamingo. HEX triplet: FE, 6A and E8. RGB value is (254,106,232). Sum of RGB (Red+Green+Blue) = 254+106+232=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 106 (41.80% from 255 or 17.91% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AE8 is #019517. Grayscale: #A4A4A4. Windows color (decimal): -103704 or 15231742. OLE color: 15231742.
HSL color Cylindrical-coordinate representation of color #FE6AE8: hue angle of 308.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6AE8 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 232 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.00 |
| HSL | 308.92º | 0.99% | 0.71% | - |
| HSV(B) | 308.92º | 0.58% | 1% | - |
| XYZ | 60.59 | 37.21 | 80.33 | - |
| YUV | 164.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 232 | 0 | 0.58 | 0.09 | 0.00 | 308.92 | 0.99 | 0.71 |
| Hex | FE | 6A | E8 | 0 | 3A | 9 | 0 | 135 | 63 | 47 |
| Octal | 376 | 152 | 350 | 0 | 72 | 11 | 0 | 465 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11101000 | 0 | 111010 | 1001 | 0 | 100110101 | 1100011 | 1000111 |
Color Harmonies of #FE6AE8
Complementary color
Monochromatic Colors of #FE6AE8
Black with #FE6AE8
Text Example
Text Example
White with #FE6AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AE8; }
p { color: rgb(254,106,232); }
H1.HeaderClassName
{
color: #FE6AE8;
}
.AnyTagClassName
{
color: #FE6AE8;
}
</style>
background-color css
<style>
a { background-color: #FE6AE8; }
a { background-color: rgb(254,106,232); }
div.DivClassName
{
background-color: #FE6AE8;
}
.BgClassName
{
background-color: #FE6AE8;
}
</style>
border-color css
<style>
span { border-color: #FE6AE8; }
span { border-color: rgb(254,106,232); }
td.TdClassName
{
border-color: #FE6AE8;
}
.TagClassName
{
border-color: #FE6AE8;
}
</style>