Shades of Tickle Me Pink #FE80A0
Tints of Tickle Me Pink #FE80A0
RGB
CMYK
RGB Variations
Color information
#FE80A0 (or 0xFE80A0) is known color: Tickle Me Pink. HEX triplet: FE, 80 and A0. RGB value is (254,128,160). Sum of RGB (Red+Green+Blue) = 254+128+160=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE80A0 is #017F5F. Grayscale: #A9A9A9. Windows color (decimal): -98144 or 10518782. OLE color: 10518782.
HSL color Cylindrical-coordinate representation of color #FE80A0: hue angle of 344.76º 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 #FE80A0 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 160 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.00 |
| HSL | 344.76º | 0.98% | 0.75% | - |
| HSV(B) | 344.76º | 0.5% | 1% | - |
| XYZ | 54.94 | 39.05 | 37.9 | - |
| YUV | 169.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 160 | 0 | 0.50 | 0.37 | 0.00 | 344.76 | 0.98 | 0.75 |
| Hex | FE | 80 | A0 | 0 | 32 | 25 | 0 | 159 | 62 | 4B |
| Octal | 376 | 200 | 240 | 0 | 62 | 45 | 0 | 531 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10100000 | 0 | 110010 | 100101 | 0 | 101011001 | 1100010 | 1001011 |
Color Harmonies of #FE80A0
Complementary color
Monochromatic Colors of #FE80A0
Black with #FE80A0
Text Example
Text Example
White with #FE80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80A0; }
p { color: rgb(254,128,160); }
H1.HeaderClassName
{
color: #FE80A0;
}
.AnyTagClassName
{
color: #FE80A0;
}
</style>
background-color css
<style>
a { background-color: #FE80A0; }
a { background-color: rgb(254,128,160); }
div.DivClassName
{
background-color: #FE80A0;
}
.BgClassName
{
background-color: #FE80A0;
}
</style>
border-color css
<style>
span { border-color: #FE80A0; }
span { border-color: rgb(254,128,160); }
td.TdClassName
{
border-color: #FE80A0;
}
.TagClassName
{
border-color: #FE80A0;
}
</style>