Shades of Tickle Me Pink #FF86AA
Tints of Tickle Me Pink #FF86AA
RGB
CMYK
RGB Variations
Color information
#FF86AA (or 0xFF86AA) is known color: Tickle Me Pink. HEX triplet: FF, 86 and AA. RGB value is (255,134,170). Sum of RGB (Red+Green+Blue) = 255+134+170=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF86AA is #007955. Grayscale: #AEAEAE. Windows color (decimal): -31062 or 11175679. OLE color: 11175679.
HSL color Cylindrical-coordinate representation of color #FF86AA: hue angle of 342.15º 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 #FF86AA is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 170 | - |
| CMYK | 0 | 0.47 | 0.33 | 0 |
| HSL | 342.15º | 1% | 0.76% | - |
| HSV(B) | 342.15º | 0.47% | 1% | - |
| XYZ | 57.02 | 41.21 | 42.98 | - |
| YUV | 174.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 170 | 0 | 0.47 | 0.33 | 0 | 342.15 | 1 | 0.76 |
| Hex | FF | 86 | AA | 0 | 2F | 21 | 0 | 156 | 64 | 4C |
| Octal | 377 | 206 | 252 | 0 | 57 | 41 | 0 | 526 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10101010 | 0 | 101111 | 100001 | 0 | 101010110 | 1100100 | 1001100 |
Color Harmonies of #FF86AA
Complementary color
Monochromatic Colors of #FF86AA
Black with #FF86AA
Text Example
Text Example
White with #FF86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86AA; }
p { color: rgb(255,134,170); }
H1.HeaderClassName
{
color: #FF86AA;
}
.AnyTagClassName
{
color: #FF86AA;
}
</style>
background-color css
<style>
a { background-color: #FF86AA; }
a { background-color: rgb(255,134,170); }
div.DivClassName
{
background-color: #FF86AA;
}
.BgClassName
{
background-color: #FF86AA;
}
</style>
border-color css
<style>
span { border-color: #FF86AA; }
span { border-color: rgb(255,134,170); }
td.TdClassName
{
border-color: #FF86AA;
}
.TagClassName
{
border-color: #FF86AA;
}
</style>