Shades of Tickle Me Pink #FF869C
Tints of Tickle Me Pink #FF869C
RGB
CMYK
RGB Variations
Color information
#FF869C (or 0xFF869C) is known color: Tickle Me Pink. HEX triplet: FF, 86 and 9C. RGB value is (255,134,156). Sum of RGB (Red+Green+Blue) = 255+134+156=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF869C is #007963. Grayscale: #ACACAC. Windows color (decimal): -31076 or 10258175. OLE color: 10258175.
HSL color Cylindrical-coordinate representation of color #FF869C: hue angle of 349.09º 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 #FF869C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 156 | - |
| CMYK | 0 | 0.47 | 0.39 | 0 |
| HSL | 349.09º | 1% | 0.76% | - |
| HSV(B) | 349.09º | 0.47% | 1% | - |
| XYZ | 55.77 | 40.71 | 36.37 | - |
| YUV | 172.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 156 | 0 | 0.47 | 0.39 | 0 | 349.09 | 1 | 0.76 |
| Hex | FF | 86 | 9C | 0 | 2F | 27 | 0 | 15D | 64 | 4C |
| Octal | 377 | 206 | 234 | 0 | 57 | 47 | 0 | 535 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10011100 | 0 | 101111 | 100111 | 0 | 101011101 | 1100100 | 1001100 |
Color Harmonies of #FF869C
Complementary color
Monochromatic Colors of #FF869C
Black with #FF869C
Text Example
Text Example
White with #FF869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF869C; }
p { color: rgb(255,134,156); }
H1.HeaderClassName
{
color: #FF869C;
}
.AnyTagClassName
{
color: #FF869C;
}
</style>
background-color css
<style>
a { background-color: #FF869C; }
a { background-color: rgb(255,134,156); }
div.DivClassName
{
background-color: #FF869C;
}
.BgClassName
{
background-color: #FF869C;
}
</style>
border-color css
<style>
span { border-color: #FF869C; }
span { border-color: rgb(255,134,156); }
td.TdClassName
{
border-color: #FF869C;
}
.TagClassName
{
border-color: #FF869C;
}
</style>