Shades of Tickle Me Pink #FF8DB1
Tints of Tickle Me Pink #FF8DB1
RGB
CMYK
RGB Variations
Color information
#FF8DB1 (or 0xFF8DB1) is known color: Tickle Me Pink. HEX triplet: FF, 8D and B1. RGB value is (255,141,177). Sum of RGB (Red+Green+Blue) = 255+141+177=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DB1 is #00724E. Grayscale: #B3B3B3. Windows color (decimal): -29263 or 11636223. OLE color: 11636223.
HSL color Cylindrical-coordinate representation of color #FF8DB1: hue angle of 341.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DB1 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 177 | - |
| CMYK | 0 | 0.45 | 0.31 | 0 |
| HSL | 341.05º | 1% | 0.78% | - |
| HSV(B) | 341.05º | 0.45% | 1% | - |
| XYZ | 58.7 | 43.48 | 46.89 | - |
| YUV | 179.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 177 | 0 | 0.45 | 0.31 | 0 | 341.05 | 1 | 0.78 |
| Hex | FF | 8D | B1 | 0 | 2D | 1F | 0 | 155 | 64 | 4E |
| Octal | 377 | 215 | 261 | 0 | 55 | 37 | 0 | 525 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10110001 | 0 | 101101 | 11111 | 0 | 101010101 | 1100100 | 1001110 |
Color Harmonies of #FF8DB1
Complementary color
Monochromatic Colors of #FF8DB1
Black with #FF8DB1
Text Example
Text Example
White with #FF8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DB1; }
p { color: rgb(255,141,177); }
H1.HeaderClassName
{
color: #FF8DB1;
}
.AnyTagClassName
{
color: #FF8DB1;
}
</style>
background-color css
<style>
a { background-color: #FF8DB1; }
a { background-color: rgb(255,141,177); }
div.DivClassName
{
background-color: #FF8DB1;
}
.BgClassName
{
background-color: #FF8DB1;
}
</style>
border-color css
<style>
span { border-color: #FF8DB1; }
span { border-color: rgb(255,141,177); }
td.TdClassName
{
border-color: #FF8DB1;
}
.TagClassName
{
border-color: #FF8DB1;
}
</style>