Shades of Pink Flamingo #FE68FB
Tints of Pink Flamingo #FE68FB
RGB
CMYK
RGB Variations
Color information
#FE68FB (or 0xFE68FB) is known color: Pink Flamingo. HEX triplet: FE, 68 and FB. RGB value is (254,104,251). Sum of RGB (Red+Green+Blue) = 254+104+251=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 104 (41.02% from 255 or 17.08% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68FB is #019704. Grayscale: #A5A5A5. Windows color (decimal): -104197 or 16476414. OLE color: 16476414.
HSL color Cylindrical-coordinate representation of color #FE68FB: hue angle of 301.2º 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 #FE68FB is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 251 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.00 |
| HSL | 301.2º | 0.99% | 0.7% | - |
| HSV(B) | 301.2º | 0.59% | 1% | - |
| XYZ | 63.24 | 37.94 | 95.26 | - |
| YUV | 165.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 251 | 0 | 0.59 | 0.01 | 0.00 | 301.2 | 0.99 | 0.7 |
| Hex | FE | 68 | FB | 0 | 3B | 1 | 0 | 12D | 63 | 46 |
| Octal | 376 | 150 | 373 | 0 | 73 | 1 | 0 | 455 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11111011 | 0 | 111011 | 1 | 0 | 100101101 | 1100011 | 1000110 |
Color Harmonies of #FE68FB
Complementary color
Monochromatic Colors of #FE68FB
Black with #FE68FB
Text Example
Text Example
White with #FE68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68FB; }
p { color: rgb(254,104,251); }
H1.HeaderClassName
{
color: #FE68FB;
}
.AnyTagClassName
{
color: #FE68FB;
}
</style>
background-color css
<style>
a { background-color: #FE68FB; }
a { background-color: rgb(254,104,251); }
div.DivClassName
{
background-color: #FE68FB;
}
.BgClassName
{
background-color: #FE68FB;
}
</style>
border-color css
<style>
span { border-color: #FE68FB; }
span { border-color: rgb(254,104,251); }
td.TdClassName
{
border-color: #FE68FB;
}
.TagClassName
{
border-color: #FE68FB;
}
</style>