Shades of Pink Flamingo #FB66EC
Tints of Pink Flamingo #FB66EC
RGB
CMYK
RGB Variations
Color information
#FB66EC (or 0xFB66EC) is known color: Pink Flamingo. HEX triplet: FB, 66 and EC. RGB value is (251,102,236). Sum of RGB (Red+Green+Blue) = 251+102+236=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 102 (40.23% from 255 or 17.32% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66EC is #049913. Grayscale: #A1A1A1. Windows color (decimal): -301332 or 15492859. OLE color: 15492859.
HSL color Cylindrical-coordinate representation of color #FB66EC: hue angle of 306.04º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66EC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 236 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.02 |
| HSL | 306.04º | 0.95% | 0.69% | - |
| HSV(B) | 306.04º | 0.59% | 0.98% | - |
| XYZ | 59.68 | 36.07 | 83.17 | - |
| YUV | 161.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 236 | 0 | 0.59 | 0.06 | 0.02 | 306.04 | 0.95 | 0.69 |
| Hex | FB | 66 | EC | 0 | 3B | 6 | 2 | 132 | 5F | 45 |
| Octal | 373 | 146 | 354 | 0 | 73 | 6 | 2 | 462 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11101100 | 0 | 111011 | 110 | 10 | 100110010 | 1011111 | 1000101 |
Color Harmonies of #FB66EC
Complementary color
Monochromatic Colors of #FB66EC
Black with #FB66EC
Text Example
Text Example
White with #FB66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66EC; }
p { color: rgb(251,102,236); }
H1.HeaderClassName
{
color: #FB66EC;
}
.AnyTagClassName
{
color: #FB66EC;
}
</style>
background-color css
<style>
a { background-color: #FB66EC; }
a { background-color: rgb(251,102,236); }
div.DivClassName
{
background-color: #FB66EC;
}
.BgClassName
{
background-color: #FB66EC;
}
</style>
border-color css
<style>
span { border-color: #FB66EC; }
span { border-color: rgb(251,102,236); }
td.TdClassName
{
border-color: #FB66EC;
}
.TagClassName
{
border-color: #FB66EC;
}
</style>