Shades of Tickle Me Pink #FD85A8
Tints of Tickle Me Pink #FD85A8
RGB
CMYK
RGB Variations
Color information
#FD85A8 (or 0xFD85A8) is known color: Tickle Me Pink. HEX triplet: FD, 85 and A8. RGB value is (253,133,168). Sum of RGB (Red+Green+Blue) = 253+133+168=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD85A8 is #027A57. Grayscale: #ACACAC. Windows color (decimal): -162392 or 11044349. OLE color: 11044349.
HSL color Cylindrical-coordinate representation of color #FD85A8: hue angle of 342.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 #FD85A8 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 168 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.01 |
| HSL | 342.5º | 0.97% | 0.76% | - |
| HSV(B) | 342.5º | 0.47% | 0.99% | - |
| XYZ | 55.96 | 40.48 | 41.91 | - |
| YUV | 172.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 168 | 0 | 0.47 | 0.34 | 0.01 | 342.5 | 0.97 | 0.76 |
| Hex | FD | 85 | A8 | 0 | 2F | 22 | 1 | 156 | 61 | 4C |
| Octal | 375 | 205 | 250 | 0 | 57 | 42 | 1 | 526 | 141 | 114 |
| Binary | 11111101 | 10000101 | 10101000 | 0 | 101111 | 100010 | 1 | 101010110 | 1100001 | 1001100 |
Color Harmonies of #FD85A8
Complementary color
Monochromatic Colors of #FD85A8
Black with #FD85A8
Text Example
Text Example
White with #FD85A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD85A8; }
p { color: rgb(253,133,168); }
H1.HeaderClassName
{
color: #FD85A8;
}
.AnyTagClassName
{
color: #FD85A8;
}
</style>
background-color css
<style>
a { background-color: #FD85A8; }
a { background-color: rgb(253,133,168); }
div.DivClassName
{
background-color: #FD85A8;
}
.BgClassName
{
background-color: #FD85A8;
}
</style>
border-color css
<style>
span { border-color: #FD85A8; }
span { border-color: rgb(253,133,168); }
td.TdClassName
{
border-color: #FD85A8;
}
.TagClassName
{
border-color: #FD85A8;
}
</style>