Shades of Tickle Me Pink #FE8295
Tints of Tickle Me Pink #FE8295
RGB
CMYK
RGB Variations
Color information
#FE8295 (or 0xFE8295) is known color: Tickle Me Pink. HEX triplet: FE, 82 and 95. RGB value is (254,130,149). Sum of RGB (Red+Green+Blue) = 254+130+149=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8295 is #017D6A. Grayscale: #A9A9A9. Windows color (decimal): -97643 or 9798398. OLE color: 9798398.
HSL color Cylindrical-coordinate representation of color #FE8295: hue angle of 350.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE8295 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 149 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.00 |
| HSL | 350.81º | 0.98% | 0.75% | - |
| HSV(B) | 350.81º | 0.49% | 1% | - |
| XYZ | 54.28 | 39.21 | 33.14 | - |
| YUV | 169.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 149 | 0 | 0.49 | 0.41 | 0.00 | 350.81 | 0.98 | 0.75 |
| Hex | FE | 82 | 95 | 0 | 31 | 29 | 0 | 15F | 62 | 4B |
| Octal | 376 | 202 | 225 | 0 | 61 | 51 | 0 | 537 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10010101 | 0 | 110001 | 101001 | 0 | 101011111 | 1100010 | 1001011 |
Color Harmonies of #FE8295
Complementary color
Monochromatic Colors of #FE8295
Black with #FE8295
Text Example
Text Example
White with #FE8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8295; }
p { color: rgb(254,130,149); }
H1.HeaderClassName
{
color: #FE8295;
}
.AnyTagClassName
{
color: #FE8295;
}
</style>
background-color css
<style>
a { background-color: #FE8295; }
a { background-color: rgb(254,130,149); }
div.DivClassName
{
background-color: #FE8295;
}
.BgClassName
{
background-color: #FE8295;
}
</style>
border-color css
<style>
span { border-color: #FE8295; }
span { border-color: rgb(254,130,149); }
td.TdClassName
{
border-color: #FE8295;
}
.TagClassName
{
border-color: #FE8295;
}
</style>