Shades of Tickle Me Pink #FF8AAD
Tints of Tickle Me Pink #FF8AAD
RGB
CMYK
RGB Variations
Color information
#FF8AAD (or 0xFF8AAD) is known color: Tickle Me Pink. HEX triplet: FF, 8A and AD. RGB value is (255,138,173). Sum of RGB (Red+Green+Blue) = 255+138+173=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8AAD is #007552. Grayscale: #B0B0B0. Windows color (decimal): -30035 or 11373311. OLE color: 11373311.
HSL color Cylindrical-coordinate representation of color #FF8AAD: hue angle of 342.05º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8AAD is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 173 | - |
| CMYK | 0 | 0.46 | 0.32 | 0 |
| HSL | 342.05º | 1% | 0.77% | - |
| HSV(B) | 342.05º | 0.46% | 1% | - |
| XYZ | 57.87 | 42.45 | 44.68 | - |
| YUV | 176.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 173 | 0 | 0.46 | 0.32 | 0 | 342.05 | 1 | 0.77 |
| Hex | FF | 8A | AD | 0 | 2E | 20 | 0 | 156 | 64 | 4D |
| Octal | 377 | 212 | 255 | 0 | 56 | 40 | 0 | 526 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10101101 | 0 | 101110 | 100000 | 0 | 101010110 | 1100100 | 1001101 |
Color Harmonies of #FF8AAD
Complementary color
Monochromatic Colors of #FF8AAD
Black with #FF8AAD
Text Example
Text Example
White with #FF8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AAD; }
p { color: rgb(255,138,173); }
H1.HeaderClassName
{
color: #FF8AAD;
}
.AnyTagClassName
{
color: #FF8AAD;
}
</style>
background-color css
<style>
a { background-color: #FF8AAD; }
a { background-color: rgb(255,138,173); }
div.DivClassName
{
background-color: #FF8AAD;
}
.BgClassName
{
background-color: #FF8AAD;
}
</style>
border-color css
<style>
span { border-color: #FF8AAD; }
span { border-color: rgb(255,138,173); }
td.TdClassName
{
border-color: #FF8AAD;
}
.TagClassName
{
border-color: #FF8AAD;
}
</style>