Shades of Pink Flamingo #FE68FA
Tints of Pink Flamingo #FE68FA
RGB
CMYK
RGB Variations
Color information
#FE68FA (or 0xFE68FA) is known color: Pink Flamingo. HEX triplet: FE, 68 and FA. RGB value is (254,104,250). Sum of RGB (Red+Green+Blue) = 254+104+250=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 104 (41.02% from 255 or 17.11% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68FA is #019705. Grayscale: #A5A5A5. Windows color (decimal): -104198 or 16410878. OLE color: 16410878.
HSL color Cylindrical-coordinate representation of color #FE68FA: hue angle of 301.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE68FA is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 250 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.00 |
| HSL | 301.6º | 0.99% | 0.7% | - |
| HSV(B) | 301.6º | 0.59% | 1% | - |
| XYZ | 63.08 | 37.87 | 94.43 | - |
| YUV | 165.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 250 | 0 | 0.59 | 0.02 | 0.00 | 301.6 | 0.99 | 0.7 |
| Hex | FE | 68 | FA | 0 | 3B | 2 | 0 | 12E | 63 | 46 |
| Octal | 376 | 150 | 372 | 0 | 73 | 2 | 0 | 456 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11111010 | 0 | 111011 | 10 | 0 | 100101110 | 1100011 | 1000110 |
Color Harmonies of #FE68FA
Complementary color
Monochromatic Colors of #FE68FA
Black with #FE68FA
Text Example
Text Example
White with #FE68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68FA; }
p { color: rgb(254,104,250); }
H1.HeaderClassName
{
color: #FE68FA;
}
.AnyTagClassName
{
color: #FE68FA;
}
</style>
background-color css
<style>
a { background-color: #FE68FA; }
a { background-color: rgb(254,104,250); }
div.DivClassName
{
background-color: #FE68FA;
}
.BgClassName
{
background-color: #FE68FA;
}
</style>
border-color css
<style>
span { border-color: #FE68FA; }
span { border-color: rgb(254,104,250); }
td.TdClassName
{
border-color: #FE68FA;
}
.TagClassName
{
border-color: #FE68FA;
}
</style>