Shades of Tickle Me Pink #FB829D
Tints of Tickle Me Pink #FB829D
RGB
CMYK
RGB Variations
Color information
#FB829D (or 0xFB829D) is known color: Tickle Me Pink. HEX triplet: FB, 82 and 9D. RGB value is (251,130,157). Sum of RGB (Red+Green+Blue) = 251+130+157=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB829D is #047D62. Grayscale: #A9A9A9. Windows color (decimal): -294243 or 10322683. OLE color: 10322683.
HSL color Cylindrical-coordinate representation of color #FB829D: hue angle of 346.61º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB829D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 157 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.02 |
| HSL | 346.61º | 0.94% | 0.75% | - |
| HSV(B) | 346.61º | 0.48% | 0.98% | - |
| XYZ | 53.85 | 38.91 | 36.57 | - |
| YUV | 169.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 157 | 0 | 0.48 | 0.37 | 0.02 | 346.61 | 0.94 | 0.75 |
| Hex | FB | 82 | 9D | 0 | 30 | 25 | 2 | 15B | 5E | 4B |
| Octal | 373 | 202 | 235 | 0 | 60 | 45 | 2 | 533 | 136 | 113 |
| Binary | 11111011 | 10000010 | 10011101 | 0 | 110000 | 100101 | 10 | 101011011 | 1011110 | 1001011 |
Color Harmonies of #FB829D
Complementary color
Monochromatic Colors of #FB829D
Black with #FB829D
Text Example
Text Example
White with #FB829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB829D; }
p { color: rgb(251,130,157); }
H1.HeaderClassName
{
color: #FB829D;
}
.AnyTagClassName
{
color: #FB829D;
}
</style>
background-color css
<style>
a { background-color: #FB829D; }
a { background-color: rgb(251,130,157); }
div.DivClassName
{
background-color: #FB829D;
}
.BgClassName
{
background-color: #FB829D;
}
</style>
border-color css
<style>
span { border-color: #FB829D; }
span { border-color: rgb(251,130,157); }
td.TdClassName
{
border-color: #FB829D;
}
.TagClassName
{
border-color: #FB829D;
}
</style>