Shades of Tickle Me Pink #FB829B
Tints of Tickle Me Pink #FB829B
RGB
CMYK
RGB Variations
Color information
#FB829B (or 0xFB829B) is known color: Tickle Me Pink. HEX triplet: FB, 82 and 9B. RGB value is (251,130,155). Sum of RGB (Red+Green+Blue) = 251+130+155=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB829B is #047D64. Grayscale: #A9A9A9. Windows color (decimal): -294245 or 10191611. OLE color: 10191611.
HSL color Cylindrical-coordinate representation of color #FB829B: hue angle of 347.6º 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 #FB829B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 155 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.02 |
| HSL | 347.6º | 0.94% | 0.75% | - |
| HSV(B) | 347.6º | 0.48% | 0.98% | - |
| XYZ | 53.68 | 38.84 | 35.68 | - |
| YUV | 169.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 155 | 0 | 0.48 | 0.38 | 0.02 | 347.6 | 0.94 | 0.75 |
| Hex | FB | 82 | 9B | 0 | 30 | 26 | 2 | 15C | 5E | 4B |
| Octal | 373 | 202 | 233 | 0 | 60 | 46 | 2 | 534 | 136 | 113 |
| Binary | 11111011 | 10000010 | 10011011 | 0 | 110000 | 100110 | 10 | 101011100 | 1011110 | 1001011 |
Color Harmonies of #FB829B
Complementary color
Monochromatic Colors of #FB829B
Black with #FB829B
Text Example
Text Example
White with #FB829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB829B; }
p { color: rgb(251,130,155); }
H1.HeaderClassName
{
color: #FB829B;
}
.AnyTagClassName
{
color: #FB829B;
}
</style>
background-color css
<style>
a { background-color: #FB829B; }
a { background-color: rgb(251,130,155); }
div.DivClassName
{
background-color: #FB829B;
}
.BgClassName
{
background-color: #FB829B;
}
</style>
border-color css
<style>
span { border-color: #FB829B; }
span { border-color: rgb(251,130,155); }
td.TdClassName
{
border-color: #FB829B;
}
.TagClassName
{
border-color: #FB829B;
}
</style>