Shades of Tickle Me Pink #FC869D
Tints of Tickle Me Pink #FC869D
RGB
CMYK
RGB Variations
Color information
#FC869D (or 0xFC869D) is known color: Tickle Me Pink. HEX triplet: FC, 86 and 9D. RGB value is (252,134,157). Sum of RGB (Red+Green+Blue) = 252+134+157=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC869D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC869D is #037962. Grayscale: #ABABAB. Windows color (decimal): -227683 or 10323708. OLE color: 10323708.
HSL color Cylindrical-coordinate representation of color #FC869D: hue angle of 348.31º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC869D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 157 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.01 |
| HSL | 348.31º | 0.95% | 0.76% | - |
| HSV(B) | 348.31º | 0.47% | 0.99% | - |
| XYZ | 54.76 | 40.18 | 36.77 | - |
| YUV | 171.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 157 | 0 | 0.47 | 0.38 | 0.01 | 348.31 | 0.95 | 0.76 |
| Hex | FC | 86 | 9D | 0 | 2F | 26 | 1 | 15C | 5F | 4C |
| Octal | 374 | 206 | 235 | 0 | 57 | 46 | 1 | 534 | 137 | 114 |
| Binary | 11111100 | 10000110 | 10011101 | 0 | 101111 | 100110 | 1 | 101011100 | 1011111 | 1001100 |
Color Harmonies of #FC869D
Complementary color
Monochromatic Colors of #FC869D
Black with #FC869D
Text Example
Text Example
White with #FC869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC869D; }
p { color: rgb(252,134,157); }
H1.HeaderClassName
{
color: #FC869D;
}
.AnyTagClassName
{
color: #FC869D;
}
</style>
background-color css
<style>
a { background-color: #FC869D; }
a { background-color: rgb(252,134,157); }
div.DivClassName
{
background-color: #FC869D;
}
.BgClassName
{
background-color: #FC869D;
}
</style>
border-color css
<style>
span { border-color: #FC869D; }
span { border-color: rgb(252,134,157); }
td.TdClassName
{
border-color: #FC869D;
}
.TagClassName
{
border-color: #FC869D;
}
</style>