Shades of Tickle Me Pink #FE8194
Tints of Tickle Me Pink #FE8194
RGB
CMYK
RGB Variations
Color information
#FE8194 (or 0xFE8194) is known color: Tickle Me Pink. HEX triplet: FE, 81 and 94. RGB value is (254,129,148). Sum of RGB (Red+Green+Blue) = 254+129+148=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8194 is #017E6B. Grayscale: #A8A8A8. Windows color (decimal): -97900 or 9732606. OLE color: 9732606.
HSL color Cylindrical-coordinate representation of color #FE8194: hue angle of 350.88º 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 #FE8194 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 148 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.00 |
| HSL | 350.88º | 0.98% | 0.75% | - |
| HSV(B) | 350.88º | 0.49% | 1% | - |
| XYZ | 54.07 | 38.91 | 32.68 | - |
| YUV | 168.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 148 | 0 | 0.49 | 0.42 | 0.00 | 350.88 | 0.98 | 0.75 |
| Hex | FE | 81 | 94 | 0 | 31 | 2A | 0 | 15F | 62 | 4B |
| Octal | 376 | 201 | 224 | 0 | 61 | 52 | 0 | 537 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10010100 | 0 | 110001 | 101010 | 0 | 101011111 | 1100010 | 1001011 |
Color Harmonies of #FE8194
Complementary color
Monochromatic Colors of #FE8194
Black with #FE8194
Text Example
Text Example
White with #FE8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8194; }
p { color: rgb(254,129,148); }
H1.HeaderClassName
{
color: #FE8194;
}
.AnyTagClassName
{
color: #FE8194;
}
</style>
background-color css
<style>
a { background-color: #FE8194; }
a { background-color: rgb(254,129,148); }
div.DivClassName
{
background-color: #FE8194;
}
.BgClassName
{
background-color: #FE8194;
}
</style>
border-color css
<style>
span { border-color: #FE8194; }
span { border-color: rgb(254,129,148); }
td.TdClassName
{
border-color: #FE8194;
}
.TagClassName
{
border-color: #FE8194;
}
</style>