Shades of Tickle Me Pink #FF86AC
Tints of Tickle Me Pink #FF86AC
RGB
CMYK
RGB Variations
Color information
#FF86AC (or 0xFF86AC) is known color: Tickle Me Pink. HEX triplet: FF, 86 and AC. RGB value is (255,134,172). Sum of RGB (Red+Green+Blue) = 255+134+172=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF86AC is #007953. Grayscale: #AEAEAE. Windows color (decimal): -31060 or 11306751. OLE color: 11306751.
HSL color Cylindrical-coordinate representation of color #FF86AC: hue angle of 341.16º 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 #FF86AC is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 172 | - |
| CMYK | 0 | 0.47 | 0.33 | 0 |
| HSL | 341.16º | 1% | 0.76% | - |
| HSV(B) | 341.16º | 0.47% | 1% | - |
| XYZ | 57.21 | 41.29 | 43.98 | - |
| YUV | 174.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 172 | 0 | 0.47 | 0.33 | 0 | 341.16 | 1 | 0.76 |
| Hex | FF | 86 | AC | 0 | 2F | 21 | 0 | 155 | 64 | 4C |
| Octal | 377 | 206 | 254 | 0 | 57 | 41 | 0 | 525 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10101100 | 0 | 101111 | 100001 | 0 | 101010101 | 1100100 | 1001100 |
Color Harmonies of #FF86AC
Complementary color
Monochromatic Colors of #FF86AC
Black with #FF86AC
Text Example
Text Example
White with #FF86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86AC; }
p { color: rgb(255,134,172); }
H1.HeaderClassName
{
color: #FF86AC;
}
.AnyTagClassName
{
color: #FF86AC;
}
</style>
background-color css
<style>
a { background-color: #FF86AC; }
a { background-color: rgb(255,134,172); }
div.DivClassName
{
background-color: #FF86AC;
}
.BgClassName
{
background-color: #FF86AC;
}
</style>
border-color css
<style>
span { border-color: #FF86AC; }
span { border-color: rgb(255,134,172); }
td.TdClassName
{
border-color: #FF86AC;
}
.TagClassName
{
border-color: #FF86AC;
}
</style>