Shades of Tickle Me Pink #FB84A0
Tints of Tickle Me Pink #FB84A0
RGB
CMYK
RGB Variations
Color information
#FB84A0 (or 0xFB84A0) is known color: Tickle Me Pink. HEX triplet: FB, 84 and A0. RGB value is (251,132,160). Sum of RGB (Red+Green+Blue) = 251+132+160=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB84A0 is #047B5F. Grayscale: #AAAAAA. Windows color (decimal): -293728 or 10519803. OLE color: 10519803.
HSL color Cylindrical-coordinate representation of color #FB84A0: hue angle of 345.88º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84A0 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 160 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.02 |
| HSL | 345.88º | 0.94% | 0.75% | - |
| HSV(B) | 345.88º | 0.47% | 0.98% | - |
| XYZ | 54.38 | 39.55 | 38.03 | - |
| YUV | 170.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 160 | 0 | 0.47 | 0.36 | 0.02 | 345.88 | 0.94 | 0.75 |
| Hex | FB | 84 | A0 | 0 | 2F | 24 | 2 | 15A | 5E | 4B |
| Octal | 373 | 204 | 240 | 0 | 57 | 44 | 2 | 532 | 136 | 113 |
| Binary | 11111011 | 10000100 | 10100000 | 0 | 101111 | 100100 | 10 | 101011010 | 1011110 | 1001011 |
Color Harmonies of #FB84A0
Complementary color
Monochromatic Colors of #FB84A0
Black with #FB84A0
Text Example
Text Example
White with #FB84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB84A0; }
p { color: rgb(251,132,160); }
H1.HeaderClassName
{
color: #FB84A0;
}
.AnyTagClassName
{
color: #FB84A0;
}
</style>
background-color css
<style>
a { background-color: #FB84A0; }
a { background-color: rgb(251,132,160); }
div.DivClassName
{
background-color: #FB84A0;
}
.BgClassName
{
background-color: #FB84A0;
}
</style>
border-color css
<style>
span { border-color: #FB84A0; }
span { border-color: rgb(251,132,160); }
td.TdClassName
{
border-color: #FB84A0;
}
.TagClassName
{
border-color: #FB84A0;
}
</style>