Shades of Tickle Me Pink #FB82A4
Tints of Tickle Me Pink #FB82A4
RGB
CMYK
RGB Variations
Color information
#FB82A4 (or 0xFB82A4) is known color: Tickle Me Pink. HEX triplet: FB, 82 and A4. RGB value is (251,130,164). Sum of RGB (Red+Green+Blue) = 251+130+164=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB82A4 is #047D5B. Grayscale: #AAAAAA. Windows color (decimal): -294236 or 10781435. OLE color: 10781435.
HSL color Cylindrical-coordinate representation of color #FB82A4: hue angle of 343.14º 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 #FB82A4 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 164 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.02 |
| HSL | 343.14º | 0.94% | 0.75% | - |
| HSV(B) | 343.14º | 0.48% | 0.98% | - |
| XYZ | 54.47 | 39.15 | 39.81 | - |
| YUV | 170.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 164 | 0 | 0.48 | 0.35 | 0.02 | 343.14 | 0.94 | 0.75 |
| Hex | FB | 82 | A4 | 0 | 30 | 23 | 2 | 157 | 5E | 4B |
| Octal | 373 | 202 | 244 | 0 | 60 | 43 | 2 | 527 | 136 | 113 |
| Binary | 11111011 | 10000010 | 10100100 | 0 | 110000 | 100011 | 10 | 101010111 | 1011110 | 1001011 |
Color Harmonies of #FB82A4
Complementary color
Monochromatic Colors of #FB82A4
Black with #FB82A4
Text Example
Text Example
White with #FB82A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB82A4; }
p { color: rgb(251,130,164); }
H1.HeaderClassName
{
color: #FB82A4;
}
.AnyTagClassName
{
color: #FB82A4;
}
</style>
background-color css
<style>
a { background-color: #FB82A4; }
a { background-color: rgb(251,130,164); }
div.DivClassName
{
background-color: #FB82A4;
}
.BgClassName
{
background-color: #FB82A4;
}
</style>
border-color css
<style>
span { border-color: #FB82A4; }
span { border-color: rgb(251,130,164); }
td.TdClassName
{
border-color: #FB82A4;
}
.TagClassName
{
border-color: #FB82A4;
}
</style>