Shades of Tickle Me Pink #FF88B2
Tints of Tickle Me Pink #FF88B2
RGB
CMYK
RGB Variations
Color information
#FF88B2 (or 0xFF88B2) is known color: Tickle Me Pink. HEX triplet: FF, 88 and B2. RGB value is (255,136,178). Sum of RGB (Red+Green+Blue) = 255+136+178=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF88B2 is #00774D. Grayscale: #B0B0B0. Windows color (decimal): -30542 or 11700479. OLE color: 11700479.
HSL color Cylindrical-coordinate representation of color #FF88B2: hue angle of 338.82º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88B2 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 178 | - |
| CMYK | 0 | 0.47 | 0.30 | 0 |
| HSL | 338.82º | 1% | 0.77% | - |
| HSV(B) | 338.82º | 0.47% | 1% | - |
| XYZ | 58.08 | 42.08 | 47.18 | - |
| YUV | 176.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 178 | 0 | 0.47 | 0.30 | 0 | 338.82 | 1 | 0.77 |
| Hex | FF | 88 | B2 | 0 | 2F | 1E | 0 | 153 | 64 | 4D |
| Octal | 377 | 210 | 262 | 0 | 57 | 36 | 0 | 523 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10110010 | 0 | 101111 | 11110 | 0 | 101010011 | 1100100 | 1001101 |
Color Harmonies of #FF88B2
Complementary color
Monochromatic Colors of #FF88B2
Black with #FF88B2
Text Example
Text Example
White with #FF88B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88B2; }
p { color: rgb(255,136,178); }
H1.HeaderClassName
{
color: #FF88B2;
}
.AnyTagClassName
{
color: #FF88B2;
}
</style>
background-color css
<style>
a { background-color: #FF88B2; }
a { background-color: rgb(255,136,178); }
div.DivClassName
{
background-color: #FF88B2;
}
.BgClassName
{
background-color: #FF88B2;
}
</style>
border-color css
<style>
span { border-color: #FF88B2; }
span { border-color: rgb(255,136,178); }
td.TdClassName
{
border-color: #FF88B2;
}
.TagClassName
{
border-color: #FF88B2;
}
</style>