Shades of Tickle Me Pink #FE81A6
Tints of Tickle Me Pink #FE81A6
RGB
CMYK
RGB Variations
Color information
#FE81A6 (or 0xFE81A6) is known color: Tickle Me Pink. HEX triplet: FE, 81 and A6. RGB value is (254,129,166). Sum of RGB (Red+Green+Blue) = 254+129+166=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE81A6 is #017E59. Grayscale: #AAAAAA. Windows color (decimal): -97882 or 10912254. OLE color: 10912254.
HSL color Cylindrical-coordinate representation of color #FE81A6: hue angle of 342.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81A6 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 166 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.00 |
| HSL | 342.24º | 0.98% | 0.75% | - |
| HSV(B) | 342.24º | 0.49% | 1% | - |
| XYZ | 55.61 | 39.52 | 40.77 | - |
| YUV | 170.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 166 | 0 | 0.49 | 0.35 | 0.00 | 342.24 | 0.98 | 0.75 |
| Hex | FE | 81 | A6 | 0 | 31 | 23 | 0 | 156 | 62 | 4B |
| Octal | 376 | 201 | 246 | 0 | 61 | 43 | 0 | 526 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10100110 | 0 | 110001 | 100011 | 0 | 101010110 | 1100010 | 1001011 |
Color Harmonies of #FE81A6
Complementary color
Monochromatic Colors of #FE81A6
Black with #FE81A6
Text Example
Text Example
White with #FE81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81A6; }
p { color: rgb(254,129,166); }
H1.HeaderClassName
{
color: #FE81A6;
}
.AnyTagClassName
{
color: #FE81A6;
}
</style>
background-color css
<style>
a { background-color: #FE81A6; }
a { background-color: rgb(254,129,166); }
div.DivClassName
{
background-color: #FE81A6;
}
.BgClassName
{
background-color: #FE81A6;
}
</style>
border-color css
<style>
span { border-color: #FE81A6; }
span { border-color: rgb(254,129,166); }
td.TdClassName
{
border-color: #FE81A6;
}
.TagClassName
{
border-color: #FE81A6;
}
</style>