Shades of Tickle Me Pink #FA86B3
Tints of Tickle Me Pink #FA86B3
RGB
CMYK
RGB Variations
Color information
#FA86B3 (or 0xFA86B3) is known color: Tickle Me Pink. HEX triplet: FA, 86 and B3. RGB value is (250,134,179). Sum of RGB (Red+Green+Blue) = 250+134+179=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86B3 is #05794C. Grayscale: #ADADAD. Windows color (decimal): -358733 or 11765498. OLE color: 11765498.
HSL color Cylindrical-coordinate representation of color #FA86B3: hue angle of 336.72º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA86B3 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 179 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.02 |
| HSL | 336.72º | 0.92% | 0.75% | - |
| HSV(B) | 336.72º | 0.46% | 0.98% | - |
| XYZ | 56.09 | 40.63 | 47.53 | - |
| YUV | 173.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 179 | 0 | 0.46 | 0.28 | 0.02 | 336.72 | 0.92 | 0.75 |
| Hex | FA | 86 | B3 | 0 | 2E | 1C | 2 | 151 | 5C | 4B |
| Octal | 372 | 206 | 263 | 0 | 56 | 34 | 2 | 521 | 134 | 113 |
| Binary | 11111010 | 10000110 | 10110011 | 0 | 101110 | 11100 | 10 | 101010001 | 1011100 | 1001011 |
Color Harmonies of #FA86B3
Complementary color
Monochromatic Colors of #FA86B3
Black with #FA86B3
Text Example
Text Example
White with #FA86B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA86B3; }
p { color: rgb(250,134,179); }
H1.HeaderClassName
{
color: #FA86B3;
}
.AnyTagClassName
{
color: #FA86B3;
}
</style>
background-color css
<style>
a { background-color: #FA86B3; }
a { background-color: rgb(250,134,179); }
div.DivClassName
{
background-color: #FA86B3;
}
.BgClassName
{
background-color: #FA86B3;
}
</style>
border-color css
<style>
span { border-color: #FA86B3; }
span { border-color: rgb(250,134,179); }
td.TdClassName
{
border-color: #FA86B3;
}
.TagClassName
{
border-color: #FA86B3;
}
</style>