Shades of Tickle Me Pink #FE85B0
Tints of Tickle Me Pink #FE85B0
RGB
CMYK
RGB Variations
Color information
#FE85B0 (or 0xFE85B0) is known color: Tickle Me Pink. HEX triplet: FE, 85 and B0. RGB value is (254,133,176). Sum of RGB (Red+Green+Blue) = 254+133+176=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85B0 is #017A4F. Grayscale: #AEAEAE. Windows color (decimal): -96848 or 11568638. OLE color: 11568638.
HSL color Cylindrical-coordinate representation of color #FE85B0: hue angle of 338.68º 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 #FE85B0 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 176 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.00 |
| HSL | 338.68º | 0.98% | 0.76% | - |
| HSV(B) | 338.68º | 0.48% | 1% | - |
| XYZ | 57.1 | 40.98 | 45.97 | - |
| YUV | 174.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 176 | 0 | 0.48 | 0.31 | 0.00 | 338.68 | 0.98 | 0.76 |
| Hex | FE | 85 | B0 | 0 | 30 | 1F | 0 | 153 | 62 | 4C |
| Octal | 376 | 205 | 260 | 0 | 60 | 37 | 0 | 523 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10110000 | 0 | 110000 | 11111 | 0 | 101010011 | 1100010 | 1001100 |
Color Harmonies of #FE85B0
Complementary color
Monochromatic Colors of #FE85B0
Black with #FE85B0
Text Example
Text Example
White with #FE85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85B0; }
p { color: rgb(254,133,176); }
H1.HeaderClassName
{
color: #FE85B0;
}
.AnyTagClassName
{
color: #FE85B0;
}
</style>
background-color css
<style>
a { background-color: #FE85B0; }
a { background-color: rgb(254,133,176); }
div.DivClassName
{
background-color: #FE85B0;
}
.BgClassName
{
background-color: #FE85B0;
}
</style>
border-color css
<style>
span { border-color: #FE85B0; }
span { border-color: rgb(254,133,176); }
td.TdClassName
{
border-color: #FE85B0;
}
.TagClassName
{
border-color: #FE85B0;
}
</style>