Shades of Tickle Me Pink #FC8CA8
Tints of Tickle Me Pink #FC8CA8
RGB
CMYK
RGB Variations
Color information
#FC8CA8 (or 0xFC8CA8) is known color: Tickle Me Pink. HEX triplet: FC, 8C and A8. RGB value is (252,140,168). Sum of RGB (Red+Green+Blue) = 252+140+168=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CA8 is #037357. Grayscale: #B0B0B0. Windows color (decimal): -226136 or 11046140. OLE color: 11046140.
HSL color Cylindrical-coordinate representation of color #FC8CA8: hue angle of 345º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CA8 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 168 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.01 |
| HSL | 345º | 0.95% | 0.77% | - |
| HSV(B) | 345º | 0.44% | 0.99% | - |
| XYZ | 56.59 | 42.28 | 42.22 | - |
| YUV | 176.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 168 | 0 | 0.44 | 0.33 | 0.01 | 345 | 0.95 | 0.77 |
| Hex | FC | 8C | A8 | 0 | 2C | 21 | 1 | 159 | 5F | 4D |
| Octal | 374 | 214 | 250 | 0 | 54 | 41 | 1 | 531 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10101000 | 0 | 101100 | 100001 | 1 | 101011001 | 1011111 | 1001101 |
Color Harmonies of #FC8CA8
Complementary color
Monochromatic Colors of #FC8CA8
Black with #FC8CA8
Text Example
Text Example
White with #FC8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CA8; }
p { color: rgb(252,140,168); }
H1.HeaderClassName
{
color: #FC8CA8;
}
.AnyTagClassName
{
color: #FC8CA8;
}
</style>
background-color css
<style>
a { background-color: #FC8CA8; }
a { background-color: rgb(252,140,168); }
div.DivClassName
{
background-color: #FC8CA8;
}
.BgClassName
{
background-color: #FC8CA8;
}
</style>
border-color css
<style>
span { border-color: #FC8CA8; }
span { border-color: rgb(252,140,168); }
td.TdClassName
{
border-color: #FC8CA8;
}
.TagClassName
{
border-color: #FC8CA8;
}
</style>