Shades of Tickle Me Pink #FE80AA
Tints of Tickle Me Pink #FE80AA
RGB
CMYK
RGB Variations
Color information
#FE80AA (or 0xFE80AA) is known color: Tickle Me Pink. HEX triplet: FE, 80 and AA. RGB value is (254,128,170). Sum of RGB (Red+Green+Blue) = 254+128+170=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE80AA is #017F55. Grayscale: #AAAAAA. Windows color (decimal): -98134 or 11174142. OLE color: 11174142.
HSL color Cylindrical-coordinate representation of color #FE80AA: hue angle of 340º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80AA is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 170 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.00 |
| HSL | 340º | 0.98% | 0.75% | - |
| HSV(B) | 340º | 0.5% | 1% | - |
| XYZ | 55.85 | 39.41 | 42.69 | - |
| YUV | 170.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 170 | 0 | 0.50 | 0.33 | 0.00 | 340 | 0.98 | 0.75 |
| Hex | FE | 80 | AA | 0 | 32 | 21 | 0 | 154 | 62 | 4B |
| Octal | 376 | 200 | 252 | 0 | 62 | 41 | 0 | 524 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10101010 | 0 | 110010 | 100001 | 0 | 101010100 | 1100010 | 1001011 |
Color Harmonies of #FE80AA
Complementary color
Monochromatic Colors of #FE80AA
Black with #FE80AA
Text Example
Text Example
White with #FE80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80AA; }
p { color: rgb(254,128,170); }
H1.HeaderClassName
{
color: #FE80AA;
}
.AnyTagClassName
{
color: #FE80AA;
}
</style>
background-color css
<style>
a { background-color: #FE80AA; }
a { background-color: rgb(254,128,170); }
div.DivClassName
{
background-color: #FE80AA;
}
.BgClassName
{
background-color: #FE80AA;
}
</style>
border-color css
<style>
span { border-color: #FE80AA; }
span { border-color: rgb(254,128,170); }
td.TdClassName
{
border-color: #FE80AA;
}
.TagClassName
{
border-color: #FE80AA;
}
</style>