Shades of Tea Rose #FE89C3
Tints of Tea Rose #FE89C3
RGB
CMYK
RGB Variations
Color information
#FE89C3 (or 0xFE89C3) is known color: Tea Rose. HEX triplet: FE, 89 and C3. RGB value is (254,137,195). Sum of RGB (Red+Green+Blue) = 254+137+195=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89C3 is #01763C. Grayscale: #B2B2B2. Windows color (decimal): -95805 or 12814846. OLE color: 12814846.
HSL color Cylindrical-coordinate representation of color #FE89C3: hue angle of 330.26º 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 #FE89C3 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 195 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.00 |
| HSL | 330.26º | 0.98% | 0.77% | - |
| HSV(B) | 330.26º | 0.46% | 1% | - |
| XYZ | 59.67 | 42.9 | 56.77 | - |
| YUV | 178.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 195 | 0 | 0.46 | 0.23 | 0.00 | 330.26 | 0.98 | 0.77 |
| Hex | FE | 89 | C3 | 0 | 2E | 17 | 0 | 14A | 62 | 4D |
| Octal | 376 | 211 | 303 | 0 | 56 | 27 | 0 | 512 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11000011 | 0 | 101110 | 10111 | 0 | 101001010 | 1100010 | 1001101 |
Color Harmonies of #FE89C3
Complementary color
Monochromatic Colors of #FE89C3
Black with #FE89C3
Text Example
Text Example
White with #FE89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89C3; }
p { color: rgb(254,137,195); }
H1.HeaderClassName
{
color: #FE89C3;
}
.AnyTagClassName
{
color: #FE89C3;
}
</style>
background-color css
<style>
a { background-color: #FE89C3; }
a { background-color: rgb(254,137,195); }
div.DivClassName
{
background-color: #FE89C3;
}
.BgClassName
{
background-color: #FE89C3;
}
</style>
border-color css
<style>
span { border-color: #FE89C3; }
span { border-color: rgb(254,137,195); }
td.TdClassName
{
border-color: #FE89C3;
}
.TagClassName
{
border-color: #FE89C3;
}
</style>