Shades of Tickle Me Pink #FC85A3
Tints of Tickle Me Pink #FC85A3
RGB
CMYK
RGB Variations
Color information
#FC85A3 (or 0xFC85A3) is known color: Tickle Me Pink. HEX triplet: FC, 85 and A3. RGB value is (252,133,163). Sum of RGB (Red+Green+Blue) = 252+133+163=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC85A3 is #037A5C. Grayscale: #ACACAC. Windows color (decimal): -227933 or 10716668. OLE color: 10716668.
HSL color Cylindrical-coordinate representation of color #FC85A3: hue angle of 344.87º 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 #FC85A3 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 163 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.01 |
| HSL | 344.87º | 0.95% | 0.75% | - |
| HSV(B) | 344.87º | 0.47% | 0.99% | - |
| XYZ | 55.14 | 40.11 | 39.49 | - |
| YUV | 172 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 163 | 0 | 0.47 | 0.35 | 0.01 | 344.87 | 0.95 | 0.75 |
| Hex | FC | 85 | A3 | 0 | 2F | 23 | 1 | 159 | 5F | 4B |
| Octal | 374 | 205 | 243 | 0 | 57 | 43 | 1 | 531 | 137 | 113 |
| Binary | 11111100 | 10000101 | 10100011 | 0 | 101111 | 100011 | 1 | 101011001 | 1011111 | 1001011 |
Color Harmonies of #FC85A3
Complementary color
Monochromatic Colors of #FC85A3
Black with #FC85A3
Text Example
Text Example
White with #FC85A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85A3; }
p { color: rgb(252,133,163); }
H1.HeaderClassName
{
color: #FC85A3;
}
.AnyTagClassName
{
color: #FC85A3;
}
</style>
background-color css
<style>
a { background-color: #FC85A3; }
a { background-color: rgb(252,133,163); }
div.DivClassName
{
background-color: #FC85A3;
}
.BgClassName
{
background-color: #FC85A3;
}
</style>
border-color css
<style>
span { border-color: #FC85A3; }
span { border-color: rgb(252,133,163); }
td.TdClassName
{
border-color: #FC85A3;
}
.TagClassName
{
border-color: #FC85A3;
}
</style>