Shades of Tickle Me Pink #FE8CAA
Tints of Tickle Me Pink #FE8CAA
RGB
CMYK
RGB Variations
Color information
#FE8CAA (or 0xFE8CAA) is known color: Tickle Me Pink. HEX triplet: FE, 8C and AA. RGB value is (254,140,170). Sum of RGB (Red+Green+Blue) = 254+140+170=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8CAA is #017355. Grayscale: #B1B1B1. Windows color (decimal): -95062 or 11177214. OLE color: 11177214.
HSL color Cylindrical-coordinate representation of color #FE8CAA: hue angle of 344.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CAA is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 170 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.00 |
| HSL | 344.21º | 0.98% | 0.77% | - |
| HSV(B) | 344.21º | 0.45% | 1% | - |
| XYZ | 57.51 | 42.73 | 43.25 | - |
| YUV | 177.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 170 | 0 | 0.45 | 0.33 | 0.00 | 344.21 | 0.98 | 0.77 |
| Hex | FE | 8C | AA | 0 | 2D | 21 | 0 | 158 | 62 | 4D |
| Octal | 376 | 214 | 252 | 0 | 55 | 41 | 0 | 530 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10101010 | 0 | 101101 | 100001 | 0 | 101011000 | 1100010 | 1001101 |
Color Harmonies of #FE8CAA
Complementary color
Monochromatic Colors of #FE8CAA
Black with #FE8CAA
Text Example
Text Example
White with #FE8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CAA; }
p { color: rgb(254,140,170); }
H1.HeaderClassName
{
color: #FE8CAA;
}
.AnyTagClassName
{
color: #FE8CAA;
}
</style>
background-color css
<style>
a { background-color: #FE8CAA; }
a { background-color: rgb(254,140,170); }
div.DivClassName
{
background-color: #FE8CAA;
}
.BgClassName
{
background-color: #FE8CAA;
}
</style>
border-color css
<style>
span { border-color: #FE8CAA; }
span { border-color: rgb(254,140,170); }
td.TdClassName
{
border-color: #FE8CAA;
}
.TagClassName
{
border-color: #FE8CAA;
}
</style>