Shades of Pink Flamingo #FE6AED
Tints of Pink Flamingo #FE6AED
RGB
CMYK
RGB Variations
Color information
#FE6AED (or 0xFE6AED) is known color: Pink Flamingo. HEX triplet: FE, 6A and ED. RGB value is (254,106,237). Sum of RGB (Red+Green+Blue) = 254+106+237=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AED is #019512. Grayscale: #A4A4A4. Windows color (decimal): -103699 or 15559422. OLE color: 15559422.
HSL color Cylindrical-coordinate representation of color #FE6AED: hue angle of 306.89º 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 #FE6AED is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 237 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.00 |
| HSL | 306.89º | 0.99% | 0.71% | - |
| HSV(B) | 306.89º | 0.58% | 1% | - |
| XYZ | 61.31 | 37.49 | 84.13 | - |
| YUV | 165.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 237 | 0 | 0.58 | 0.07 | 0.00 | 306.89 | 0.99 | 0.71 |
| Hex | FE | 6A | ED | 0 | 3A | 7 | 0 | 133 | 63 | 47 |
| Octal | 376 | 152 | 355 | 0 | 72 | 7 | 0 | 463 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11101101 | 0 | 111010 | 111 | 0 | 100110011 | 1100011 | 1000111 |
Color Harmonies of #FE6AED
Complementary color
Monochromatic Colors of #FE6AED
Black with #FE6AED
Text Example
Text Example
White with #FE6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AED; }
p { color: rgb(254,106,237); }
H1.HeaderClassName
{
color: #FE6AED;
}
.AnyTagClassName
{
color: #FE6AED;
}
</style>
background-color css
<style>
a { background-color: #FE6AED; }
a { background-color: rgb(254,106,237); }
div.DivClassName
{
background-color: #FE6AED;
}
.BgClassName
{
background-color: #FE6AED;
}
</style>
border-color css
<style>
span { border-color: #FE6AED; }
span { border-color: rgb(254,106,237); }
td.TdClassName
{
border-color: #FE6AED;
}
.TagClassName
{
border-color: #FE6AED;
}
</style>