Shades of Pink Flamingo #FB66E6
Tints of Pink Flamingo #FB66E6
RGB
CMYK
RGB Variations
Color information
#FB66E6 (or 0xFB66E6) is known color: Pink Flamingo. HEX triplet: FB, 66 and E6. RGB value is (251,102,230). Sum of RGB (Red+Green+Blue) = 251+102+230=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66E6 is #049919. Grayscale: #A0A0A0. Windows color (decimal): -301338 or 15099643. OLE color: 15099643.
HSL color Cylindrical-coordinate representation of color #FB66E6: hue angle of 308.46º 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 #FB66E6 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 230 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.02 |
| HSL | 308.46º | 0.95% | 0.69% | - |
| HSV(B) | 308.46º | 0.59% | 0.98% | - |
| XYZ | 58.82 | 35.73 | 78.66 | - |
| YUV | 161.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 230 | 0 | 0.59 | 0.08 | 0.02 | 308.46 | 0.95 | 0.69 |
| Hex | FB | 66 | E6 | 0 | 3B | 8 | 2 | 134 | 5F | 45 |
| Octal | 373 | 146 | 346 | 0 | 73 | 10 | 2 | 464 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11100110 | 0 | 111011 | 1000 | 10 | 100110100 | 1011111 | 1000101 |
Color Harmonies of #FB66E6
Complementary color
Monochromatic Colors of #FB66E6
Black with #FB66E6
Text Example
Text Example
White with #FB66E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66E6; }
p { color: rgb(251,102,230); }
H1.HeaderClassName
{
color: #FB66E6;
}
.AnyTagClassName
{
color: #FB66E6;
}
</style>
background-color css
<style>
a { background-color: #FB66E6; }
a { background-color: rgb(251,102,230); }
div.DivClassName
{
background-color: #FB66E6;
}
.BgClassName
{
background-color: #FB66E6;
}
</style>
border-color css
<style>
span { border-color: #FB66E6; }
span { border-color: rgb(251,102,230); }
td.TdClassName
{
border-color: #FB66E6;
}
.TagClassName
{
border-color: #FB66E6;
}
</style>