Shades of Tickle Me Pink #FF8DAE
Tints of Tickle Me Pink #FF8DAE
RGB
CMYK
RGB Variations
Color information
#FF8DAE (or 0xFF8DAE) is known color: Tickle Me Pink. HEX triplet: FF, 8D and AE. RGB value is (255,141,174). Sum of RGB (Red+Green+Blue) = 255+141+174=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DAE is #007251. Grayscale: #B2B2B2. Windows color (decimal): -29266 or 11439615. OLE color: 11439615.
HSL color Cylindrical-coordinate representation of color #FF8DAE: hue angle of 342.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DAE is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 174 | - |
| CMYK | 0 | 0.45 | 0.32 | 0 |
| HSL | 342.63º | 1% | 0.78% | - |
| HSV(B) | 342.63º | 0.45% | 1% | - |
| XYZ | 58.4 | 43.37 | 45.34 | - |
| YUV | 178.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 174 | 0 | 0.45 | 0.32 | 0 | 342.63 | 1 | 0.78 |
| Hex | FF | 8D | AE | 0 | 2D | 20 | 0 | 157 | 64 | 4E |
| Octal | 377 | 215 | 256 | 0 | 55 | 40 | 0 | 527 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10101110 | 0 | 101101 | 100000 | 0 | 101010111 | 1100100 | 1001110 |
Color Harmonies of #FF8DAE
Complementary color
Monochromatic Colors of #FF8DAE
Black with #FF8DAE
Text Example
Text Example
White with #FF8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DAE; }
p { color: rgb(255,141,174); }
H1.HeaderClassName
{
color: #FF8DAE;
}
.AnyTagClassName
{
color: #FF8DAE;
}
</style>
background-color css
<style>
a { background-color: #FF8DAE; }
a { background-color: rgb(255,141,174); }
div.DivClassName
{
background-color: #FF8DAE;
}
.BgClassName
{
background-color: #FF8DAE;
}
</style>
border-color css
<style>
span { border-color: #FF8DAE; }
span { border-color: rgb(255,141,174); }
td.TdClassName
{
border-color: #FF8DAE;
}
.TagClassName
{
border-color: #FF8DAE;
}
</style>