Shades of Tickle Me Pink #FD88B1
Tints of Tickle Me Pink #FD88B1
RGB
CMYK
RGB Variations
Color information
#FD88B1 (or 0xFD88B1) is known color: Tickle Me Pink. HEX triplet: FD, 88 and B1. RGB value is (253,136,177). Sum of RGB (Red+Green+Blue) = 253+136+177=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD88B1 is #02774E. Grayscale: #AFAFAF. Windows color (decimal): -161615 or 11634941. OLE color: 11634941.
HSL color Cylindrical-coordinate representation of color #FD88B1: hue angle of 338.97º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD88B1 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 177 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.01 |
| HSL | 338.97º | 0.97% | 0.76% | - |
| HSV(B) | 338.97º | 0.46% | 0.99% | - |
| XYZ | 57.25 | 41.67 | 46.62 | - |
| YUV | 175.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 177 | 0 | 0.46 | 0.30 | 0.01 | 338.97 | 0.97 | 0.76 |
| Hex | FD | 88 | B1 | 0 | 2E | 1E | 1 | 153 | 61 | 4C |
| Octal | 375 | 210 | 261 | 0 | 56 | 36 | 1 | 523 | 141 | 114 |
| Binary | 11111101 | 10001000 | 10110001 | 0 | 101110 | 11110 | 1 | 101010011 | 1100001 | 1001100 |
Color Harmonies of #FD88B1
Complementary color
Monochromatic Colors of #FD88B1
Black with #FD88B1
Text Example
Text Example
White with #FD88B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD88B1; }
p { color: rgb(253,136,177); }
H1.HeaderClassName
{
color: #FD88B1;
}
.AnyTagClassName
{
color: #FD88B1;
}
</style>
background-color css
<style>
a { background-color: #FD88B1; }
a { background-color: rgb(253,136,177); }
div.DivClassName
{
background-color: #FD88B1;
}
.BgClassName
{
background-color: #FD88B1;
}
</style>
border-color css
<style>
span { border-color: #FD88B1; }
span { border-color: rgb(253,136,177); }
td.TdClassName
{
border-color: #FD88B1;
}
.TagClassName
{
border-color: #FD88B1;
}
</style>