Shades of Tickle Me Pink #FE829A
Tints of Tickle Me Pink #FE829A
RGB
CMYK
RGB Variations
Color information
#FE829A (or 0xFE829A) is known color: Tickle Me Pink. HEX triplet: FE, 82 and 9A. RGB value is (254,130,154). Sum of RGB (Red+Green+Blue) = 254+130+154=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE829A is #017D65. Grayscale: #A9A9A9. Windows color (decimal): -97638 or 10126078. OLE color: 10126078.
HSL color Cylindrical-coordinate representation of color #FE829A: hue angle of 348.39º 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 #FE829A is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 154 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.00 |
| HSL | 348.39º | 0.98% | 0.75% | - |
| HSV(B) | 348.39º | 0.49% | 1% | - |
| XYZ | 54.69 | 39.37 | 35.29 | - |
| YUV | 169.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 154 | 0 | 0.49 | 0.39 | 0.00 | 348.39 | 0.98 | 0.75 |
| Hex | FE | 82 | 9A | 0 | 31 | 27 | 0 | 15C | 62 | 4B |
| Octal | 376 | 202 | 232 | 0 | 61 | 47 | 0 | 534 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10011010 | 0 | 110001 | 100111 | 0 | 101011100 | 1100010 | 1001011 |
Color Harmonies of #FE829A
Complementary color
Monochromatic Colors of #FE829A
Black with #FE829A
Text Example
Text Example
White with #FE829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE829A; }
p { color: rgb(254,130,154); }
H1.HeaderClassName
{
color: #FE829A;
}
.AnyTagClassName
{
color: #FE829A;
}
</style>
background-color css
<style>
a { background-color: #FE829A; }
a { background-color: rgb(254,130,154); }
div.DivClassName
{
background-color: #FE829A;
}
.BgClassName
{
background-color: #FE829A;
}
</style>
border-color css
<style>
span { border-color: #FE829A; }
span { border-color: rgb(254,130,154); }
td.TdClassName
{
border-color: #FE829A;
}
.TagClassName
{
border-color: #FE829A;
}
</style>