Shades of Tickle Me Pink #FD8CA2
Tints of Tickle Me Pink #FD8CA2
RGB
CMYK
RGB Variations
Color information
#FD8CA2 (or 0xFD8CA2) is known color: Tickle Me Pink. HEX triplet: FD, 8C and A2. RGB value is (253,140,162). Sum of RGB (Red+Green+Blue) = 253+140+162=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8CA2 is #02735D. Grayscale: #B0B0B0. Windows color (decimal): -160606 or 10652925. OLE color: 10652925.
HSL color Cylindrical-coordinate representation of color #FD8CA2: hue angle of 348.32º 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 #FD8CA2 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 162 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.01 |
| HSL | 348.32º | 0.97% | 0.77% | - |
| HSV(B) | 348.32º | 0.45% | 0.99% | - |
| XYZ | 56.41 | 42.25 | 39.36 | - |
| YUV | 176.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 162 | 0 | 0.45 | 0.36 | 0.01 | 348.32 | 0.97 | 0.77 |
| Hex | FD | 8C | A2 | 0 | 2D | 24 | 1 | 15C | 61 | 4D |
| Octal | 375 | 214 | 242 | 0 | 55 | 44 | 1 | 534 | 141 | 115 |
| Binary | 11111101 | 10001100 | 10100010 | 0 | 101101 | 100100 | 1 | 101011100 | 1100001 | 1001101 |
Color Harmonies of #FD8CA2
Complementary color
Monochromatic Colors of #FD8CA2
Black with #FD8CA2
Text Example
Text Example
White with #FD8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CA2; }
p { color: rgb(253,140,162); }
H1.HeaderClassName
{
color: #FD8CA2;
}
.AnyTagClassName
{
color: #FD8CA2;
}
</style>
background-color css
<style>
a { background-color: #FD8CA2; }
a { background-color: rgb(253,140,162); }
div.DivClassName
{
background-color: #FD8CA2;
}
.BgClassName
{
background-color: #FD8CA2;
}
</style>
border-color css
<style>
span { border-color: #FD8CA2; }
span { border-color: rgb(253,140,162); }
td.TdClassName
{
border-color: #FD8CA2;
}
.TagClassName
{
border-color: #FD8CA2;
}
</style>