Shades of Tickle Me Pink #FF86A8
Tints of Tickle Me Pink #FF86A8
RGB
CMYK
RGB Variations
Color information
#FF86A8 (or 0xFF86A8) is known color: Tickle Me Pink. HEX triplet: FF, 86 and A8. RGB value is (255,134,168). Sum of RGB (Red+Green+Blue) = 255+134+168=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF86A8 is #007957. Grayscale: #AEAEAE. Windows color (decimal): -31064 or 11044607. OLE color: 11044607.
HSL color Cylindrical-coordinate representation of color #FF86A8: hue angle of 343.14º 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 #FF86A8 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 168 | - |
| CMYK | 0 | 0.47 | 0.34 | 0 |
| HSL | 343.14º | 1% | 0.76% | - |
| HSV(B) | 343.14º | 0.47% | 1% | - |
| XYZ | 56.83 | 41.14 | 41.99 | - |
| YUV | 174.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 168 | 0 | 0.47 | 0.34 | 0 | 343.14 | 1 | 0.76 |
| Hex | FF | 86 | A8 | 0 | 2F | 22 | 0 | 157 | 64 | 4C |
| Octal | 377 | 206 | 250 | 0 | 57 | 42 | 0 | 527 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10101000 | 0 | 101111 | 100010 | 0 | 101010111 | 1100100 | 1001100 |
Color Harmonies of #FF86A8
Complementary color
Monochromatic Colors of #FF86A8
Black with #FF86A8
Text Example
Text Example
White with #FF86A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86A8; }
p { color: rgb(255,134,168); }
H1.HeaderClassName
{
color: #FF86A8;
}
.AnyTagClassName
{
color: #FF86A8;
}
</style>
background-color css
<style>
a { background-color: #FF86A8; }
a { background-color: rgb(255,134,168); }
div.DivClassName
{
background-color: #FF86A8;
}
.BgClassName
{
background-color: #FF86A8;
}
</style>
border-color css
<style>
span { border-color: #FF86A8; }
span { border-color: rgb(255,134,168); }
td.TdClassName
{
border-color: #FF86A8;
}
.TagClassName
{
border-color: #FF86A8;
}
</style>