Shades of Tickle Me Pink #FF829E
Tints of Tickle Me Pink #FF829E
RGB
CMYK
RGB Variations
Color information
#FF829E (or 0xFF829E) is known color: Tickle Me Pink. HEX triplet: FF, 82 and 9E. RGB value is (255,130,158). Sum of RGB (Red+Green+Blue) = 255+130+158=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF829E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF829E is #007D61. Grayscale: #AAAAAA. Windows color (decimal): -32098 or 10388223. OLE color: 10388223.
HSL color Cylindrical-coordinate representation of color #FF829E: hue angle of 346.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF829E is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 158 | - |
| CMYK | 0 | 0.49 | 0.38 | 0 |
| HSL | 346.56º | 1% | 0.75% | - |
| HSV(B) | 346.56º | 0.49% | 1% | - |
| XYZ | 55.39 | 39.69 | 37.09 | - |
| YUV | 170.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 158 | 0 | 0.49 | 0.38 | 0 | 346.56 | 1 | 0.75 |
| Hex | FF | 82 | 9E | 0 | 31 | 26 | 0 | 15B | 64 | 4B |
| Octal | 377 | 202 | 236 | 0 | 61 | 46 | 0 | 533 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10011110 | 0 | 110001 | 100110 | 0 | 101011011 | 1100100 | 1001011 |
Color Harmonies of #FF829E
Complementary color
Monochromatic Colors of #FF829E
Black with #FF829E
Text Example
Text Example
White with #FF829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF829E; }
p { color: rgb(255,130,158); }
H1.HeaderClassName
{
color: #FF829E;
}
.AnyTagClassName
{
color: #FF829E;
}
</style>
background-color css
<style>
a { background-color: #FF829E; }
a { background-color: rgb(255,130,158); }
div.DivClassName
{
background-color: #FF829E;
}
.BgClassName
{
background-color: #FF829E;
}
</style>
border-color css
<style>
span { border-color: #FF829E; }
span { border-color: rgb(255,130,158); }
td.TdClassName
{
border-color: #FF829E;
}
.TagClassName
{
border-color: #FF829E;
}
</style>