Shades of Tickle Me Pink #FD8CA1
Tints of Tickle Me Pink #FD8CA1
RGB
CMYK
RGB Variations
Color information
#FD8CA1 (or 0xFD8CA1) is known color: Tickle Me Pink. HEX triplet: FD, 8C and A1. RGB value is (253,140,161). Sum of RGB (Red+Green+Blue) = 253+140+161=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8CA1 is #02735E. Grayscale: #B0B0B0. Windows color (decimal): -160607 or 10587389. OLE color: 10587389.
HSL color Cylindrical-coordinate representation of color #FD8CA1: hue angle of 348.85º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CA1 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 161 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.01 |
| HSL | 348.85º | 0.97% | 0.77% | - |
| HSV(B) | 348.85º | 0.45% | 0.99% | - |
| XYZ | 56.32 | 42.21 | 38.9 | - |
| YUV | 176.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 161 | 0 | 0.45 | 0.36 | 0.01 | 348.85 | 0.97 | 0.77 |
| Hex | FD | 8C | A1 | 0 | 2D | 24 | 1 | 15D | 61 | 4D |
| Octal | 375 | 214 | 241 | 0 | 55 | 44 | 1 | 535 | 141 | 115 |
| Binary | 11111101 | 10001100 | 10100001 | 0 | 101101 | 100100 | 1 | 101011101 | 1100001 | 1001101 |
Color Harmonies of #FD8CA1
Complementary color
Monochromatic Colors of #FD8CA1
Black with #FD8CA1
Text Example
Text Example
White with #FD8CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CA1; }
p { color: rgb(253,140,161); }
H1.HeaderClassName
{
color: #FD8CA1;
}
.AnyTagClassName
{
color: #FD8CA1;
}
</style>
background-color css
<style>
a { background-color: #FD8CA1; }
a { background-color: rgb(253,140,161); }
div.DivClassName
{
background-color: #FD8CA1;
}
.BgClassName
{
background-color: #FD8CA1;
}
</style>
border-color css
<style>
span { border-color: #FD8CA1; }
span { border-color: rgb(253,140,161); }
td.TdClassName
{
border-color: #FD8CA1;
}
.TagClassName
{
border-color: #FD8CA1;
}
</style>