Shades of Tickle Me Pink #FE80A3
Tints of Tickle Me Pink #FE80A3
RGB
CMYK
RGB Variations
Color information
#FE80A3 (or 0xFE80A3) is known color: Tickle Me Pink. HEX triplet: FE, 80 and A3. RGB value is (254,128,163). Sum of RGB (Red+Green+Blue) = 254+128+163=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE80A3 is #017F5C. Grayscale: #A9A9A9. Windows color (decimal): -98141 or 10715390. OLE color: 10715390.
HSL color Cylindrical-coordinate representation of color #FE80A3: hue angle of 343.33º 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 #FE80A3 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 163 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.00 |
| HSL | 343.33º | 0.98% | 0.75% | - |
| HSV(B) | 343.33º | 0.5% | 1% | - |
| XYZ | 55.2 | 39.15 | 39.3 | - |
| YUV | 169.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 163 | 0 | 0.50 | 0.36 | 0.00 | 343.33 | 0.98 | 0.75 |
| Hex | FE | 80 | A3 | 0 | 32 | 24 | 0 | 157 | 62 | 4B |
| Octal | 376 | 200 | 243 | 0 | 62 | 44 | 0 | 527 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10100011 | 0 | 110010 | 100100 | 0 | 101010111 | 1100010 | 1001011 |
Color Harmonies of #FE80A3
Complementary color
Monochromatic Colors of #FE80A3
Black with #FE80A3
Text Example
Text Example
White with #FE80A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80A3; }
p { color: rgb(254,128,163); }
H1.HeaderClassName
{
color: #FE80A3;
}
.AnyTagClassName
{
color: #FE80A3;
}
</style>
background-color css
<style>
a { background-color: #FE80A3; }
a { background-color: rgb(254,128,163); }
div.DivClassName
{
background-color: #FE80A3;
}
.BgClassName
{
background-color: #FE80A3;
}
</style>
border-color css
<style>
span { border-color: #FE80A3; }
span { border-color: rgb(254,128,163); }
td.TdClassName
{
border-color: #FE80A3;
}
.TagClassName
{
border-color: #FE80A3;
}
</style>