Shades of Tickle Me Pink #FF8CAA
Tints of Tickle Me Pink #FF8CAA
RGB
CMYK
RGB Variations
Color information
#FF8CAA (or 0xFF8CAA) is known color: Tickle Me Pink. HEX triplet: FF, 8C and AA. RGB value is (255,140,170). Sum of RGB (Red+Green+Blue) = 255+140+170=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8CAA is #007355. Grayscale: #B1B1B1. Windows color (decimal): -29526 or 11177215. OLE color: 11177215.
HSL color Cylindrical-coordinate representation of color #FF8CAA: hue angle of 344.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CAA is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 170 | - |
| CMYK | 0 | 0.45 | 0.33 | 0 |
| HSL | 344.35º | 1% | 0.77% | - |
| HSV(B) | 344.35º | 0.45% | 1% | - |
| XYZ | 57.87 | 42.92 | 43.26 | - |
| YUV | 177.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 170 | 0 | 0.45 | 0.33 | 0 | 344.35 | 1 | 0.77 |
| Hex | FF | 8C | AA | 0 | 2D | 21 | 0 | 158 | 64 | 4D |
| Octal | 377 | 214 | 252 | 0 | 55 | 41 | 0 | 530 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10101010 | 0 | 101101 | 100001 | 0 | 101011000 | 1100100 | 1001101 |
Color Harmonies of #FF8CAA
Complementary color
Monochromatic Colors of #FF8CAA
Black with #FF8CAA
Text Example
Text Example
White with #FF8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CAA; }
p { color: rgb(255,140,170); }
H1.HeaderClassName
{
color: #FF8CAA;
}
.AnyTagClassName
{
color: #FF8CAA;
}
</style>
background-color css
<style>
a { background-color: #FF8CAA; }
a { background-color: rgb(255,140,170); }
div.DivClassName
{
background-color: #FF8CAA;
}
.BgClassName
{
background-color: #FF8CAA;
}
</style>
border-color css
<style>
span { border-color: #FF8CAA; }
span { border-color: rgb(255,140,170); }
td.TdClassName
{
border-color: #FF8CAA;
}
.TagClassName
{
border-color: #FF8CAA;
}
</style>