Shades of Tickle Me Pink #FB80B1
Tints of Tickle Me Pink #FB80B1
RGB
CMYK
RGB Variations
Color information
#FB80B1 (or 0xFB80B1) is known color: Tickle Me Pink. HEX triplet: FB, 80 and B1. RGB value is (251,128,177). Sum of RGB (Red+Green+Blue) = 251+128+177=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB80B1 is #047F4E. Grayscale: #AAAAAA. Windows color (decimal): -294735 or 11632891. OLE color: 11632891.
HSL color Cylindrical-coordinate representation of color #FB80B1: hue angle of 336.1º 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 #FB80B1 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 177 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.02 |
| HSL | 336.1º | 0.94% | 0.74% | - |
| HSV(B) | 336.1º | 0.49% | 0.98% | - |
| XYZ | 55.44 | 39.12 | 46.22 | - |
| YUV | 170.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 177 | 0 | 0.49 | 0.29 | 0.02 | 336.1 | 0.94 | 0.74 |
| Hex | FB | 80 | B1 | 0 | 31 | 1D | 2 | 150 | 5E | 4A |
| Octal | 373 | 200 | 261 | 0 | 61 | 35 | 2 | 520 | 136 | 112 |
| Binary | 11111011 | 10000000 | 10110001 | 0 | 110001 | 11101 | 10 | 101010000 | 1011110 | 1001010 |
Color Harmonies of #FB80B1
Complementary color
Monochromatic Colors of #FB80B1
Black with #FB80B1
Text Example
Text Example
White with #FB80B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80B1; }
p { color: rgb(251,128,177); }
H1.HeaderClassName
{
color: #FB80B1;
}
.AnyTagClassName
{
color: #FB80B1;
}
</style>
background-color css
<style>
a { background-color: #FB80B1; }
a { background-color: rgb(251,128,177); }
div.DivClassName
{
background-color: #FB80B1;
}
.BgClassName
{
background-color: #FB80B1;
}
</style>
border-color css
<style>
span { border-color: #FB80B1; }
span { border-color: rgb(251,128,177); }
td.TdClassName
{
border-color: #FB80B1;
}
.TagClassName
{
border-color: #FB80B1;
}
</style>