Shades of Tickle Me Pink #FD8BAA
Tints of Tickle Me Pink #FD8BAA
RGB
CMYK
RGB Variations
Color information
#FD8BAA (or 0xFD8BAA) is known color: Tickle Me Pink. HEX triplet: FD, 8B and AA. RGB value is (253,139,170). Sum of RGB (Red+Green+Blue) = 253+139+170=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8BAA is #027455. Grayscale: #B0B0B0. Windows color (decimal): -160854 or 11176957. OLE color: 11176957.
HSL color Cylindrical-coordinate representation of color #FD8BAA: hue angle of 343.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8BAA is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 170 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.01 |
| HSL | 343.68º | 0.97% | 0.77% | - |
| HSV(B) | 343.68º | 0.45% | 0.99% | - |
| XYZ | 57 | 42.25 | 43.18 | - |
| YUV | 176.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 170 | 0 | 0.45 | 0.33 | 0.01 | 343.68 | 0.97 | 0.77 |
| Hex | FD | 8B | AA | 0 | 2D | 21 | 1 | 158 | 61 | 4D |
| Octal | 375 | 213 | 252 | 0 | 55 | 41 | 1 | 530 | 141 | 115 |
| Binary | 11111101 | 10001011 | 10101010 | 0 | 101101 | 100001 | 1 | 101011000 | 1100001 | 1001101 |
Color Harmonies of #FD8BAA
Complementary color
Monochromatic Colors of #FD8BAA
Black with #FD8BAA
Text Example
Text Example
White with #FD8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8BAA; }
p { color: rgb(253,139,170); }
H1.HeaderClassName
{
color: #FD8BAA;
}
.AnyTagClassName
{
color: #FD8BAA;
}
</style>
background-color css
<style>
a { background-color: #FD8BAA; }
a { background-color: rgb(253,139,170); }
div.DivClassName
{
background-color: #FD8BAA;
}
.BgClassName
{
background-color: #FD8BAA;
}
</style>
border-color css
<style>
span { border-color: #FD8BAA; }
span { border-color: rgb(253,139,170); }
td.TdClassName
{
border-color: #FD8BAA;
}
.TagClassName
{
border-color: #FD8BAA;
}
</style>