Shades of Tickle Me Pink #FD769C
Tints of Tickle Me Pink #FD769C
RGB
CMYK
RGB Variations
Color information
#FD769C (or 0xFD769C) is known color: Tickle Me Pink. HEX triplet: FD, 76 and 9C. RGB value is (253,118,156). Sum of RGB (Red+Green+Blue) = 253+118+156=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD769C is #028963. Grayscale: #A2A2A2. Windows color (decimal): -166244 or 10254077. OLE color: 10254077.
HSL color Cylindrical-coordinate representation of color #FD769C: hue angle of 343.11º 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 #FD769C is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 156 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.01 |
| HSL | 343.11º | 0.97% | 0.73% | - |
| HSV(B) | 343.11º | 0.53% | 0.99% | - |
| XYZ | 52.99 | 36.24 | 35.65 | - |
| YUV | 162.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 156 | 0 | 0.53 | 0.38 | 0.01 | 343.11 | 0.97 | 0.73 |
| Hex | FD | 76 | 9C | 0 | 35 | 26 | 1 | 157 | 61 | 49 |
| Octal | 375 | 166 | 234 | 0 | 65 | 46 | 1 | 527 | 141 | 111 |
| Binary | 11111101 | 1110110 | 10011100 | 0 | 110101 | 100110 | 1 | 101010111 | 1100001 | 1001001 |
Color Harmonies of #FD769C
Complementary color
Monochromatic Colors of #FD769C
Black with #FD769C
Text Example
Text Example
White with #FD769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD769C; }
p { color: rgb(253,118,156); }
H1.HeaderClassName
{
color: #FD769C;
}
.AnyTagClassName
{
color: #FD769C;
}
</style>
background-color css
<style>
a { background-color: #FD769C; }
a { background-color: rgb(253,118,156); }
div.DivClassName
{
background-color: #FD769C;
}
.BgClassName
{
background-color: #FD769C;
}
</style>
border-color css
<style>
span { border-color: #FD769C; }
span { border-color: rgb(253,118,156); }
td.TdClassName
{
border-color: #FD769C;
}
.TagClassName
{
border-color: #FD769C;
}
</style>