Shades of Tickle Me Pink #FC83A0
Tints of Tickle Me Pink #FC83A0
RGB
CMYK
RGB Variations
Color information
#FC83A0 (or 0xFC83A0) is known color: Tickle Me Pink. HEX triplet: FC, 83 and A0. RGB value is (252,131,160). Sum of RGB (Red+Green+Blue) = 252+131+160=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC83A0 is #037C5F. Grayscale: #AAAAAA. Windows color (decimal): -228448 or 10519548. OLE color: 10519548.
HSL color Cylindrical-coordinate representation of color #FC83A0: hue angle of 345.62º 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 #FC83A0 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 160 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.01 |
| HSL | 345.62º | 0.95% | 0.75% | - |
| HSV(B) | 345.62º | 0.48% | 0.99% | - |
| XYZ | 54.61 | 39.47 | 38 | - |
| YUV | 170.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 160 | 0 | 0.48 | 0.37 | 0.01 | 345.62 | 0.95 | 0.75 |
| Hex | FC | 83 | A0 | 0 | 30 | 25 | 1 | 15A | 5F | 4B |
| Octal | 374 | 203 | 240 | 0 | 60 | 45 | 1 | 532 | 137 | 113 |
| Binary | 11111100 | 10000011 | 10100000 | 0 | 110000 | 100101 | 1 | 101011010 | 1011111 | 1001011 |
Color Harmonies of #FC83A0
Complementary color
Monochromatic Colors of #FC83A0
Black with #FC83A0
Text Example
Text Example
White with #FC83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC83A0; }
p { color: rgb(252,131,160); }
H1.HeaderClassName
{
color: #FC83A0;
}
.AnyTagClassName
{
color: #FC83A0;
}
</style>
background-color css
<style>
a { background-color: #FC83A0; }
a { background-color: rgb(252,131,160); }
div.DivClassName
{
background-color: #FC83A0;
}
.BgClassName
{
background-color: #FC83A0;
}
</style>
border-color css
<style>
span { border-color: #FC83A0; }
span { border-color: rgb(252,131,160); }
td.TdClassName
{
border-color: #FC83A0;
}
.TagClassName
{
border-color: #FC83A0;
}
</style>