Shades of Tickle Me Pink #FE80A8
Tints of Tickle Me Pink #FE80A8
RGB
CMYK
RGB Variations
Color information
#FE80A8 (or 0xFE80A8) is known color: Tickle Me Pink. HEX triplet: FE, 80 and A8. RGB value is (254,128,168). Sum of RGB (Red+Green+Blue) = 254+128+168=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE80A8 is #017F57. Grayscale: #AAAAAA. Windows color (decimal): -98136 or 11043070. OLE color: 11043070.
HSL color Cylindrical-coordinate representation of color #FE80A8: hue angle of 340.95º 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 #FE80A8 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 168 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.00 |
| HSL | 340.95º | 0.98% | 0.75% | - |
| HSV(B) | 340.95º | 0.5% | 1% | - |
| XYZ | 55.66 | 39.34 | 41.7 | - |
| YUV | 170.23 | 126.74 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 168 | 0 | 0.50 | 0.34 | 0.00 | 340.95 | 0.98 | 0.75 |
| Hex | FE | 80 | A8 | 0 | 32 | 22 | 0 | 155 | 62 | 4B |
| Octal | 376 | 200 | 250 | 0 | 62 | 42 | 0 | 525 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10101000 | 0 | 110010 | 100010 | 0 | 101010101 | 1100010 | 1001011 |
Color Harmonies of #FE80A8
Complementary color
Monochromatic Colors of #FE80A8
Black with #FE80A8
Text Example
Text Example
White with #FE80A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80A8; }
p { color: rgb(254,128,168); }
H1.HeaderClassName
{
color: #FE80A8;
}
.AnyTagClassName
{
color: #FE80A8;
}
</style>
background-color css
<style>
a { background-color: #FE80A8; }
a { background-color: rgb(254,128,168); }
div.DivClassName
{
background-color: #FE80A8;
}
.BgClassName
{
background-color: #FE80A8;
}
</style>
border-color css
<style>
span { border-color: #FE80A8; }
span { border-color: rgb(254,128,168); }
td.TdClassName
{
border-color: #FE80A8;
}
.TagClassName
{
border-color: #FE80A8;
}
</style>