Shades of Tickle Me Pink #FD829B
Tints of Tickle Me Pink #FD829B
RGB
CMYK
RGB Variations
Color information
#FD829B (or 0xFD829B) is known color: Tickle Me Pink. HEX triplet: FD, 82 and 9B. RGB value is (253,130,155). Sum of RGB (Red+Green+Blue) = 253+130+155=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FD829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD829B is #027D64. Grayscale: #A9A9A9. Windows color (decimal): -163173 or 10191613. OLE color: 10191613.
HSL color Cylindrical-coordinate representation of color #FD829B: hue angle of 347.8º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD829B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 155 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.01 |
| HSL | 347.8º | 0.97% | 0.75% | - |
| HSV(B) | 347.8º | 0.49% | 0.99% | - |
| XYZ | 54.41 | 39.21 | 35.71 | - |
| YUV | 169.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 155 | 0 | 0.49 | 0.39 | 0.01 | 347.8 | 0.97 | 0.75 |
| Hex | FD | 82 | 9B | 0 | 31 | 27 | 1 | 15C | 61 | 4B |
| Octal | 375 | 202 | 233 | 0 | 61 | 47 | 1 | 534 | 141 | 113 |
| Binary | 11111101 | 10000010 | 10011011 | 0 | 110001 | 100111 | 1 | 101011100 | 1100001 | 1001011 |
Color Harmonies of #FD829B
Complementary color
Monochromatic Colors of #FD829B
Black with #FD829B
Text Example
Text Example
White with #FD829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD829B; }
p { color: rgb(253,130,155); }
H1.HeaderClassName
{
color: #FD829B;
}
.AnyTagClassName
{
color: #FD829B;
}
</style>
background-color css
<style>
a { background-color: #FD829B; }
a { background-color: rgb(253,130,155); }
div.DivClassName
{
background-color: #FD829B;
}
.BgClassName
{
background-color: #FD829B;
}
</style>
border-color css
<style>
span { border-color: #FD829B; }
span { border-color: rgb(253,130,155); }
td.TdClassName
{
border-color: #FD829B;
}
.TagClassName
{
border-color: #FD829B;
}
</style>