Shades of Tickle Me Pink #FA8BA2
Tints of Tickle Me Pink #FA8BA2
RGB
CMYK
RGB Variations
Color information
#FA8BA2 (or 0xFA8BA2) is known color: Tickle Me Pink. HEX triplet: FA, 8B and A2. RGB value is (250,139,162). Sum of RGB (Red+Green+Blue) = 250+139+162=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BA2 is #05745D. Grayscale: #AEAEAE. Windows color (decimal): -357470 or 10652666. OLE color: 10652666.
HSL color Cylindrical-coordinate representation of color #FA8BA2: hue angle of 347.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BA2 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 162 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.02 |
| HSL | 347.57º | 0.92% | 0.76% | - |
| HSV(B) | 347.57º | 0.44% | 0.98% | - |
| XYZ | 55.18 | 41.4 | 39.26 | - |
| YUV | 174.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 162 | 0 | 0.44 | 0.35 | 0.02 | 347.57 | 0.92 | 0.76 |
| Hex | FA | 8B | A2 | 0 | 2C | 23 | 2 | 15C | 5C | 4C |
| Octal | 372 | 213 | 242 | 0 | 54 | 43 | 2 | 534 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10100010 | 0 | 101100 | 100011 | 10 | 101011100 | 1011100 | 1001100 |
Color Harmonies of #FA8BA2
Complementary color
Monochromatic Colors of #FA8BA2
Black with #FA8BA2
Text Example
Text Example
White with #FA8BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BA2; }
p { color: rgb(250,139,162); }
H1.HeaderClassName
{
color: #FA8BA2;
}
.AnyTagClassName
{
color: #FA8BA2;
}
</style>
background-color css
<style>
a { background-color: #FA8BA2; }
a { background-color: rgb(250,139,162); }
div.DivClassName
{
background-color: #FA8BA2;
}
.BgClassName
{
background-color: #FA8BA2;
}
</style>
border-color css
<style>
span { border-color: #FA8BA2; }
span { border-color: rgb(250,139,162); }
td.TdClassName
{
border-color: #FA8BA2;
}
.TagClassName
{
border-color: #FA8BA2;
}
</style>