Shades of Pink Flamingo #FE68E8
Tints of Pink Flamingo #FE68E8
RGB
CMYK
RGB Variations
Color information
#FE68E8 (or 0xFE68E8) is known color: Pink Flamingo. HEX triplet: FE, 68 and E8. RGB value is (254,104,232). Sum of RGB (Red+Green+Blue) = 254+104+232=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68E8 is #019717. Grayscale: #A3A3A3. Windows color (decimal): -104216 or 15231230. OLE color: 15231230.
HSL color Cylindrical-coordinate representation of color #FE68E8: hue angle of 308.8º 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 #FE68E8 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 232 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.00 |
| HSL | 308.8º | 0.99% | 0.7% | - |
| HSV(B) | 308.8º | 0.59% | 1% | - |
| XYZ | 60.39 | 36.8 | 80.26 | - |
| YUV | 163.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 232 | 0 | 0.59 | 0.09 | 0.00 | 308.8 | 0.99 | 0.7 |
| Hex | FE | 68 | E8 | 0 | 3B | 9 | 0 | 135 | 63 | 46 |
| Octal | 376 | 150 | 350 | 0 | 73 | 11 | 0 | 465 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11101000 | 0 | 111011 | 1001 | 0 | 100110101 | 1100011 | 1000110 |
Color Harmonies of #FE68E8
Complementary color
Monochromatic Colors of #FE68E8
Black with #FE68E8
Text Example
Text Example
White with #FE68E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68E8; }
p { color: rgb(254,104,232); }
H1.HeaderClassName
{
color: #FE68E8;
}
.AnyTagClassName
{
color: #FE68E8;
}
</style>
background-color css
<style>
a { background-color: #FE68E8; }
a { background-color: rgb(254,104,232); }
div.DivClassName
{
background-color: #FE68E8;
}
.BgClassName
{
background-color: #FE68E8;
}
</style>
border-color css
<style>
span { border-color: #FE68E8; }
span { border-color: rgb(254,104,232); }
td.TdClassName
{
border-color: #FE68E8;
}
.TagClassName
{
border-color: #FE68E8;
}
</style>