Shades of Tickle Me Pink #FC7DAC
Tints of Tickle Me Pink #FC7DAC
RGB
CMYK
RGB Variations
Color information
#FC7DAC (or 0xFC7DAC) is known color: Tickle Me Pink. HEX triplet: FC, 7D and AC. RGB value is (252,125,172). Sum of RGB (Red+Green+Blue) = 252+125+172=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7DAC is #038253. Grayscale: #A8A8A8. Windows color (decimal): -229972 or 11304444. OLE color: 11304444.
HSL color Cylindrical-coordinate representation of color #FC7DAC: hue angle of 337.8º 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 #FC7DAC is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 172 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.01 |
| HSL | 337.8º | 0.95% | 0.74% | - |
| HSV(B) | 337.8º | 0.5% | 0.99% | - |
| XYZ | 54.92 | 38.34 | 43.54 | - |
| YUV | 168.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 172 | 0 | 0.50 | 0.32 | 0.01 | 337.8 | 0.95 | 0.74 |
| Hex | FC | 7D | AC | 0 | 32 | 20 | 1 | 152 | 5F | 4A |
| Octal | 374 | 175 | 254 | 0 | 62 | 40 | 1 | 522 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10101100 | 0 | 110010 | 100000 | 1 | 101010010 | 1011111 | 1001010 |
Color Harmonies of #FC7DAC
Complementary color
Monochromatic Colors of #FC7DAC
Black with #FC7DAC
Text Example
Text Example
White with #FC7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DAC; }
p { color: rgb(252,125,172); }
H1.HeaderClassName
{
color: #FC7DAC;
}
.AnyTagClassName
{
color: #FC7DAC;
}
</style>
background-color css
<style>
a { background-color: #FC7DAC; }
a { background-color: rgb(252,125,172); }
div.DivClassName
{
background-color: #FC7DAC;
}
.BgClassName
{
background-color: #FC7DAC;
}
</style>
border-color css
<style>
span { border-color: #FC7DAC; }
span { border-color: rgb(252,125,172); }
td.TdClassName
{
border-color: #FC7DAC;
}
.TagClassName
{
border-color: #FC7DAC;
}
</style>