Shades of Tickle Me Pink #FE81AA
Tints of Tickle Me Pink #FE81AA
RGB
CMYK
RGB Variations
Color information
#FE81AA (or 0xFE81AA) is known color: Tickle Me Pink. HEX triplet: FE, 81 and AA. RGB value is (254,129,170). Sum of RGB (Red+Green+Blue) = 254+129+170=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE81AA is #017E55. Grayscale: #ABABAB. Windows color (decimal): -97878 or 11174398. OLE color: 11174398.
HSL color Cylindrical-coordinate representation of color #FE81AA: hue angle of 340.32º 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 #FE81AA is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 170 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.00 |
| HSL | 340.32º | 0.98% | 0.75% | - |
| HSV(B) | 340.32º | 0.49% | 1% | - |
| XYZ | 55.98 | 39.67 | 42.74 | - |
| YUV | 171.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 170 | 0 | 0.49 | 0.33 | 0.00 | 340.32 | 0.98 | 0.75 |
| Hex | FE | 81 | AA | 0 | 31 | 21 | 0 | 154 | 62 | 4B |
| Octal | 376 | 201 | 252 | 0 | 61 | 41 | 0 | 524 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10101010 | 0 | 110001 | 100001 | 0 | 101010100 | 1100010 | 1001011 |
Color Harmonies of #FE81AA
Complementary color
Monochromatic Colors of #FE81AA
Black with #FE81AA
Text Example
Text Example
White with #FE81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81AA; }
p { color: rgb(254,129,170); }
H1.HeaderClassName
{
color: #FE81AA;
}
.AnyTagClassName
{
color: #FE81AA;
}
</style>
background-color css
<style>
a { background-color: #FE81AA; }
a { background-color: rgb(254,129,170); }
div.DivClassName
{
background-color: #FE81AA;
}
.BgClassName
{
background-color: #FE81AA;
}
</style>
border-color css
<style>
span { border-color: #FE81AA; }
span { border-color: rgb(254,129,170); }
td.TdClassName
{
border-color: #FE81AA;
}
.TagClassName
{
border-color: #FE81AA;
}
</style>