Shades of Pink Flamingo #FE68FD
Tints of Pink Flamingo #FE68FD
RGB
CMYK
RGB Variations
Color information
#FE68FD (or 0xFE68FD) is known color: Pink Flamingo. HEX triplet: FE, 68 and FD. RGB value is (254,104,253). Sum of RGB (Red+Green+Blue) = 254+104+253=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 104 (41.02% from 255 or 17.02% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68FD is #019702. Grayscale: #A5A5A5. Windows color (decimal): -104195 or 16607486. OLE color: 16607486.
HSL color Cylindrical-coordinate representation of color #FE68FD: hue angle of 300.4º 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 #FE68FD is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 253 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.00 |
| HSL | 300.4º | 0.99% | 0.7% | - |
| HSV(B) | 300.4º | 0.59% | 1% | - |
| XYZ | 63.55 | 38.06 | 96.93 | - |
| YUV | 165.84 | 177.2 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 253 | 0 | 0.59 | 0.00 | 0.00 | 300.4 | 0.99 | 0.7 |
| Hex | FE | 68 | FD | 0 | 3B | 0 | 0 | 12C | 63 | 46 |
| Octal | 376 | 150 | 375 | 0 | 73 | 0 | 0 | 454 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11111101 | 0 | 111011 | 0 | 0 | 100101100 | 1100011 | 1000110 |
Color Harmonies of #FE68FD
Complementary color
Monochromatic Colors of #FE68FD
Black with #FE68FD
Text Example
Text Example
White with #FE68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68FD; }
p { color: rgb(254,104,253); }
H1.HeaderClassName
{
color: #FE68FD;
}
.AnyTagClassName
{
color: #FE68FD;
}
</style>
background-color css
<style>
a { background-color: #FE68FD; }
a { background-color: rgb(254,104,253); }
div.DivClassName
{
background-color: #FE68FD;
}
.BgClassName
{
background-color: #FE68FD;
}
</style>
border-color css
<style>
span { border-color: #FE68FD; }
span { border-color: rgb(254,104,253); }
td.TdClassName
{
border-color: #FE68FD;
}
.TagClassName
{
border-color: #FE68FD;
}
</style>