Shades of Tickle Me Pink #FD7BA4
Tints of Tickle Me Pink #FD7BA4
RGB
CMYK
RGB Variations
Color information
#FD7BA4 (or 0xFD7BA4) is known color: Tickle Me Pink. HEX triplet: FD, 7B and A4. RGB value is (253,123,164). Sum of RGB (Red+Green+Blue) = 253+123+164=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7BA4 is #02845B. Grayscale: #A6A6A6. Windows color (decimal): -164956 or 10779645. OLE color: 10779645.
HSL color Cylindrical-coordinate representation of color #FD7BA4: hue angle of 341.08º 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 #FD7BA4 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 164 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.01 |
| HSL | 341.08º | 0.97% | 0.74% | - |
| HSV(B) | 341.08º | 0.51% | 0.99% | - |
| XYZ | 54.29 | 37.73 | 39.54 | - |
| YUV | 166.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 164 | 0 | 0.51 | 0.35 | 0.01 | 341.08 | 0.97 | 0.74 |
| Hex | FD | 7B | A4 | 0 | 33 | 23 | 1 | 155 | 61 | 4A |
| Octal | 375 | 173 | 244 | 0 | 63 | 43 | 1 | 525 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10100100 | 0 | 110011 | 100011 | 1 | 101010101 | 1100001 | 1001010 |
Color Harmonies of #FD7BA4
Complementary color
Monochromatic Colors of #FD7BA4
Black with #FD7BA4
Text Example
Text Example
White with #FD7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BA4; }
p { color: rgb(253,123,164); }
H1.HeaderClassName
{
color: #FD7BA4;
}
.AnyTagClassName
{
color: #FD7BA4;
}
</style>
background-color css
<style>
a { background-color: #FD7BA4; }
a { background-color: rgb(253,123,164); }
div.DivClassName
{
background-color: #FD7BA4;
}
.BgClassName
{
background-color: #FD7BA4;
}
</style>
border-color css
<style>
span { border-color: #FD7BA4; }
span { border-color: rgb(253,123,164); }
td.TdClassName
{
border-color: #FD7BA4;
}
.TagClassName
{
border-color: #FD7BA4;
}
</style>