Shades of Tea Rose #FE89C5
Tints of Tea Rose #FE89C5
RGB
CMYK
RGB Variations
Color information
#FE89C5 (or 0xFE89C5) is known color: Tea Rose. HEX triplet: FE, 89 and C5. RGB value is (254,137,197). Sum of RGB (Red+Green+Blue) = 254+137+197=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 137 (53.91% from 255 or 23.30% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89C5 is #01763A. Grayscale: #B2B2B2. Windows color (decimal): -95803 or 12945918. OLE color: 12945918.
HSL color Cylindrical-coordinate representation of color #FE89C5: hue angle of 329.23º 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 #FE89C5 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 197 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.00 |
| HSL | 329.23º | 0.98% | 0.77% | - |
| HSV(B) | 329.23º | 0.46% | 1% | - |
| XYZ | 59.9 | 42.99 | 57.96 | - |
| YUV | 178.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 197 | 0 | 0.46 | 0.22 | 0.00 | 329.23 | 0.98 | 0.77 |
| Hex | FE | 89 | C5 | 0 | 2E | 16 | 0 | 149 | 62 | 4D |
| Octal | 376 | 211 | 305 | 0 | 56 | 26 | 0 | 511 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11000101 | 0 | 101110 | 10110 | 0 | 101001001 | 1100010 | 1001101 |
Color Harmonies of #FE89C5
Complementary color
Monochromatic Colors of #FE89C5
Black with #FE89C5
Text Example
Text Example
White with #FE89C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89C5; }
p { color: rgb(254,137,197); }
H1.HeaderClassName
{
color: #FE89C5;
}
.AnyTagClassName
{
color: #FE89C5;
}
</style>
background-color css
<style>
a { background-color: #FE89C5; }
a { background-color: rgb(254,137,197); }
div.DivClassName
{
background-color: #FE89C5;
}
.BgClassName
{
background-color: #FE89C5;
}
</style>
border-color css
<style>
span { border-color: #FE89C5; }
span { border-color: rgb(254,137,197); }
td.TdClassName
{
border-color: #FE89C5;
}
.TagClassName
{
border-color: #FE89C5;
}
</style>