Shades of Tickle Me Pink #FC7DB0
Tints of Tickle Me Pink #FC7DB0
RGB
CMYK
RGB Variations
Color information
#FC7DB0 (or 0xFC7DB0) is known color: Tickle Me Pink. HEX triplet: FC, 7D and B0. RGB value is (252,125,176). Sum of RGB (Red+Green+Blue) = 252+125+176=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7DB0 is #03824F. Grayscale: #A8A8A8. Windows color (decimal): -229968 or 11566588. OLE color: 11566588.
HSL color Cylindrical-coordinate representation of color #FC7DB0: hue angle of 335.91º 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 #FC7DB0 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 176 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.01 |
| HSL | 335.91º | 0.95% | 0.74% | - |
| HSV(B) | 335.91º | 0.5% | 0.99% | - |
| XYZ | 55.31 | 38.5 | 45.59 | - |
| YUV | 168.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 176 | 0 | 0.50 | 0.30 | 0.01 | 335.91 | 0.95 | 0.74 |
| Hex | FC | 7D | B0 | 0 | 32 | 1E | 1 | 150 | 5F | 4A |
| Octal | 374 | 175 | 260 | 0 | 62 | 36 | 1 | 520 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10110000 | 0 | 110010 | 11110 | 1 | 101010000 | 1011111 | 1001010 |
Color Harmonies of #FC7DB0
Complementary color
Monochromatic Colors of #FC7DB0
Black with #FC7DB0
Text Example
Text Example
White with #FC7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DB0; }
p { color: rgb(252,125,176); }
H1.HeaderClassName
{
color: #FC7DB0;
}
.AnyTagClassName
{
color: #FC7DB0;
}
</style>
background-color css
<style>
a { background-color: #FC7DB0; }
a { background-color: rgb(252,125,176); }
div.DivClassName
{
background-color: #FC7DB0;
}
.BgClassName
{
background-color: #FC7DB0;
}
</style>
border-color css
<style>
span { border-color: #FC7DB0; }
span { border-color: rgb(252,125,176); }
td.TdClassName
{
border-color: #FC7DB0;
}
.TagClassName
{
border-color: #FC7DB0;
}
</style>