Shades of Tickle Me Pink #FE8096
Tints of Tickle Me Pink #FE8096
RGB
CMYK
RGB Variations
Color information
#FE8096 (or 0xFE8096) is known color: Tickle Me Pink. HEX triplet: FE, 80 and 96. RGB value is (254,128,150). Sum of RGB (Red+Green+Blue) = 254+128+150=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8096 is #017F69. Grayscale: #A8A8A8. Windows color (decimal): -98154 or 9863422. OLE color: 9863422.
HSL color Cylindrical-coordinate representation of color #FE8096: hue angle of 349.52º 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 #FE8096 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 150 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.00 |
| HSL | 349.52º | 0.98% | 0.75% | - |
| HSV(B) | 349.52º | 0.5% | 1% | - |
| XYZ | 54.1 | 38.71 | 33.47 | - |
| YUV | 168.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 150 | 0 | 0.50 | 0.41 | 0.00 | 349.52 | 0.98 | 0.75 |
| Hex | FE | 80 | 96 | 0 | 32 | 29 | 0 | 15E | 62 | 4B |
| Octal | 376 | 200 | 226 | 0 | 62 | 51 | 0 | 536 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10010110 | 0 | 110010 | 101001 | 0 | 101011110 | 1100010 | 1001011 |
Color Harmonies of #FE8096
Complementary color
Monochromatic Colors of #FE8096
Black with #FE8096
Text Example
Text Example
White with #FE8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8096; }
p { color: rgb(254,128,150); }
H1.HeaderClassName
{
color: #FE8096;
}
.AnyTagClassName
{
color: #FE8096;
}
</style>
background-color css
<style>
a { background-color: #FE8096; }
a { background-color: rgb(254,128,150); }
div.DivClassName
{
background-color: #FE8096;
}
.BgClassName
{
background-color: #FE8096;
}
</style>
border-color css
<style>
span { border-color: #FE8096; }
span { border-color: rgb(254,128,150); }
td.TdClassName
{
border-color: #FE8096;
}
.TagClassName
{
border-color: #FE8096;
}
</style>