Shades of Tickle Me Pink #FC8AA0
Tints of Tickle Me Pink #FC8AA0
RGB
CMYK
RGB Variations
Color information
#FC8AA0 (or 0xFC8AA0) is known color: Tickle Me Pink. HEX triplet: FC, 8A and A0. RGB value is (252,138,160). Sum of RGB (Red+Green+Blue) = 252+138+160=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8AA0 is #03755F. Grayscale: #AEAEAE. Windows color (decimal): -226656 or 10521340. OLE color: 10521340.
HSL color Cylindrical-coordinate representation of color #FC8AA0: hue angle of 348.42º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8AA0 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 160 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.01 |
| HSL | 348.42º | 0.95% | 0.76% | - |
| HSV(B) | 348.42º | 0.45% | 0.99% | - |
| XYZ | 55.58 | 41.41 | 38.32 | - |
| YUV | 174.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 160 | 0 | 0.45 | 0.37 | 0.01 | 348.42 | 0.95 | 0.76 |
| Hex | FC | 8A | A0 | 0 | 2D | 25 | 1 | 15C | 5F | 4C |
| Octal | 374 | 212 | 240 | 0 | 55 | 45 | 1 | 534 | 137 | 114 |
| Binary | 11111100 | 10001010 | 10100000 | 0 | 101101 | 100101 | 1 | 101011100 | 1011111 | 1001100 |
Color Harmonies of #FC8AA0
Complementary color
Monochromatic Colors of #FC8AA0
Black with #FC8AA0
Text Example
Text Example
White with #FC8AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8AA0; }
p { color: rgb(252,138,160); }
H1.HeaderClassName
{
color: #FC8AA0;
}
.AnyTagClassName
{
color: #FC8AA0;
}
</style>
background-color css
<style>
a { background-color: #FC8AA0; }
a { background-color: rgb(252,138,160); }
div.DivClassName
{
background-color: #FC8AA0;
}
.BgClassName
{
background-color: #FC8AA0;
}
</style>
border-color css
<style>
span { border-color: #FC8AA0; }
span { border-color: rgb(252,138,160); }
td.TdClassName
{
border-color: #FC8AA0;
}
.TagClassName
{
border-color: #FC8AA0;
}
</style>