Shades of Tea Rose #FE89C0
Tints of Tea Rose #FE89C0
RGB
CMYK
RGB Variations
Color information
#FE89C0 (or 0xFE89C0) is known color: Tea Rose. HEX triplet: FE, 89 and C0. RGB value is (254,137,192). Sum of RGB (Red+Green+Blue) = 254+137+192=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89C0 is #01763F. Grayscale: #B2B2B2. Windows color (decimal): -95808 or 12618238. OLE color: 12618238.
HSL color Cylindrical-coordinate representation of color #FE89C0: hue angle of 331.79º 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 #FE89C0 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 192 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.00 |
| HSL | 331.79º | 0.98% | 0.77% | - |
| HSV(B) | 331.79º | 0.46% | 1% | - |
| XYZ | 59.33 | 42.77 | 55 | - |
| YUV | 178.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 192 | 0 | 0.46 | 0.24 | 0.00 | 331.79 | 0.98 | 0.77 |
| Hex | FE | 89 | C0 | 0 | 2E | 18 | 0 | 14C | 62 | 4D |
| Octal | 376 | 211 | 300 | 0 | 56 | 30 | 0 | 514 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11000000 | 0 | 101110 | 11000 | 0 | 101001100 | 1100010 | 1001101 |
Color Harmonies of #FE89C0
Complementary color
Monochromatic Colors of #FE89C0
Black with #FE89C0
Text Example
Text Example
White with #FE89C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89C0; }
p { color: rgb(254,137,192); }
H1.HeaderClassName
{
color: #FE89C0;
}
.AnyTagClassName
{
color: #FE89C0;
}
</style>
background-color css
<style>
a { background-color: #FE89C0; }
a { background-color: rgb(254,137,192); }
div.DivClassName
{
background-color: #FE89C0;
}
.BgClassName
{
background-color: #FE89C0;
}
</style>
border-color css
<style>
span { border-color: #FE89C0; }
span { border-color: rgb(254,137,192); }
td.TdClassName
{
border-color: #FE89C0;
}
.TagClassName
{
border-color: #FE89C0;
}
</style>