Shades of Tickle Me Pink #FE86A0
Tints of Tickle Me Pink #FE86A0
RGB
CMYK
RGB Variations
Color information
#FE86A0 (or 0xFE86A0) is known color: Tickle Me Pink. HEX triplet: FE, 86 and A0. RGB value is (254,134,160). Sum of RGB (Red+Green+Blue) = 254+134+160=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE86A0 is #01795F. Grayscale: #ACACAC. Windows color (decimal): -96608 or 10520318. OLE color: 10520318.
HSL color Cylindrical-coordinate representation of color #FE86A0: hue angle of 347º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86A0 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 160 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.00 |
| HSL | 347º | 0.98% | 0.76% | - |
| HSV(B) | 347º | 0.47% | 1% | - |
| XYZ | 55.74 | 40.66 | 38.17 | - |
| YUV | 172.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 160 | 0 | 0.47 | 0.37 | 0.00 | 347 | 0.98 | 0.76 |
| Hex | FE | 86 | A0 | 0 | 2F | 25 | 0 | 15B | 62 | 4C |
| Octal | 376 | 206 | 240 | 0 | 57 | 45 | 0 | 533 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10100000 | 0 | 101111 | 100101 | 0 | 101011011 | 1100010 | 1001100 |
Color Harmonies of #FE86A0
Complementary color
Monochromatic Colors of #FE86A0
Black with #FE86A0
Text Example
Text Example
White with #FE86A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86A0; }
p { color: rgb(254,134,160); }
H1.HeaderClassName
{
color: #FE86A0;
}
.AnyTagClassName
{
color: #FE86A0;
}
</style>
background-color css
<style>
a { background-color: #FE86A0; }
a { background-color: rgb(254,134,160); }
div.DivClassName
{
background-color: #FE86A0;
}
.BgClassName
{
background-color: #FE86A0;
}
</style>
border-color css
<style>
span { border-color: #FE86A0; }
span { border-color: rgb(254,134,160); }
td.TdClassName
{
border-color: #FE86A0;
}
.TagClassName
{
border-color: #FE86A0;
}
</style>