Shades of Pink Flamingo #FE5AEE
Tints of Pink Flamingo #FE5AEE
RGB
CMYK
RGB Variations
Color information
#FE5AEE (or 0xFE5AEE) is known color: Pink Flamingo. HEX triplet: FE, 5A and EE. RGB value is (254,90,238). Sum of RGB (Red+Green+Blue) = 254+90+238=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 90 (35.55% from 255 or 15.46% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AEE is #01A511. Grayscale: #9B9B9B. Windows color (decimal): -107794 or 15620862. OLE color: 15620862.
HSL color Cylindrical-coordinate representation of color #FE5AEE: hue angle of 305.85º 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 #FE5AEE is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 238 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.00 |
| HSL | 305.85º | 0.99% | 0.67% | - |
| HSV(B) | 305.85º | 0.65% | 1% | - |
| XYZ | 59.96 | 34.56 | 84.4 | - |
| YUV | 155.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 238 | 0 | 0.65 | 0.06 | 0.00 | 305.85 | 0.99 | 0.67 |
| Hex | FE | 5A | EE | 0 | 41 | 6 | 0 | 132 | 63 | 43 |
| Octal | 376 | 132 | 356 | 0 | 101 | 6 | 0 | 462 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11101110 | 0 | 1000001 | 110 | 0 | 100110010 | 1100011 | 1000011 |
Color Harmonies of #FE5AEE
Complementary color
Monochromatic Colors of #FE5AEE
Black with #FE5AEE
Text Example
Text Example
White with #FE5AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AEE; }
p { color: rgb(254,90,238); }
H1.HeaderClassName
{
color: #FE5AEE;
}
.AnyTagClassName
{
color: #FE5AEE;
}
</style>
background-color css
<style>
a { background-color: #FE5AEE; }
a { background-color: rgb(254,90,238); }
div.DivClassName
{
background-color: #FE5AEE;
}
.BgClassName
{
background-color: #FE5AEE;
}
</style>
border-color css
<style>
span { border-color: #FE5AEE; }
span { border-color: rgb(254,90,238); }
td.TdClassName
{
border-color: #FE5AEE;
}
.TagClassName
{
border-color: #FE5AEE;
}
</style>