Shades of Tickle Me Pink #FE80B0
Tints of Tickle Me Pink #FE80B0
RGB
CMYK
RGB Variations
Color information
#FE80B0 (or 0xFE80B0) is known color: Tickle Me Pink. HEX triplet: FE, 80 and B0. RGB value is (254,128,176). Sum of RGB (Red+Green+Blue) = 254+128+176=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE80B0 is #017F4F. Grayscale: #ABABAB. Windows color (decimal): -98128 or 11567358. OLE color: 11567358.
HSL color Cylindrical-coordinate representation of color #FE80B0: hue angle of 337.14º 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 #FE80B0 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 176 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.00 |
| HSL | 337.14º | 0.98% | 0.75% | - |
| HSV(B) | 337.14º | 0.5% | 1% | - |
| XYZ | 56.43 | 39.64 | 45.75 | - |
| YUV | 171.15 | 130.74 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 176 | 0 | 0.50 | 0.31 | 0.00 | 337.14 | 0.98 | 0.75 |
| Hex | FE | 80 | B0 | 0 | 32 | 1F | 0 | 151 | 62 | 4B |
| Octal | 376 | 200 | 260 | 0 | 62 | 37 | 0 | 521 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10110000 | 0 | 110010 | 11111 | 0 | 101010001 | 1100010 | 1001011 |
Color Harmonies of #FE80B0
Complementary color
Monochromatic Colors of #FE80B0
Black with #FE80B0
Text Example
Text Example
White with #FE80B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80B0; }
p { color: rgb(254,128,176); }
H1.HeaderClassName
{
color: #FE80B0;
}
.AnyTagClassName
{
color: #FE80B0;
}
</style>
background-color css
<style>
a { background-color: #FE80B0; }
a { background-color: rgb(254,128,176); }
div.DivClassName
{
background-color: #FE80B0;
}
.BgClassName
{
background-color: #FE80B0;
}
</style>
border-color css
<style>
span { border-color: #FE80B0; }
span { border-color: rgb(254,128,176); }
td.TdClassName
{
border-color: #FE80B0;
}
.TagClassName
{
border-color: #FE80B0;
}
</style>