Shades of Tickle Me Pink #FD80A8
Tints of Tickle Me Pink #FD80A8
RGB
CMYK
RGB Variations
Color information
#FD80A8 (or 0xFD80A8) is known color: Tickle Me Pink. HEX triplet: FD, 80 and A8. RGB value is (253,128,168). Sum of RGB (Red+Green+Blue) = 253+128+168=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD80A8 is #027F57. Grayscale: #A9A9A9. Windows color (decimal): -163672 or 11043069. OLE color: 11043069.
HSL color Cylindrical-coordinate representation of color #FD80A8: hue angle of 340.8º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD80A8 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 168 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.01 |
| HSL | 340.8º | 0.97% | 0.75% | - |
| HSV(B) | 340.8º | 0.49% | 0.99% | - |
| XYZ | 55.3 | 39.15 | 41.69 | - |
| YUV | 169.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 168 | 0 | 0.49 | 0.34 | 0.01 | 340.8 | 0.97 | 0.75 |
| Hex | FD | 80 | A8 | 0 | 31 | 22 | 1 | 155 | 61 | 4B |
| Octal | 375 | 200 | 250 | 0 | 61 | 42 | 1 | 525 | 141 | 113 |
| Binary | 11111101 | 10000000 | 10101000 | 0 | 110001 | 100010 | 1 | 101010101 | 1100001 | 1001011 |
Color Harmonies of #FD80A8
Complementary color
Monochromatic Colors of #FD80A8
Black with #FD80A8
Text Example
Text Example
White with #FD80A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80A8; }
p { color: rgb(253,128,168); }
H1.HeaderClassName
{
color: #FD80A8;
}
.AnyTagClassName
{
color: #FD80A8;
}
</style>
background-color css
<style>
a { background-color: #FD80A8; }
a { background-color: rgb(253,128,168); }
div.DivClassName
{
background-color: #FD80A8;
}
.BgClassName
{
background-color: #FD80A8;
}
</style>
border-color css
<style>
span { border-color: #FD80A8; }
span { border-color: rgb(253,128,168); }
td.TdClassName
{
border-color: #FD80A8;
}
.TagClassName
{
border-color: #FD80A8;
}
</style>