Shades of Tickle Me Pink #FC829A
Tints of Tickle Me Pink #FC829A
RGB
CMYK
RGB Variations
Color information
#FC829A (or 0xFC829A) is known color: Tickle Me Pink. HEX triplet: FC, 82 and 9A. RGB value is (252,130,154). Sum of RGB (Red+Green+Blue) = 252+130+154=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC829A is #037D65. Grayscale: #A9A9A9. Windows color (decimal): -228710 or 10126076. OLE color: 10126076.
HSL color Cylindrical-coordinate representation of color #FC829A: hue angle of 348.2º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC829A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 154 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.01 |
| HSL | 348.2º | 0.95% | 0.75% | - |
| HSV(B) | 348.2º | 0.48% | 0.99% | - |
| XYZ | 53.96 | 38.99 | 35.25 | - |
| YUV | 169.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 154 | 0 | 0.48 | 0.39 | 0.01 | 348.2 | 0.95 | 0.75 |
| Hex | FC | 82 | 9A | 0 | 30 | 27 | 1 | 15C | 5F | 4B |
| Octal | 374 | 202 | 232 | 0 | 60 | 47 | 1 | 534 | 137 | 113 |
| Binary | 11111100 | 10000010 | 10011010 | 0 | 110000 | 100111 | 1 | 101011100 | 1011111 | 1001011 |
Color Harmonies of #FC829A
Complementary color
Monochromatic Colors of #FC829A
Black with #FC829A
Text Example
Text Example
White with #FC829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC829A; }
p { color: rgb(252,130,154); }
H1.HeaderClassName
{
color: #FC829A;
}
.AnyTagClassName
{
color: #FC829A;
}
</style>
background-color css
<style>
a { background-color: #FC829A; }
a { background-color: rgb(252,130,154); }
div.DivClassName
{
background-color: #FC829A;
}
.BgClassName
{
background-color: #FC829A;
}
</style>
border-color css
<style>
span { border-color: #FC829A; }
span { border-color: rgb(252,130,154); }
td.TdClassName
{
border-color: #FC829A;
}
.TagClassName
{
border-color: #FC829A;
}
</style>