Shades of Tickle Me Pink #FD7696
Tints of Tickle Me Pink #FD7696
RGB
CMYK
RGB Variations
Color information
#FD7696 (or 0xFD7696) is known color: Tickle Me Pink. HEX triplet: FD, 76 and 96. RGB value is (253,118,150). Sum of RGB (Red+Green+Blue) = 253+118+150=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7696 is #028969. Grayscale: #A2A2A2. Windows color (decimal): -166250 or 9860861. OLE color: 9860861.
HSL color Cylindrical-coordinate representation of color #FD7696: hue angle of 345.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD7696 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 150 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.01 |
| HSL | 345.78º | 0.97% | 0.73% | - |
| HSV(B) | 345.78º | 0.53% | 0.99% | - |
| XYZ | 52.49 | 36.04 | 33.04 | - |
| YUV | 162.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 150 | 0 | 0.53 | 0.41 | 0.01 | 345.78 | 0.97 | 0.73 |
| Hex | FD | 76 | 96 | 0 | 35 | 29 | 1 | 15A | 61 | 49 |
| Octal | 375 | 166 | 226 | 0 | 65 | 51 | 1 | 532 | 141 | 111 |
| Binary | 11111101 | 1110110 | 10010110 | 0 | 110101 | 101001 | 1 | 101011010 | 1100001 | 1001001 |
Color Harmonies of #FD7696
Complementary color
Monochromatic Colors of #FD7696
Black with #FD7696
Text Example
Text Example
White with #FD7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7696; }
p { color: rgb(253,118,150); }
H1.HeaderClassName
{
color: #FD7696;
}
.AnyTagClassName
{
color: #FD7696;
}
</style>
background-color css
<style>
a { background-color: #FD7696; }
a { background-color: rgb(253,118,150); }
div.DivClassName
{
background-color: #FD7696;
}
.BgClassName
{
background-color: #FD7696;
}
</style>
border-color css
<style>
span { border-color: #FD7696; }
span { border-color: rgb(253,118,150); }
td.TdClassName
{
border-color: #FD7696;
}
.TagClassName
{
border-color: #FD7696;
}
</style>