Shades of Tickle Me Pink #FD81A8
Tints of Tickle Me Pink #FD81A8
RGB
CMYK
RGB Variations
Color information
#FD81A8 (or 0xFD81A8) is known color: Tickle Me Pink. HEX triplet: FD, 81 and A8. RGB value is (253,129,168). Sum of RGB (Red+Green+Blue) = 253+129+168=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD81A8 is #027E57. Grayscale: #AAAAAA. Windows color (decimal): -163416 or 11043325. OLE color: 11043325.
HSL color Cylindrical-coordinate representation of color #FD81A8: hue angle of 341.13º 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 #FD81A8 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 168 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.01 |
| HSL | 341.13º | 0.97% | 0.75% | - |
| HSV(B) | 341.13º | 0.49% | 0.99% | - |
| XYZ | 55.43 | 39.41 | 41.73 | - |
| YUV | 170.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 168 | 0 | 0.49 | 0.34 | 0.01 | 341.13 | 0.97 | 0.75 |
| Hex | FD | 81 | A8 | 0 | 31 | 22 | 1 | 155 | 61 | 4B |
| Octal | 375 | 201 | 250 | 0 | 61 | 42 | 1 | 525 | 141 | 113 |
| Binary | 11111101 | 10000001 | 10101000 | 0 | 110001 | 100010 | 1 | 101010101 | 1100001 | 1001011 |
Color Harmonies of #FD81A8
Complementary color
Monochromatic Colors of #FD81A8
Black with #FD81A8
Text Example
Text Example
White with #FD81A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD81A8; }
p { color: rgb(253,129,168); }
H1.HeaderClassName
{
color: #FD81A8;
}
.AnyTagClassName
{
color: #FD81A8;
}
</style>
background-color css
<style>
a { background-color: #FD81A8; }
a { background-color: rgb(253,129,168); }
div.DivClassName
{
background-color: #FD81A8;
}
.BgClassName
{
background-color: #FD81A8;
}
</style>
border-color css
<style>
span { border-color: #FD81A8; }
span { border-color: rgb(253,129,168); }
td.TdClassName
{
border-color: #FD81A8;
}
.TagClassName
{
border-color: #FD81A8;
}
</style>