Shades of Tickle Me Pink #FC7DB1
Tints of Tickle Me Pink #FC7DB1
RGB
CMYK
RGB Variations
Color information
#FC7DB1 (or 0xFC7DB1) is known color: Tickle Me Pink. HEX triplet: FC, 7D and B1. RGB value is (252,125,177). Sum of RGB (Red+Green+Blue) = 252+125+177=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7DB1 is #03824E. Grayscale: #A8A8A8. Windows color (decimal): -229967 or 11632124. OLE color: 11632124.
HSL color Cylindrical-coordinate representation of color #FC7DB1: hue angle of 335.43º 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 #FC7DB1 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 177 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.01 |
| HSL | 335.43º | 0.95% | 0.74% | - |
| HSV(B) | 335.43º | 0.5% | 0.99% | - |
| XYZ | 55.41 | 38.54 | 46.11 | - |
| YUV | 168.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 177 | 0 | 0.50 | 0.30 | 0.01 | 335.43 | 0.95 | 0.74 |
| Hex | FC | 7D | B1 | 0 | 32 | 1E | 1 | 14F | 5F | 4A |
| Octal | 374 | 175 | 261 | 0 | 62 | 36 | 1 | 517 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10110001 | 0 | 110010 | 11110 | 1 | 101001111 | 1011111 | 1001010 |
Color Harmonies of #FC7DB1
Complementary color
Monochromatic Colors of #FC7DB1
Black with #FC7DB1
Text Example
Text Example
White with #FC7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DB1; }
p { color: rgb(252,125,177); }
H1.HeaderClassName
{
color: #FC7DB1;
}
.AnyTagClassName
{
color: #FC7DB1;
}
</style>
background-color css
<style>
a { background-color: #FC7DB1; }
a { background-color: rgb(252,125,177); }
div.DivClassName
{
background-color: #FC7DB1;
}
.BgClassName
{
background-color: #FC7DB1;
}
</style>
border-color css
<style>
span { border-color: #FC7DB1; }
span { border-color: rgb(252,125,177); }
td.TdClassName
{
border-color: #FC7DB1;
}
.TagClassName
{
border-color: #FC7DB1;
}
</style>