Shades of Tickle Me Pink #FF8DB0
Tints of Tickle Me Pink #FF8DB0
RGB
CMYK
RGB Variations
Color information
#FF8DB0 (or 0xFF8DB0) is known color: Tickle Me Pink. HEX triplet: FF, 8D and B0. RGB value is (255,141,176). Sum of RGB (Red+Green+Blue) = 255+141+176=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DB0 is #00724F. Grayscale: #B3B3B3. Windows color (decimal): -29264 or 11570687. OLE color: 11570687.
HSL color Cylindrical-coordinate representation of color #FF8DB0: hue angle of 341.58º 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 #FF8DB0 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 176 | - |
| CMYK | 0 | 0.45 | 0.31 | 0 |
| HSL | 341.58º | 1% | 0.78% | - |
| HSV(B) | 341.58º | 0.45% | 1% | - |
| XYZ | 58.6 | 43.44 | 46.37 | - |
| YUV | 179.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 176 | 0 | 0.45 | 0.31 | 0 | 341.58 | 1 | 0.78 |
| Hex | FF | 8D | B0 | 0 | 2D | 1F | 0 | 156 | 64 | 4E |
| Octal | 377 | 215 | 260 | 0 | 55 | 37 | 0 | 526 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10110000 | 0 | 101101 | 11111 | 0 | 101010110 | 1100100 | 1001110 |
Color Harmonies of #FF8DB0
Complementary color
Monochromatic Colors of #FF8DB0
Black with #FF8DB0
Text Example
Text Example
White with #FF8DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DB0; }
p { color: rgb(255,141,176); }
H1.HeaderClassName
{
color: #FF8DB0;
}
.AnyTagClassName
{
color: #FF8DB0;
}
</style>
background-color css
<style>
a { background-color: #FF8DB0; }
a { background-color: rgb(255,141,176); }
div.DivClassName
{
background-color: #FF8DB0;
}
.BgClassName
{
background-color: #FF8DB0;
}
</style>
border-color css
<style>
span { border-color: #FF8DB0; }
span { border-color: rgb(255,141,176); }
td.TdClassName
{
border-color: #FF8DB0;
}
.TagClassName
{
border-color: #FF8DB0;
}
</style>