Shades of Tea Rose #FE89C9
Tints of Tea Rose #FE89C9
RGB
CMYK
RGB Variations
Color information
#FE89C9 (or 0xFE89C9) is known color: Tea Rose. HEX triplet: FE, 89 and C9. RGB value is (254,137,201). Sum of RGB (Red+Green+Blue) = 254+137+201=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89C9 is #017636. Grayscale: #B3B3B3. Windows color (decimal): -95799 or 13208062. OLE color: 13208062.
HSL color Cylindrical-coordinate representation of color #FE89C9: hue angle of 327.18º 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 #FE89C9 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 201 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.00 |
| HSL | 327.18º | 0.98% | 0.77% | - |
| HSV(B) | 327.18º | 0.46% | 1% | - |
| XYZ | 60.36 | 43.18 | 60.41 | - |
| YUV | 179.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 201 | 0 | 0.46 | 0.21 | 0.00 | 327.18 | 0.98 | 0.77 |
| Hex | FE | 89 | C9 | 0 | 2E | 15 | 0 | 147 | 62 | 4D |
| Octal | 376 | 211 | 311 | 0 | 56 | 25 | 0 | 507 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11001001 | 0 | 101110 | 10101 | 0 | 101000111 | 1100010 | 1001101 |
Color Harmonies of #FE89C9
Complementary color
Monochromatic Colors of #FE89C9
Black with #FE89C9
Text Example
Text Example
White with #FE89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89C9; }
p { color: rgb(254,137,201); }
H1.HeaderClassName
{
color: #FE89C9;
}
.AnyTagClassName
{
color: #FE89C9;
}
</style>
background-color css
<style>
a { background-color: #FE89C9; }
a { background-color: rgb(254,137,201); }
div.DivClassName
{
background-color: #FE89C9;
}
.BgClassName
{
background-color: #FE89C9;
}
</style>
border-color css
<style>
span { border-color: #FE89C9; }
span { border-color: rgb(254,137,201); }
td.TdClassName
{
border-color: #FE89C9;
}
.TagClassName
{
border-color: #FE89C9;
}
</style>