Shades of Tickle Me Pink #FE829B
Tints of Tickle Me Pink #FE829B
RGB
CMYK
RGB Variations
Color information
#FE829B (or 0xFE829B) is known color: Tickle Me Pink. HEX triplet: FE, 82 and 9B. RGB value is (254,130,155). Sum of RGB (Red+Green+Blue) = 254+130+155=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE829B is #017D64. Grayscale: #A9A9A9. Windows color (decimal): -97637 or 10191614. OLE color: 10191614.
HSL color Cylindrical-coordinate representation of color #FE829B: hue angle of 347.9º 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 #FE829B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 155 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.00 |
| HSL | 347.9º | 0.98% | 0.75% | - |
| HSV(B) | 347.9º | 0.49% | 1% | - |
| XYZ | 54.77 | 39.4 | 35.73 | - |
| YUV | 169.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 155 | 0 | 0.49 | 0.39 | 0.00 | 347.9 | 0.98 | 0.75 |
| Hex | FE | 82 | 9B | 0 | 31 | 27 | 0 | 15C | 62 | 4B |
| Octal | 376 | 202 | 233 | 0 | 61 | 47 | 0 | 534 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10011011 | 0 | 110001 | 100111 | 0 | 101011100 | 1100010 | 1001011 |
Color Harmonies of #FE829B
Complementary color
Monochromatic Colors of #FE829B
Black with #FE829B
Text Example
Text Example
White with #FE829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE829B; }
p { color: rgb(254,130,155); }
H1.HeaderClassName
{
color: #FE829B;
}
.AnyTagClassName
{
color: #FE829B;
}
</style>
background-color css
<style>
a { background-color: #FE829B; }
a { background-color: rgb(254,130,155); }
div.DivClassName
{
background-color: #FE829B;
}
.BgClassName
{
background-color: #FE829B;
}
</style>
border-color css
<style>
span { border-color: #FE829B; }
span { border-color: rgb(254,130,155); }
td.TdClassName
{
border-color: #FE829B;
}
.TagClassName
{
border-color: #FE829B;
}
</style>