Shades of Tickle Me Pink #FD859C
Tints of Tickle Me Pink #FD859C
RGB
CMYK
RGB Variations
Color information
#FD859C (or 0xFD859C) is known color: Tickle Me Pink. HEX triplet: FD, 85 and 9C. RGB value is (253,133,156). Sum of RGB (Red+Green+Blue) = 253+133+156=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD859C is #027A63. Grayscale: #ABABAB. Windows color (decimal): -162404 or 10257917. OLE color: 10257917.
HSL color Cylindrical-coordinate representation of color #FD859C: hue angle of 348.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD859C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 156 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.01 |
| HSL | 348.5º | 0.97% | 0.76% | - |
| HSV(B) | 348.5º | 0.47% | 0.99% | - |
| XYZ | 54.9 | 40.06 | 36.29 | - |
| YUV | 171.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 156 | 0 | 0.47 | 0.38 | 0.01 | 348.5 | 0.97 | 0.76 |
| Hex | FD | 85 | 9C | 0 | 2F | 26 | 1 | 15C | 61 | 4C |
| Octal | 375 | 205 | 234 | 0 | 57 | 46 | 1 | 534 | 141 | 114 |
| Binary | 11111101 | 10000101 | 10011100 | 0 | 101111 | 100110 | 1 | 101011100 | 1100001 | 1001100 |
Color Harmonies of #FD859C
Complementary color
Monochromatic Colors of #FD859C
Black with #FD859C
Text Example
Text Example
White with #FD859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD859C; }
p { color: rgb(253,133,156); }
H1.HeaderClassName
{
color: #FD859C;
}
.AnyTagClassName
{
color: #FD859C;
}
</style>
background-color css
<style>
a { background-color: #FD859C; }
a { background-color: rgb(253,133,156); }
div.DivClassName
{
background-color: #FD859C;
}
.BgClassName
{
background-color: #FD859C;
}
</style>
border-color css
<style>
span { border-color: #FD859C; }
span { border-color: rgb(253,133,156); }
td.TdClassName
{
border-color: #FD859C;
}
.TagClassName
{
border-color: #FD859C;
}
</style>