Shades of Tea Rose #FE89BC
Tints of Tea Rose #FE89BC
RGB
CMYK
RGB Variations
Color information
#FE89BC (or 0xFE89BC) is known color: Tea Rose. HEX triplet: FE, 89 and BC. RGB value is (254,137,188). Sum of RGB (Red+Green+Blue) = 254+137+188=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89BC is #017643. Grayscale: #B1B1B1. Windows color (decimal): -95812 or 12356094. OLE color: 12356094.
HSL color Cylindrical-coordinate representation of color #FE89BC: hue angle of 333.85º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE89BC is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 188 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.00 |
| HSL | 333.85º | 0.98% | 0.77% | - |
| HSV(B) | 333.85º | 0.46% | 1% | - |
| XYZ | 58.9 | 42.59 | 52.69 | - |
| YUV | 177.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 188 | 0 | 0.46 | 0.26 | 0.00 | 333.85 | 0.98 | 0.77 |
| Hex | FE | 89 | BC | 0 | 2E | 1A | 0 | 14E | 62 | 4D |
| Octal | 376 | 211 | 274 | 0 | 56 | 32 | 0 | 516 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10111100 | 0 | 101110 | 11010 | 0 | 101001110 | 1100010 | 1001101 |
Color Harmonies of #FE89BC
Complementary color
Monochromatic Colors of #FE89BC
Black with #FE89BC
Text Example
Text Example
White with #FE89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89BC; }
p { color: rgb(254,137,188); }
H1.HeaderClassName
{
color: #FE89BC;
}
.AnyTagClassName
{
color: #FE89BC;
}
</style>
background-color css
<style>
a { background-color: #FE89BC; }
a { background-color: rgb(254,137,188); }
div.DivClassName
{
background-color: #FE89BC;
}
.BgClassName
{
background-color: #FE89BC;
}
</style>
border-color css
<style>
span { border-color: #FE89BC; }
span { border-color: rgb(254,137,188); }
td.TdClassName
{
border-color: #FE89BC;
}
.TagClassName
{
border-color: #FE89BC;
}
</style>