Shades of Tickle Me Pink #FE85A7
Tints of Tickle Me Pink #FE85A7
RGB
CMYK
RGB Variations
Color information
#FE85A7 (or 0xFE85A7) is known color: Tickle Me Pink. HEX triplet: FE, 85 and A7. RGB value is (254,133,167). Sum of RGB (Red+Green+Blue) = 254+133+167=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85A7 is #017A58. Grayscale: #ADADAD. Windows color (decimal): -96857 or 10978814. OLE color: 10978814.
HSL color Cylindrical-coordinate representation of color #FE85A7: hue angle of 343.14º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85A7 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 167 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.00 |
| HSL | 343.14º | 0.98% | 0.76% | - |
| HSV(B) | 343.14º | 0.48% | 1% | - |
| XYZ | 56.24 | 40.64 | 41.44 | - |
| YUV | 173.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 167 | 0 | 0.48 | 0.34 | 0.00 | 343.14 | 0.98 | 0.76 |
| Hex | FE | 85 | A7 | 0 | 30 | 22 | 0 | 157 | 62 | 4C |
| Octal | 376 | 205 | 247 | 0 | 60 | 42 | 0 | 527 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10100111 | 0 | 110000 | 100010 | 0 | 101010111 | 1100010 | 1001100 |
Color Harmonies of #FE85A7
Complementary color
Monochromatic Colors of #FE85A7
Black with #FE85A7
Text Example
Text Example
White with #FE85A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85A7; }
p { color: rgb(254,133,167); }
H1.HeaderClassName
{
color: #FE85A7;
}
.AnyTagClassName
{
color: #FE85A7;
}
</style>
background-color css
<style>
a { background-color: #FE85A7; }
a { background-color: rgb(254,133,167); }
div.DivClassName
{
background-color: #FE85A7;
}
.BgClassName
{
background-color: #FE85A7;
}
</style>
border-color css
<style>
span { border-color: #FE85A7; }
span { border-color: rgb(254,133,167); }
td.TdClassName
{
border-color: #FE85A7;
}
.TagClassName
{
border-color: #FE85A7;
}
</style>