Shades of Pink Flamingo #FB66FE
Tints of Pink Flamingo #FB66FE
RGB
CMYK
RGB Variations
Color information
#FB66FE (or 0xFB66FE) is known color: Pink Flamingo. HEX triplet: FB, 66 and FE. RGB value is (251,102,254). Sum of RGB (Red+Green+Blue) = 251+102+254=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 102 (40.23% from 255 or 16.80% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66FE is #049901. Grayscale: #A3A3A3. Windows color (decimal): -301314 or 16672507. OLE color: 16672507.
HSL color Cylindrical-coordinate representation of color #FB66FE: hue angle of 298.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB66FE is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 102 | 254 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.00 |
| HSL | 298.82º | 0.99% | 0.7% | - |
| HSV(B) | 298.82º | 0.6% | 1% | - |
| XYZ | 62.42 | 37.17 | 97.65 | - |
| YUV | 163.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 254 | 0.01 | 0.60 | 0 | 0.00 | 298.82 | 0.99 | 0.7 |
| Hex | FB | 66 | FE | 1 | 3C | 0 | 0 | 12B | 63 | 46 |
| Octal | 373 | 146 | 376 | 1 | 74 | 0 | 0 | 453 | 143 | 106 |
| Binary | 11111011 | 1100110 | 11111110 | 1 | 111100 | 0 | 0 | 100101011 | 1100011 | 1000110 |
Color Harmonies of #FB66FE
Complementary color
Monochromatic Colors of #FB66FE
Black with #FB66FE
Text Example
Text Example
White with #FB66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66FE; }
p { color: rgb(251,102,254); }
H1.HeaderClassName
{
color: #FB66FE;
}
.AnyTagClassName
{
color: #FB66FE;
}
</style>
background-color css
<style>
a { background-color: #FB66FE; }
a { background-color: rgb(251,102,254); }
div.DivClassName
{
background-color: #FB66FE;
}
.BgClassName
{
background-color: #FB66FE;
}
</style>
border-color css
<style>
span { border-color: #FB66FE; }
span { border-color: rgb(251,102,254); }
td.TdClassName
{
border-color: #FB66FE;
}
.TagClassName
{
border-color: #FB66FE;
}
</style>