Shades of Tickle Me Pink #FF829C
Tints of Tickle Me Pink #FF829C
RGB
CMYK
RGB Variations
Color information
#FF829C (or 0xFF829C) is known color: Tickle Me Pink. HEX triplet: FF, 82 and 9C. RGB value is (255,130,156). Sum of RGB (Red+Green+Blue) = 255+130+156=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF829C is #007D63. Grayscale: #AAAAAA. Windows color (decimal): -32100 or 10257151. OLE color: 10257151.
HSL color Cylindrical-coordinate representation of color #FF829C: hue angle of 347.52º 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 #FF829C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 156 | - |
| CMYK | 0 | 0.49 | 0.39 | 0 |
| HSL | 347.52º | 1% | 0.75% | - |
| HSV(B) | 347.52º | 0.49% | 1% | - |
| XYZ | 55.22 | 39.63 | 36.19 | - |
| YUV | 170.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 156 | 0 | 0.49 | 0.39 | 0 | 347.52 | 1 | 0.75 |
| Hex | FF | 82 | 9C | 0 | 31 | 27 | 0 | 15C | 64 | 4B |
| Octal | 377 | 202 | 234 | 0 | 61 | 47 | 0 | 534 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10011100 | 0 | 110001 | 100111 | 0 | 101011100 | 1100100 | 1001011 |
Color Harmonies of #FF829C
Complementary color
Monochromatic Colors of #FF829C
Black with #FF829C
Text Example
Text Example
White with #FF829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF829C; }
p { color: rgb(255,130,156); }
H1.HeaderClassName
{
color: #FF829C;
}
.AnyTagClassName
{
color: #FF829C;
}
</style>
background-color css
<style>
a { background-color: #FF829C; }
a { background-color: rgb(255,130,156); }
div.DivClassName
{
background-color: #FF829C;
}
.BgClassName
{
background-color: #FF829C;
}
</style>
border-color css
<style>
span { border-color: #FF829C; }
span { border-color: rgb(255,130,156); }
td.TdClassName
{
border-color: #FF829C;
}
.TagClassName
{
border-color: #FF829C;
}
</style>