Shades of Tickle Me Pink #FB6CA0
Tints of Tickle Me Pink #FB6CA0
RGB
CMYK
RGB Variations
Color information
#FB6CA0 (or 0xFB6CA0) is known color: Tickle Me Pink. HEX triplet: FB, 6C and A0. RGB value is (251,108,160). Sum of RGB (Red+Green+Blue) = 251+108+160=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6CA0 is #04935F. Grayscale: #9C9C9C. Windows color (decimal): -299872 or 10513659. OLE color: 10513659.
HSL color Cylindrical-coordinate representation of color #FB6CA0: hue angle of 338.18º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6CA0 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 160 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.02 |
| HSL | 338.18º | 0.95% | 0.7% | - |
| HSV(B) | 338.18º | 0.57% | 0.98% | - |
| XYZ | 51.49 | 33.77 | 37.06 | - |
| YUV | 156.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 160 | 0 | 0.57 | 0.36 | 0.02 | 338.18 | 0.95 | 0.7 |
| Hex | FB | 6C | A0 | 0 | 39 | 24 | 2 | 152 | 5F | 46 |
| Octal | 373 | 154 | 240 | 0 | 71 | 44 | 2 | 522 | 137 | 106 |
| Binary | 11111011 | 1101100 | 10100000 | 0 | 111001 | 100100 | 10 | 101010010 | 1011111 | 1000110 |
Color Harmonies of #FB6CA0
Complementary color
Monochromatic Colors of #FB6CA0
Black with #FB6CA0
Text Example
Text Example
White with #FB6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6CA0; }
p { color: rgb(251,108,160); }
H1.HeaderClassName
{
color: #FB6CA0;
}
.AnyTagClassName
{
color: #FB6CA0;
}
</style>
background-color css
<style>
a { background-color: #FB6CA0; }
a { background-color: rgb(251,108,160); }
div.DivClassName
{
background-color: #FB6CA0;
}
.BgClassName
{
background-color: #FB6CA0;
}
</style>
border-color css
<style>
span { border-color: #FB6CA0; }
span { border-color: rgb(251,108,160); }
td.TdClassName
{
border-color: #FB6CA0;
}
.TagClassName
{
border-color: #FB6CA0;
}
</style>