Shades of Tickle Me Pink #FB80A6
Tints of Tickle Me Pink #FB80A6
RGB
CMYK
RGB Variations
Color information
#FB80A6 (or 0xFB80A6) is known color: Tickle Me Pink. HEX triplet: FB, 80 and A6. RGB value is (251,128,166). Sum of RGB (Red+Green+Blue) = 251+128+166=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB80A6 is #047F59. Grayscale: #A9A9A9. Windows color (decimal): -294746 or 10911995. OLE color: 10911995.
HSL color Cylindrical-coordinate representation of color #FB80A6: hue angle of 341.46º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80A6 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 166 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.02 |
| HSL | 341.46º | 0.94% | 0.74% | - |
| HSV(B) | 341.46º | 0.49% | 0.98% | - |
| XYZ | 54.39 | 38.7 | 40.68 | - |
| YUV | 169.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 166 | 0 | 0.49 | 0.34 | 0.02 | 341.46 | 0.94 | 0.74 |
| Hex | FB | 80 | A6 | 0 | 31 | 22 | 2 | 155 | 5E | 4A |
| Octal | 373 | 200 | 246 | 0 | 61 | 42 | 2 | 525 | 136 | 112 |
| Binary | 11111011 | 10000000 | 10100110 | 0 | 110001 | 100010 | 10 | 101010101 | 1011110 | 1001010 |
Color Harmonies of #FB80A6
Complementary color
Monochromatic Colors of #FB80A6
Black with #FB80A6
Text Example
Text Example
White with #FB80A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80A6; }
p { color: rgb(251,128,166); }
H1.HeaderClassName
{
color: #FB80A6;
}
.AnyTagClassName
{
color: #FB80A6;
}
</style>
background-color css
<style>
a { background-color: #FB80A6; }
a { background-color: rgb(251,128,166); }
div.DivClassName
{
background-color: #FB80A6;
}
.BgClassName
{
background-color: #FB80A6;
}
</style>
border-color css
<style>
span { border-color: #FB80A6; }
span { border-color: rgb(251,128,166); }
td.TdClassName
{
border-color: #FB80A6;
}
.TagClassName
{
border-color: #FB80A6;
}
</style>