Shades of Tickle Me Pink #FB8296
Tints of Tickle Me Pink #FB8296
RGB
CMYK
RGB Variations
Color information
#FB8296 (or 0xFB8296) is known color: Tickle Me Pink. HEX triplet: FB, 82 and 96. RGB value is (251,130,150). Sum of RGB (Red+Green+Blue) = 251+130+150=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8296 is #047D69. Grayscale: #A8A8A8. Windows color (decimal): -294250 or 9863931. OLE color: 9863931.
HSL color Cylindrical-coordinate representation of color #FB8296: hue angle of 350.08º 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 #FB8296 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 150 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.02 |
| HSL | 350.08º | 0.94% | 0.75% | - |
| HSV(B) | 350.08º | 0.48% | 0.98% | - |
| XYZ | 53.27 | 38.68 | 33.51 | - |
| YUV | 168.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 150 | 0 | 0.48 | 0.40 | 0.02 | 350.08 | 0.94 | 0.75 |
| Hex | FB | 82 | 96 | 0 | 30 | 28 | 2 | 15E | 5E | 4B |
| Octal | 373 | 202 | 226 | 0 | 60 | 50 | 2 | 536 | 136 | 113 |
| Binary | 11111011 | 10000010 | 10010110 | 0 | 110000 | 101000 | 10 | 101011110 | 1011110 | 1001011 |
Color Harmonies of #FB8296
Complementary color
Monochromatic Colors of #FB8296
Black with #FB8296
Text Example
Text Example
White with #FB8296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8296; }
p { color: rgb(251,130,150); }
H1.HeaderClassName
{
color: #FB8296;
}
.AnyTagClassName
{
color: #FB8296;
}
</style>
background-color css
<style>
a { background-color: #FB8296; }
a { background-color: rgb(251,130,150); }
div.DivClassName
{
background-color: #FB8296;
}
.BgClassName
{
background-color: #FB8296;
}
</style>
border-color css
<style>
span { border-color: #FB8296; }
span { border-color: rgb(251,130,150); }
td.TdClassName
{
border-color: #FB8296;
}
.TagClassName
{
border-color: #FB8296;
}
</style>