Shades of Tickle Me Pink #FC85AA
Tints of Tickle Me Pink #FC85AA
RGB
CMYK
RGB Variations
Color information
#FC85AA (or 0xFC85AA) is known color: Tickle Me Pink. HEX triplet: FC, 85 and AA. RGB value is (252,133,170). Sum of RGB (Red+Green+Blue) = 252+133+170=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC85AA is #037A55. Grayscale: #ACACAC. Windows color (decimal): -227926 or 11175420. OLE color: 11175420.
HSL color Cylindrical-coordinate representation of color #FC85AA: hue angle of 341.34º 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 #FC85AA is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 170 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.01 |
| HSL | 341.34º | 0.95% | 0.75% | - |
| HSV(B) | 341.34º | 0.47% | 0.99% | - |
| XYZ | 55.79 | 40.37 | 42.88 | - |
| YUV | 172.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 170 | 0 | 0.47 | 0.33 | 0.01 | 341.34 | 0.95 | 0.75 |
| Hex | FC | 85 | AA | 0 | 2F | 21 | 1 | 155 | 5F | 4B |
| Octal | 374 | 205 | 252 | 0 | 57 | 41 | 1 | 525 | 137 | 113 |
| Binary | 11111100 | 10000101 | 10101010 | 0 | 101111 | 100001 | 1 | 101010101 | 1011111 | 1001011 |
Color Harmonies of #FC85AA
Complementary color
Monochromatic Colors of #FC85AA
Black with #FC85AA
Text Example
Text Example
White with #FC85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85AA; }
p { color: rgb(252,133,170); }
H1.HeaderClassName
{
color: #FC85AA;
}
.AnyTagClassName
{
color: #FC85AA;
}
</style>
background-color css
<style>
a { background-color: #FC85AA; }
a { background-color: rgb(252,133,170); }
div.DivClassName
{
background-color: #FC85AA;
}
.BgClassName
{
background-color: #FC85AA;
}
</style>
border-color css
<style>
span { border-color: #FC85AA; }
span { border-color: rgb(252,133,170); }
td.TdClassName
{
border-color: #FC85AA;
}
.TagClassName
{
border-color: #FC85AA;
}
</style>