Shades of Tickle Me Pink #FB83B2
Tints of Tickle Me Pink #FB83B2
RGB
CMYK
RGB Variations
Color information
#FB83B2 (or 0xFB83B2) is known color: Tickle Me Pink. HEX triplet: FB, 83 and B2. RGB value is (251,131,178). Sum of RGB (Red+Green+Blue) = 251+131+178=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB83B2 is #047C4D. Grayscale: #ACACAC. Windows color (decimal): -293966 or 11699195. OLE color: 11699195.
HSL color Cylindrical-coordinate representation of color #FB83B2: hue angle of 336.5º 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 #FB83B2 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 178 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.02 |
| HSL | 336.5º | 0.94% | 0.75% | - |
| HSV(B) | 336.5º | 0.48% | 0.98% | - |
| XYZ | 55.94 | 39.96 | 46.88 | - |
| YUV | 172.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 178 | 0 | 0.48 | 0.29 | 0.02 | 336.5 | 0.94 | 0.75 |
| Hex | FB | 83 | B2 | 0 | 30 | 1D | 2 | 150 | 5E | 4B |
| Octal | 373 | 203 | 262 | 0 | 60 | 35 | 2 | 520 | 136 | 113 |
| Binary | 11111011 | 10000011 | 10110010 | 0 | 110000 | 11101 | 10 | 101010000 | 1011110 | 1001011 |
Color Harmonies of #FB83B2
Complementary color
Monochromatic Colors of #FB83B2
Black with #FB83B2
Text Example
Text Example
White with #FB83B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83B2; }
p { color: rgb(251,131,178); }
H1.HeaderClassName
{
color: #FB83B2;
}
.AnyTagClassName
{
color: #FB83B2;
}
</style>
background-color css
<style>
a { background-color: #FB83B2; }
a { background-color: rgb(251,131,178); }
div.DivClassName
{
background-color: #FB83B2;
}
.BgClassName
{
background-color: #FB83B2;
}
</style>
border-color css
<style>
span { border-color: #FB83B2; }
span { border-color: rgb(251,131,178); }
td.TdClassName
{
border-color: #FB83B2;
}
.TagClassName
{
border-color: #FB83B2;
}
</style>