Shades of Tickle Me Pink #FE8DAA
Tints of Tickle Me Pink #FE8DAA
RGB
CMYK
RGB Variations
Color information
#FE8DAA (or 0xFE8DAA) is known color: Tickle Me Pink. HEX triplet: FE, 8D and AA. RGB value is (254,141,170). Sum of RGB (Red+Green+Blue) = 254+141+170=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8DAA is #017255. Grayscale: #B2B2B2. Windows color (decimal): -94806 or 11177470. OLE color: 11177470.
HSL color Cylindrical-coordinate representation of color #FE8DAA: hue angle of 344.6º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DAA is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 170 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.00 |
| HSL | 344.6º | 0.98% | 0.77% | - |
| HSV(B) | 344.6º | 0.44% | 1% | - |
| XYZ | 57.65 | 43.02 | 43.3 | - |
| YUV | 178.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 170 | 0 | 0.44 | 0.33 | 0.00 | 344.6 | 0.98 | 0.77 |
| Hex | FE | 8D | AA | 0 | 2C | 21 | 0 | 159 | 62 | 4D |
| Octal | 376 | 215 | 252 | 0 | 54 | 41 | 0 | 531 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10101010 | 0 | 101100 | 100001 | 0 | 101011001 | 1100010 | 1001101 |
Color Harmonies of #FE8DAA
Complementary color
Monochromatic Colors of #FE8DAA
Black with #FE8DAA
Text Example
Text Example
White with #FE8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DAA; }
p { color: rgb(254,141,170); }
H1.HeaderClassName
{
color: #FE8DAA;
}
.AnyTagClassName
{
color: #FE8DAA;
}
</style>
background-color css
<style>
a { background-color: #FE8DAA; }
a { background-color: rgb(254,141,170); }
div.DivClassName
{
background-color: #FE8DAA;
}
.BgClassName
{
background-color: #FE8DAA;
}
</style>
border-color css
<style>
span { border-color: #FE8DAA; }
span { border-color: rgb(254,141,170); }
td.TdClassName
{
border-color: #FE8DAA;
}
.TagClassName
{
border-color: #FE8DAA;
}
</style>