Shades of Tickle Me Pink #FE86B2
Tints of Tickle Me Pink #FE86B2
RGB
CMYK
RGB Variations
Color information
#FE86B2 (or 0xFE86B2) is known color: Tickle Me Pink. HEX triplet: FE, 86 and B2. RGB value is (254,134,178). Sum of RGB (Red+Green+Blue) = 254+134+178=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE86B2 is #01794D. Grayscale: #AEAEAE. Windows color (decimal): -96590 or 11699966. OLE color: 11699966.
HSL color Cylindrical-coordinate representation of color #FE86B2: hue angle of 338º 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 #FE86B2 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 178 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.00 |
| HSL | 338º | 0.98% | 0.76% | - |
| HSV(B) | 338º | 0.47% | 1% | - |
| XYZ | 57.43 | 41.34 | 47.07 | - |
| YUV | 174.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 178 | 0 | 0.47 | 0.30 | 0.00 | 338 | 0.98 | 0.76 |
| Hex | FE | 86 | B2 | 0 | 2F | 1E | 0 | 152 | 62 | 4C |
| Octal | 376 | 206 | 262 | 0 | 57 | 36 | 0 | 522 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10110010 | 0 | 101111 | 11110 | 0 | 101010010 | 1100010 | 1001100 |
Color Harmonies of #FE86B2
Complementary color
Monochromatic Colors of #FE86B2
Black with #FE86B2
Text Example
Text Example
White with #FE86B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86B2; }
p { color: rgb(254,134,178); }
H1.HeaderClassName
{
color: #FE86B2;
}
.AnyTagClassName
{
color: #FE86B2;
}
</style>
background-color css
<style>
a { background-color: #FE86B2; }
a { background-color: rgb(254,134,178); }
div.DivClassName
{
background-color: #FE86B2;
}
.BgClassName
{
background-color: #FE86B2;
}
</style>
border-color css
<style>
span { border-color: #FE86B2; }
span { border-color: rgb(254,134,178); }
td.TdClassName
{
border-color: #FE86B2;
}
.TagClassName
{
border-color: #FE86B2;
}
</style>