Shades of Tickle Me Pink #FC85A8
Tints of Tickle Me Pink #FC85A8
RGB
CMYK
RGB Variations
Color information
#FC85A8 (or 0xFC85A8) is known color: Tickle Me Pink. HEX triplet: FC, 85 and A8. RGB value is (252,133,168). Sum of RGB (Red+Green+Blue) = 252+133+168=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC85A8 is #037A57. Grayscale: #ACACAC. Windows color (decimal): -227928 or 11044348. OLE color: 11044348.
HSL color Cylindrical-coordinate representation of color #FC85A8: hue angle of 342.35º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85A8 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 168 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.01 |
| HSL | 342.35º | 0.95% | 0.75% | - |
| HSV(B) | 342.35º | 0.47% | 0.99% | - |
| XYZ | 55.6 | 40.3 | 41.89 | - |
| YUV | 172.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 168 | 0 | 0.47 | 0.33 | 0.01 | 342.35 | 0.95 | 0.75 |
| Hex | FC | 85 | A8 | 0 | 2F | 21 | 1 | 156 | 5F | 4B |
| Octal | 374 | 205 | 250 | 0 | 57 | 41 | 1 | 526 | 137 | 113 |
| Binary | 11111100 | 10000101 | 10101000 | 0 | 101111 | 100001 | 1 | 101010110 | 1011111 | 1001011 |
Color Harmonies of #FC85A8
Complementary color
Monochromatic Colors of #FC85A8
Black with #FC85A8
Text Example
Text Example
White with #FC85A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85A8; }
p { color: rgb(252,133,168); }
H1.HeaderClassName
{
color: #FC85A8;
}
.AnyTagClassName
{
color: #FC85A8;
}
</style>
background-color css
<style>
a { background-color: #FC85A8; }
a { background-color: rgb(252,133,168); }
div.DivClassName
{
background-color: #FC85A8;
}
.BgClassName
{
background-color: #FC85A8;
}
</style>
border-color css
<style>
span { border-color: #FC85A8; }
span { border-color: rgb(252,133,168); }
td.TdClassName
{
border-color: #FC85A8;
}
.TagClassName
{
border-color: #FC85A8;
}
</style>