Shades of Pink Flamingo #FE68EB
Tints of Pink Flamingo #FE68EB
RGB
CMYK
RGB Variations
Color information
#FE68EB (or 0xFE68EB) is known color: Pink Flamingo. HEX triplet: FE, 68 and EB. RGB value is (254,104,235). Sum of RGB (Red+Green+Blue) = 254+104+235=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68EB is #019714. Grayscale: #A3A3A3. Windows color (decimal): -104213 or 15427838. OLE color: 15427838.
HSL color Cylindrical-coordinate representation of color #FE68EB: hue angle of 307.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 #FE68EB is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 235 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.00 |
| HSL | 307.6º | 0.99% | 0.7% | - |
| HSV(B) | 307.6º | 0.59% | 1% | - |
| XYZ | 60.82 | 36.97 | 82.53 | - |
| YUV | 163.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 235 | 0 | 0.59 | 0.07 | 0.00 | 307.6 | 0.99 | 0.7 |
| Hex | FE | 68 | EB | 0 | 3B | 7 | 0 | 134 | 63 | 46 |
| Octal | 376 | 150 | 353 | 0 | 73 | 7 | 0 | 464 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11101011 | 0 | 111011 | 111 | 0 | 100110100 | 1100011 | 1000110 |
Color Harmonies of #FE68EB
Complementary color
Monochromatic Colors of #FE68EB
Black with #FE68EB
Text Example
Text Example
White with #FE68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68EB; }
p { color: rgb(254,104,235); }
H1.HeaderClassName
{
color: #FE68EB;
}
.AnyTagClassName
{
color: #FE68EB;
}
</style>
background-color css
<style>
a { background-color: #FE68EB; }
a { background-color: rgb(254,104,235); }
div.DivClassName
{
background-color: #FE68EB;
}
.BgClassName
{
background-color: #FE68EB;
}
</style>
border-color css
<style>
span { border-color: #FE68EB; }
span { border-color: rgb(254,104,235); }
td.TdClassName
{
border-color: #FE68EB;
}
.TagClassName
{
border-color: #FE68EB;
}
</style>