Shades of Tickle Me Pink #FC7D9C
Tints of Tickle Me Pink #FC7D9C
RGB
CMYK
RGB Variations
Color information
#FC7D9C (or 0xFC7D9C) is known color: Tickle Me Pink. HEX triplet: FC, 7D and 9C. RGB value is (252,125,156). Sum of RGB (Red+Green+Blue) = 252+125+156=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D9C is #038263. Grayscale: #A6A6A6. Windows color (decimal): -229988 or 10255868. OLE color: 10255868.
HSL color Cylindrical-coordinate representation of color #FC7D9C: hue angle of 345.35º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7D9C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 156 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.01 |
| HSL | 345.35º | 0.95% | 0.74% | - |
| HSV(B) | 345.35º | 0.5% | 0.99% | - |
| XYZ | 53.48 | 37.76 | 35.92 | - |
| YUV | 166.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 156 | 0 | 0.50 | 0.38 | 0.01 | 345.35 | 0.95 | 0.74 |
| Hex | FC | 7D | 9C | 0 | 32 | 26 | 1 | 159 | 5F | 4A |
| Octal | 374 | 175 | 234 | 0 | 62 | 46 | 1 | 531 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10011100 | 0 | 110010 | 100110 | 1 | 101011001 | 1011111 | 1001010 |
Color Harmonies of #FC7D9C
Complementary color
Monochromatic Colors of #FC7D9C
Black with #FC7D9C
Text Example
Text Example
White with #FC7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D9C; }
p { color: rgb(252,125,156); }
H1.HeaderClassName
{
color: #FC7D9C;
}
.AnyTagClassName
{
color: #FC7D9C;
}
</style>
background-color css
<style>
a { background-color: #FC7D9C; }
a { background-color: rgb(252,125,156); }
div.DivClassName
{
background-color: #FC7D9C;
}
.BgClassName
{
background-color: #FC7D9C;
}
</style>
border-color css
<style>
span { border-color: #FC7D9C; }
span { border-color: rgb(252,125,156); }
td.TdClassName
{
border-color: #FC7D9C;
}
.TagClassName
{
border-color: #FC7D9C;
}
</style>