Shades of Tickle Me Pink #FB829A
Tints of Tickle Me Pink #FB829A
RGB
CMYK
RGB Variations
Color information
#FB829A (or 0xFB829A) is known color: Tickle Me Pink. HEX triplet: FB, 82 and 9A. RGB value is (251,130,154). Sum of RGB (Red+Green+Blue) = 251+130+154=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB829A is #047D65. Grayscale: #A8A8A8. Windows color (decimal): -294246 or 10126075. OLE color: 10126075.
HSL color Cylindrical-coordinate representation of color #FB829A: hue angle of 348.1º 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 #FB829A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 154 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.02 |
| HSL | 348.1º | 0.94% | 0.75% | - |
| HSV(B) | 348.1º | 0.48% | 0.98% | - |
| XYZ | 53.6 | 38.81 | 35.24 | - |
| YUV | 168.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 154 | 0 | 0.48 | 0.39 | 0.02 | 348.1 | 0.94 | 0.75 |
| Hex | FB | 82 | 9A | 0 | 30 | 27 | 2 | 15C | 5E | 4B |
| Octal | 373 | 202 | 232 | 0 | 60 | 47 | 2 | 534 | 136 | 113 |
| Binary | 11111011 | 10000010 | 10011010 | 0 | 110000 | 100111 | 10 | 101011100 | 1011110 | 1001011 |
Color Harmonies of #FB829A
Complementary color
Monochromatic Colors of #FB829A
Black with #FB829A
Text Example
Text Example
White with #FB829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB829A; }
p { color: rgb(251,130,154); }
H1.HeaderClassName
{
color: #FB829A;
}
.AnyTagClassName
{
color: #FB829A;
}
</style>
background-color css
<style>
a { background-color: #FB829A; }
a { background-color: rgb(251,130,154); }
div.DivClassName
{
background-color: #FB829A;
}
.BgClassName
{
background-color: #FB829A;
}
</style>
border-color css
<style>
span { border-color: #FB829A; }
span { border-color: rgb(251,130,154); }
td.TdClassName
{
border-color: #FB829A;
}
.TagClassName
{
border-color: #FB829A;
}
</style>