Shades of Tickle Me Pink #FE86AF
Tints of Tickle Me Pink #FE86AF
RGB
CMYK
RGB Variations
Color information
#FE86AF (or 0xFE86AF) is known color: Tickle Me Pink. HEX triplet: FE, 86 and AF. RGB value is (254,134,175). Sum of RGB (Red+Green+Blue) = 254+134+175=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE86AF is #017950. Grayscale: #AEAEAE. Windows color (decimal): -96593 or 11503358. OLE color: 11503358.
HSL color Cylindrical-coordinate representation of color #FE86AF: hue angle of 339.5º 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 #FE86AF is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 175 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.00 |
| HSL | 339.5º | 0.98% | 0.76% | - |
| HSV(B) | 339.5º | 0.47% | 1% | - |
| XYZ | 57.14 | 41.22 | 45.5 | - |
| YUV | 174.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 175 | 0 | 0.47 | 0.31 | 0.00 | 339.5 | 0.98 | 0.76 |
| Hex | FE | 86 | AF | 0 | 2F | 1F | 0 | 154 | 62 | 4C |
| Octal | 376 | 206 | 257 | 0 | 57 | 37 | 0 | 524 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10101111 | 0 | 101111 | 11111 | 0 | 101010100 | 1100010 | 1001100 |
Color Harmonies of #FE86AF
Complementary color
Monochromatic Colors of #FE86AF
Black with #FE86AF
Text Example
Text Example
White with #FE86AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86AF; }
p { color: rgb(254,134,175); }
H1.HeaderClassName
{
color: #FE86AF;
}
.AnyTagClassName
{
color: #FE86AF;
}
</style>
background-color css
<style>
a { background-color: #FE86AF; }
a { background-color: rgb(254,134,175); }
div.DivClassName
{
background-color: #FE86AF;
}
.BgClassName
{
background-color: #FE86AF;
}
</style>
border-color css
<style>
span { border-color: #FE86AF; }
span { border-color: rgb(254,134,175); }
td.TdClassName
{
border-color: #FE86AF;
}
.TagClassName
{
border-color: #FE86AF;
}
</style>