Shades of Tickle Me Pink #FD7BA0
Tints of Tickle Me Pink #FD7BA0
RGB
CMYK
RGB Variations
Color information
#FD7BA0 (or 0xFD7BA0) is known color: Tickle Me Pink. HEX triplet: FD, 7B and A0. RGB value is (253,123,160). Sum of RGB (Red+Green+Blue) = 253+123+160=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7BA0 is #02845F. Grayscale: #A6A6A6. Windows color (decimal): -164960 or 10517501. OLE color: 10517501.
HSL color Cylindrical-coordinate representation of color #FD7BA0: hue angle of 342.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BA0 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 160 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.01 |
| HSL | 342.92º | 0.97% | 0.74% | - |
| HSV(B) | 342.92º | 0.51% | 0.99% | - |
| XYZ | 53.94 | 37.59 | 37.67 | - |
| YUV | 166.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 160 | 0 | 0.51 | 0.37 | 0.01 | 342.92 | 0.97 | 0.74 |
| Hex | FD | 7B | A0 | 0 | 33 | 25 | 1 | 157 | 61 | 4A |
| Octal | 375 | 173 | 240 | 0 | 63 | 45 | 1 | 527 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10100000 | 0 | 110011 | 100101 | 1 | 101010111 | 1100001 | 1001010 |
Color Harmonies of #FD7BA0
Complementary color
Monochromatic Colors of #FD7BA0
Black with #FD7BA0
Text Example
Text Example
White with #FD7BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BA0; }
p { color: rgb(253,123,160); }
H1.HeaderClassName
{
color: #FD7BA0;
}
.AnyTagClassName
{
color: #FD7BA0;
}
</style>
background-color css
<style>
a { background-color: #FD7BA0; }
a { background-color: rgb(253,123,160); }
div.DivClassName
{
background-color: #FD7BA0;
}
.BgClassName
{
background-color: #FD7BA0;
}
</style>
border-color css
<style>
span { border-color: #FD7BA0; }
span { border-color: rgb(253,123,160); }
td.TdClassName
{
border-color: #FD7BA0;
}
.TagClassName
{
border-color: #FD7BA0;
}
</style>