Shades of Tea Rose #FE89D0
Tints of Tea Rose #FE89D0
RGB
CMYK
RGB Variations
Color information
#FE89D0 (or 0xFE89D0) is known color: Tea Rose. HEX triplet: FE, 89 and D0. RGB value is (254,137,208). Sum of RGB (Red+Green+Blue) = 254+137+208=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89D0 is #01762F. Grayscale: #B3B3B3. Windows color (decimal): -95792 or 13666814. OLE color: 13666814.
HSL color Cylindrical-coordinate representation of color #FE89D0: hue angle of 323.59º 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 #FE89D0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 208 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.00 |
| HSL | 323.59º | 0.98% | 0.77% | - |
| HSV(B) | 323.59º | 0.46% | 1% | - |
| XYZ | 61.2 | 43.52 | 64.85 | - |
| YUV | 180.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 208 | 0 | 0.46 | 0.18 | 0.00 | 323.59 | 0.98 | 0.77 |
| Hex | FE | 89 | D0 | 0 | 2E | 12 | 0 | 144 | 62 | 4D |
| Octal | 376 | 211 | 320 | 0 | 56 | 22 | 0 | 504 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11010000 | 0 | 101110 | 10010 | 0 | 101000100 | 1100010 | 1001101 |
Color Harmonies of #FE89D0
Complementary color
Monochromatic Colors of #FE89D0
Black with #FE89D0
Text Example
Text Example
White with #FE89D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89D0; }
p { color: rgb(254,137,208); }
H1.HeaderClassName
{
color: #FE89D0;
}
.AnyTagClassName
{
color: #FE89D0;
}
</style>
background-color css
<style>
a { background-color: #FE89D0; }
a { background-color: rgb(254,137,208); }
div.DivClassName
{
background-color: #FE89D0;
}
.BgClassName
{
background-color: #FE89D0;
}
</style>
border-color css
<style>
span { border-color: #FE89D0; }
span { border-color: rgb(254,137,208); }
td.TdClassName
{
border-color: #FE89D0;
}
.TagClassName
{
border-color: #FE89D0;
}
</style>