Shades of Tickle Me Pink #FF86AB
Tints of Tickle Me Pink #FF86AB
RGB
CMYK
RGB Variations
Color information
#FF86AB (or 0xFF86AB) is known color: Tickle Me Pink. HEX triplet: FF, 86 and AB. RGB value is (255,134,171). Sum of RGB (Red+Green+Blue) = 255+134+171=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF86AB is #007954. Grayscale: #AEAEAE. Windows color (decimal): -31061 or 11241215. OLE color: 11241215.
HSL color Cylindrical-coordinate representation of color #FF86AB: hue angle of 341.65º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86AB is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 171 | - |
| CMYK | 0 | 0.47 | 0.33 | 0 |
| HSL | 341.65º | 1% | 0.76% | - |
| HSV(B) | 341.65º | 0.47% | 1% | - |
| XYZ | 57.12 | 41.25 | 43.48 | - |
| YUV | 174.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 171 | 0 | 0.47 | 0.33 | 0 | 341.65 | 1 | 0.76 |
| Hex | FF | 86 | AB | 0 | 2F | 21 | 0 | 156 | 64 | 4C |
| Octal | 377 | 206 | 253 | 0 | 57 | 41 | 0 | 526 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10101011 | 0 | 101111 | 100001 | 0 | 101010110 | 1100100 | 1001100 |
Color Harmonies of #FF86AB
Complementary color
Monochromatic Colors of #FF86AB
Black with #FF86AB
Text Example
Text Example
White with #FF86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86AB; }
p { color: rgb(255,134,171); }
H1.HeaderClassName
{
color: #FF86AB;
}
.AnyTagClassName
{
color: #FF86AB;
}
</style>
background-color css
<style>
a { background-color: #FF86AB; }
a { background-color: rgb(255,134,171); }
div.DivClassName
{
background-color: #FF86AB;
}
.BgClassName
{
background-color: #FF86AB;
}
</style>
border-color css
<style>
span { border-color: #FF86AB; }
span { border-color: rgb(255,134,171); }
td.TdClassName
{
border-color: #FF86AB;
}
.TagClassName
{
border-color: #FF86AB;
}
</style>