Shades of Tickle Me Pink #FE8198
Tints of Tickle Me Pink #FE8198
RGB
CMYK
RGB Variations
Color information
#FE8198 (or 0xFE8198) is known color: Tickle Me Pink. HEX triplet: FE, 81 and 98. RGB value is (254,129,152). Sum of RGB (Red+Green+Blue) = 254+129+152=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8198 is #017E67. Grayscale: #A9A9A9. Windows color (decimal): -97896 or 9994750. OLE color: 9994750.
HSL color Cylindrical-coordinate representation of color #FE8198: hue angle of 348.96º 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 #FE8198 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 152 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.00 |
| HSL | 348.96º | 0.98% | 0.75% | - |
| HSV(B) | 348.96º | 0.49% | 1% | - |
| XYZ | 54.39 | 39.04 | 34.37 | - |
| YUV | 169 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 152 | 0 | 0.49 | 0.40 | 0.00 | 348.96 | 0.98 | 0.75 |
| Hex | FE | 81 | 98 | 0 | 31 | 28 | 0 | 15D | 62 | 4B |
| Octal | 376 | 201 | 230 | 0 | 61 | 50 | 0 | 535 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10011000 | 0 | 110001 | 101000 | 0 | 101011101 | 1100010 | 1001011 |
Color Harmonies of #FE8198
Complementary color
Monochromatic Colors of #FE8198
Black with #FE8198
Text Example
Text Example
White with #FE8198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8198; }
p { color: rgb(254,129,152); }
H1.HeaderClassName
{
color: #FE8198;
}
.AnyTagClassName
{
color: #FE8198;
}
</style>
background-color css
<style>
a { background-color: #FE8198; }
a { background-color: rgb(254,129,152); }
div.DivClassName
{
background-color: #FE8198;
}
.BgClassName
{
background-color: #FE8198;
}
</style>
border-color css
<style>
span { border-color: #FE8198; }
span { border-color: rgb(254,129,152); }
td.TdClassName
{
border-color: #FE8198;
}
.TagClassName
{
border-color: #FE8198;
}
</style>