Shades of Tickle Me Pink #FC80B2
Tints of Tickle Me Pink #FC80B2
RGB
CMYK
RGB Variations
Color information
#FC80B2 (or 0xFC80B2) is known color: Tickle Me Pink. HEX triplet: FC, 80 and B2. RGB value is (252,128,178). Sum of RGB (Red+Green+Blue) = 252+128+178=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80B2 is #037F4D. Grayscale: #AAAAAA. Windows color (decimal): -229198 or 11698428. OLE color: 11698428.
HSL color Cylindrical-coordinate representation of color #FC80B2: hue angle of 335.81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80B2 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 178 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.01 |
| HSL | 335.81º | 0.95% | 0.75% | - |
| HSV(B) | 335.81º | 0.49% | 0.99% | - |
| XYZ | 55.9 | 39.35 | 46.77 | - |
| YUV | 170.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 178 | 0 | 0.49 | 0.29 | 0.01 | 335.81 | 0.95 | 0.75 |
| Hex | FC | 80 | B2 | 0 | 31 | 1D | 1 | 150 | 5F | 4B |
| Octal | 374 | 200 | 262 | 0 | 61 | 35 | 1 | 520 | 137 | 113 |
| Binary | 11111100 | 10000000 | 10110010 | 0 | 110001 | 11101 | 1 | 101010000 | 1011111 | 1001011 |
Color Harmonies of #FC80B2
Complementary color
Monochromatic Colors of #FC80B2
Black with #FC80B2
Text Example
Text Example
White with #FC80B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80B2; }
p { color: rgb(252,128,178); }
H1.HeaderClassName
{
color: #FC80B2;
}
.AnyTagClassName
{
color: #FC80B2;
}
</style>
background-color css
<style>
a { background-color: #FC80B2; }
a { background-color: rgb(252,128,178); }
div.DivClassName
{
background-color: #FC80B2;
}
.BgClassName
{
background-color: #FC80B2;
}
</style>
border-color css
<style>
span { border-color: #FC80B2; }
span { border-color: rgb(252,128,178); }
td.TdClassName
{
border-color: #FC80B2;
}
.TagClassName
{
border-color: #FC80B2;
}
</style>