Shades of Pink Flamingo #FE66EE
Tints of Pink Flamingo #FE66EE
RGB
CMYK
RGB Variations
Color information
#FE66EE (or 0xFE66EE) is known color: Pink Flamingo. HEX triplet: FE, 66 and EE. RGB value is (254,102,238). Sum of RGB (Red+Green+Blue) = 254+102+238=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66EE is #019911. Grayscale: #A2A2A2. Windows color (decimal): -104722 or 15623934. OLE color: 15623934.
HSL color Cylindrical-coordinate representation of color #FE66EE: hue angle of 306.32º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66EE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 238 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.00 |
| HSL | 306.32º | 0.99% | 0.7% | - |
| HSV(B) | 306.32º | 0.6% | 1% | - |
| XYZ | 61.06 | 36.75 | 84.76 | - |
| YUV | 162.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 238 | 0 | 0.60 | 0.06 | 0.00 | 306.32 | 0.99 | 0.7 |
| Hex | FE | 66 | EE | 0 | 3C | 6 | 0 | 132 | 63 | 46 |
| Octal | 376 | 146 | 356 | 0 | 74 | 6 | 0 | 462 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11101110 | 0 | 111100 | 110 | 0 | 100110010 | 1100011 | 1000110 |
Color Harmonies of #FE66EE
Complementary color
Monochromatic Colors of #FE66EE
Black with #FE66EE
Text Example
Text Example
White with #FE66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66EE; }
p { color: rgb(254,102,238); }
H1.HeaderClassName
{
color: #FE66EE;
}
.AnyTagClassName
{
color: #FE66EE;
}
</style>
background-color css
<style>
a { background-color: #FE66EE; }
a { background-color: rgb(254,102,238); }
div.DivClassName
{
background-color: #FE66EE;
}
.BgClassName
{
background-color: #FE66EE;
}
</style>
border-color css
<style>
span { border-color: #FE66EE; }
span { border-color: rgb(254,102,238); }
td.TdClassName
{
border-color: #FE66EE;
}
.TagClassName
{
border-color: #FE66EE;
}
</style>