Shades of Tickle Me Pink #FB85B2
Tints of Tickle Me Pink #FB85B2
RGB
CMYK
RGB Variations
Color information
#FB85B2 (or 0xFB85B2) is known color: Tickle Me Pink. HEX triplet: FB, 85 and B2. RGB value is (251,133,178). Sum of RGB (Red+Green+Blue) = 251+133+178=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB85B2 is #047A4D. Grayscale: #ADADAD. Windows color (decimal): -293454 or 11699707. OLE color: 11699707.
HSL color Cylindrical-coordinate representation of color #FB85B2: hue angle of 337.12º 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 #FB85B2 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 178 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.02 |
| HSL | 337.12º | 0.94% | 0.75% | - |
| HSV(B) | 337.12º | 0.47% | 0.98% | - |
| XYZ | 56.21 | 40.5 | 46.97 | - |
| YUV | 173.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 178 | 0 | 0.47 | 0.29 | 0.02 | 337.12 | 0.94 | 0.75 |
| Hex | FB | 85 | B2 | 0 | 2F | 1D | 2 | 151 | 5E | 4B |
| Octal | 373 | 205 | 262 | 0 | 57 | 35 | 2 | 521 | 136 | 113 |
| Binary | 11111011 | 10000101 | 10110010 | 0 | 101111 | 11101 | 10 | 101010001 | 1011110 | 1001011 |
Color Harmonies of #FB85B2
Complementary color
Monochromatic Colors of #FB85B2
Black with #FB85B2
Text Example
Text Example
White with #FB85B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85B2; }
p { color: rgb(251,133,178); }
H1.HeaderClassName
{
color: #FB85B2;
}
.AnyTagClassName
{
color: #FB85B2;
}
</style>
background-color css
<style>
a { background-color: #FB85B2; }
a { background-color: rgb(251,133,178); }
div.DivClassName
{
background-color: #FB85B2;
}
.BgClassName
{
background-color: #FB85B2;
}
</style>
border-color css
<style>
span { border-color: #FB85B2; }
span { border-color: rgb(251,133,178); }
td.TdClassName
{
border-color: #FB85B2;
}
.TagClassName
{
border-color: #FB85B2;
}
</style>