Shades of Tickle Me Pink #FD7BA8
Tints of Tickle Me Pink #FD7BA8
RGB
CMYK
RGB Variations
Color information
#FD7BA8 (or 0xFD7BA8) is known color: Tickle Me Pink. HEX triplet: FD, 7B and A8. RGB value is (253,123,168). Sum of RGB (Red+Green+Blue) = 253+123+168=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7BA8 is #028457. Grayscale: #A6A6A6. Windows color (decimal): -164952 or 11041789. OLE color: 11041789.
HSL color Cylindrical-coordinate representation of color #FD7BA8: hue angle of 339.23º 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 #FD7BA8 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 168 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.01 |
| HSL | 339.23º | 0.97% | 0.74% | - |
| HSV(B) | 339.23º | 0.51% | 0.99% | - |
| XYZ | 54.66 | 37.88 | 41.48 | - |
| YUV | 167 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 168 | 0 | 0.51 | 0.34 | 0.01 | 339.23 | 0.97 | 0.74 |
| Hex | FD | 7B | A8 | 0 | 33 | 22 | 1 | 153 | 61 | 4A |
| Octal | 375 | 173 | 250 | 0 | 63 | 42 | 1 | 523 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10101000 | 0 | 110011 | 100010 | 1 | 101010011 | 1100001 | 1001010 |
Color Harmonies of #FD7BA8
Complementary color
Monochromatic Colors of #FD7BA8
Black with #FD7BA8
Text Example
Text Example
White with #FD7BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BA8; }
p { color: rgb(253,123,168); }
H1.HeaderClassName
{
color: #FD7BA8;
}
.AnyTagClassName
{
color: #FD7BA8;
}
</style>
background-color css
<style>
a { background-color: #FD7BA8; }
a { background-color: rgb(253,123,168); }
div.DivClassName
{
background-color: #FD7BA8;
}
.BgClassName
{
background-color: #FD7BA8;
}
</style>
border-color css
<style>
span { border-color: #FD7BA8; }
span { border-color: rgb(253,123,168); }
td.TdClassName
{
border-color: #FD7BA8;
}
.TagClassName
{
border-color: #FD7BA8;
}
</style>