Shades of Pink Flamingo #FE4AEE
Tints of Pink Flamingo #FE4AEE
RGB
CMYK
RGB Variations
Color information
#FE4AEE (or 0xFE4AEE) is known color: Pink Flamingo. HEX triplet: FE, 4A and EE. RGB value is (254,74,238). Sum of RGB (Red+Green+Blue) = 254+74+238=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AEE is #01B511. Grayscale: #929292. Windows color (decimal): -111890 or 15616766. OLE color: 15616766.
HSL color Cylindrical-coordinate representation of color #FE4AEE: hue angle of 305.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4AEE is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 238 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.00 |
| HSL | 305.33º | 0.99% | 0.64% | - |
| HSV(B) | 305.33º | 0.71% | 1% | - |
| XYZ | 58.75 | 32.14 | 84 | - |
| YUV | 146.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 238 | 0 | 0.71 | 0.06 | 0.00 | 305.33 | 0.99 | 0.64 |
| Hex | FE | 4A | EE | 0 | 47 | 6 | 0 | 131 | 63 | 40 |
| Octal | 376 | 112 | 356 | 0 | 107 | 6 | 0 | 461 | 143 | 100 |
| Binary | 11111110 | 1001010 | 11101110 | 0 | 1000111 | 110 | 0 | 100110001 | 1100011 | 1000000 |
Color Harmonies of #FE4AEE
Complementary color
Monochromatic Colors of #FE4AEE
Black with #FE4AEE
Text Example
Text Example
White with #FE4AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AEE; }
p { color: rgb(254,74,238); }
H1.HeaderClassName
{
color: #FE4AEE;
}
.AnyTagClassName
{
color: #FE4AEE;
}
</style>
background-color css
<style>
a { background-color: #FE4AEE; }
a { background-color: rgb(254,74,238); }
div.DivClassName
{
background-color: #FE4AEE;
}
.BgClassName
{
background-color: #FE4AEE;
}
</style>
border-color css
<style>
span { border-color: #FE4AEE; }
span { border-color: rgb(254,74,238); }
td.TdClassName
{
border-color: #FE4AEE;
}
.TagClassName
{
border-color: #FE4AEE;
}
</style>