Shades of Tickle Me Pink #FC80A0
Tints of Tickle Me Pink #FC80A0
RGB
CMYK
RGB Variations
Color information
#FC80A0 (or 0xFC80A0) is known color: Tickle Me Pink. HEX triplet: FC, 80 and A0. RGB value is (252,128,160). Sum of RGB (Red+Green+Blue) = 252+128+160=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80A0 is #037F5F. Grayscale: #A8A8A8. Windows color (decimal): -229216 or 10518780. OLE color: 10518780.
HSL color Cylindrical-coordinate representation of color #FC80A0: hue angle of 344.52º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80A0 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 160 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.01 |
| HSL | 344.52º | 0.95% | 0.75% | - |
| HSV(B) | 344.52º | 0.49% | 0.99% | - |
| XYZ | 54.21 | 38.67 | 37.86 | - |
| YUV | 168.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 160 | 0 | 0.49 | 0.37 | 0.01 | 344.52 | 0.95 | 0.75 |
| Hex | FC | 80 | A0 | 0 | 31 | 25 | 1 | 159 | 5F | 4B |
| Octal | 374 | 200 | 240 | 0 | 61 | 45 | 1 | 531 | 137 | 113 |
| Binary | 11111100 | 10000000 | 10100000 | 0 | 110001 | 100101 | 1 | 101011001 | 1011111 | 1001011 |
Color Harmonies of #FC80A0
Complementary color
Monochromatic Colors of #FC80A0
Black with #FC80A0
Text Example
Text Example
White with #FC80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80A0; }
p { color: rgb(252,128,160); }
H1.HeaderClassName
{
color: #FC80A0;
}
.AnyTagClassName
{
color: #FC80A0;
}
</style>
background-color css
<style>
a { background-color: #FC80A0; }
a { background-color: rgb(252,128,160); }
div.DivClassName
{
background-color: #FC80A0;
}
.BgClassName
{
background-color: #FC80A0;
}
</style>
border-color css
<style>
span { border-color: #FC80A0; }
span { border-color: rgb(252,128,160); }
td.TdClassName
{
border-color: #FC80A0;
}
.TagClassName
{
border-color: #FC80A0;
}
</style>