Shades of Tickle Me Pink #FF869B
Tints of Tickle Me Pink #FF869B
RGB
CMYK
RGB Variations
Color information
#FF869B (or 0xFF869B) is known color: Tickle Me Pink. HEX triplet: FF, 86 and 9B. RGB value is (255,134,155). Sum of RGB (Red+Green+Blue) = 255+134+155=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF869B is #007964. Grayscale: #ACACAC. Windows color (decimal): -31077 or 10192639. OLE color: 10192639.
HSL color Cylindrical-coordinate representation of color #FF869B: hue angle of 349.59º 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 #FF869B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 155 | - |
| CMYK | 0 | 0.47 | 0.39 | 0 |
| HSL | 349.59º | 1% | 0.76% | - |
| HSV(B) | 349.59º | 0.47% | 1% | - |
| XYZ | 55.68 | 40.68 | 35.93 | - |
| YUV | 172.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 155 | 0 | 0.47 | 0.39 | 0 | 349.59 | 1 | 0.76 |
| Hex | FF | 86 | 9B | 0 | 2F | 27 | 0 | 15E | 64 | 4C |
| Octal | 377 | 206 | 233 | 0 | 57 | 47 | 0 | 536 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10011011 | 0 | 101111 | 100111 | 0 | 101011110 | 1100100 | 1001100 |
Color Harmonies of #FF869B
Complementary color
Monochromatic Colors of #FF869B
Black with #FF869B
Text Example
Text Example
White with #FF869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF869B; }
p { color: rgb(255,134,155); }
H1.HeaderClassName
{
color: #FF869B;
}
.AnyTagClassName
{
color: #FF869B;
}
</style>
background-color css
<style>
a { background-color: #FF869B; }
a { background-color: rgb(255,134,155); }
div.DivClassName
{
background-color: #FF869B;
}
.BgClassName
{
background-color: #FF869B;
}
</style>
border-color css
<style>
span { border-color: #FF869B; }
span { border-color: rgb(255,134,155); }
td.TdClassName
{
border-color: #FF869B;
}
.TagClassName
{
border-color: #FF869B;
}
</style>