Shades of Tickle Me Pink #FC8096
Tints of Tickle Me Pink #FC8096
RGB
CMYK
RGB Variations
Color information
#FC8096 (or 0xFC8096) is known color: Tickle Me Pink. HEX triplet: FC, 80 and 96. RGB value is (252,128,150). Sum of RGB (Red+Green+Blue) = 252+128+150=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8096 is #037F69. Grayscale: #A7A7A7. Windows color (decimal): -229226 or 9863420. OLE color: 9863420.
HSL color Cylindrical-coordinate representation of color #FC8096: hue angle of 349.35º 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 #FC8096 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 150 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.01 |
| HSL | 349.35º | 0.95% | 0.75% | - |
| HSV(B) | 349.35º | 0.49% | 0.99% | - |
| XYZ | 53.37 | 38.34 | 33.44 | - |
| YUV | 167.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 150 | 0 | 0.49 | 0.40 | 0.01 | 349.35 | 0.95 | 0.75 |
| Hex | FC | 80 | 96 | 0 | 31 | 28 | 1 | 15D | 5F | 4B |
| Octal | 374 | 200 | 226 | 0 | 61 | 50 | 1 | 535 | 137 | 113 |
| Binary | 11111100 | 10000000 | 10010110 | 0 | 110001 | 101000 | 1 | 101011101 | 1011111 | 1001011 |
Color Harmonies of #FC8096
Complementary color
Monochromatic Colors of #FC8096
Black with #FC8096
Text Example
Text Example
White with #FC8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8096; }
p { color: rgb(252,128,150); }
H1.HeaderClassName
{
color: #FC8096;
}
.AnyTagClassName
{
color: #FC8096;
}
</style>
background-color css
<style>
a { background-color: #FC8096; }
a { background-color: rgb(252,128,150); }
div.DivClassName
{
background-color: #FC8096;
}
.BgClassName
{
background-color: #FC8096;
}
</style>
border-color css
<style>
span { border-color: #FC8096; }
span { border-color: rgb(252,128,150); }
td.TdClassName
{
border-color: #FC8096;
}
.TagClassName
{
border-color: #FC8096;
}
</style>