Shades of Tickle Me Pink #FE86A2
Tints of Tickle Me Pink #FE86A2
RGB
CMYK
RGB Variations
Color information
#FE86A2 (or 0xFE86A2) is known color: Tickle Me Pink. HEX triplet: FE, 86 and A2. RGB value is (254,134,162). Sum of RGB (Red+Green+Blue) = 254+134+162=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE86A2 is #01795D. Grayscale: #ADADAD. Windows color (decimal): -96606 or 10651390. OLE color: 10651390.
HSL color Cylindrical-coordinate representation of color #FE86A2: hue angle of 346º 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 #FE86A2 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 162 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.00 |
| HSL | 346º | 0.98% | 0.76% | - |
| HSV(B) | 346º | 0.47% | 1% | - |
| XYZ | 55.92 | 40.73 | 39.1 | - |
| YUV | 173.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 162 | 0 | 0.47 | 0.36 | 0.00 | 346 | 0.98 | 0.76 |
| Hex | FE | 86 | A2 | 0 | 2F | 24 | 0 | 15A | 62 | 4C |
| Octal | 376 | 206 | 242 | 0 | 57 | 44 | 0 | 532 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10100010 | 0 | 101111 | 100100 | 0 | 101011010 | 1100010 | 1001100 |
Color Harmonies of #FE86A2
Complementary color
Monochromatic Colors of #FE86A2
Black with #FE86A2
Text Example
Text Example
White with #FE86A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86A2; }
p { color: rgb(254,134,162); }
H1.HeaderClassName
{
color: #FE86A2;
}
.AnyTagClassName
{
color: #FE86A2;
}
</style>
background-color css
<style>
a { background-color: #FE86A2; }
a { background-color: rgb(254,134,162); }
div.DivClassName
{
background-color: #FE86A2;
}
.BgClassName
{
background-color: #FE86A2;
}
</style>
border-color css
<style>
span { border-color: #FE86A2; }
span { border-color: rgb(254,134,162); }
td.TdClassName
{
border-color: #FE86A2;
}
.TagClassName
{
border-color: #FE86A2;
}
</style>