Shades of Pink Flamingo #FB68EC
Tints of Pink Flamingo #FB68EC
RGB
CMYK
RGB Variations
Color information
#FB68EC (or 0xFB68EC) is known color: Pink Flamingo. HEX triplet: FB, 68 and EC. RGB value is (251,104,236). Sum of RGB (Red+Green+Blue) = 251+104+236=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB68EC is #049713. Grayscale: #A2A2A2. Windows color (decimal): -300820 or 15493371. OLE color: 15493371.
HSL color Cylindrical-coordinate representation of color #FB68EC: hue angle of 306.12º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68EC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 236 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.02 |
| HSL | 306.12º | 0.95% | 0.7% | - |
| HSV(B) | 306.12º | 0.59% | 0.98% | - |
| XYZ | 59.87 | 36.47 | 83.24 | - |
| YUV | 163 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 236 | 0 | 0.59 | 0.06 | 0.02 | 306.12 | 0.95 | 0.7 |
| Hex | FB | 68 | EC | 0 | 3B | 6 | 2 | 132 | 5F | 46 |
| Octal | 373 | 150 | 354 | 0 | 73 | 6 | 2 | 462 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11101100 | 0 | 111011 | 110 | 10 | 100110010 | 1011111 | 1000110 |
Color Harmonies of #FB68EC
Complementary color
Monochromatic Colors of #FB68EC
Black with #FB68EC
Text Example
Text Example
White with #FB68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68EC; }
p { color: rgb(251,104,236); }
H1.HeaderClassName
{
color: #FB68EC;
}
.AnyTagClassName
{
color: #FB68EC;
}
</style>
background-color css
<style>
a { background-color: #FB68EC; }
a { background-color: rgb(251,104,236); }
div.DivClassName
{
background-color: #FB68EC;
}
.BgClassName
{
background-color: #FB68EC;
}
</style>
border-color css
<style>
span { border-color: #FB68EC; }
span { border-color: rgb(251,104,236); }
td.TdClassName
{
border-color: #FB68EC;
}
.TagClassName
{
border-color: #FB68EC;
}
</style>