Shades of Tea Rose #FE89CC
Tints of Tea Rose #FE89CC
RGB
CMYK
RGB Variations
Color information
#FE89CC (or 0xFE89CC) is known color: Tea Rose. HEX triplet: FE, 89 and CC. RGB value is (254,137,204). Sum of RGB (Red+Green+Blue) = 254+137+204=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89CC is #017633. Grayscale: #B3B3B3. Windows color (decimal): -95796 or 13404670. OLE color: 13404670.
HSL color Cylindrical-coordinate representation of color #FE89CC: hue angle of 325.64º 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 #FE89CC is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 204 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.00 |
| HSL | 325.64º | 0.98% | 0.77% | - |
| HSV(B) | 325.64º | 0.46% | 1% | - |
| XYZ | 60.72 | 43.32 | 62.29 | - |
| YUV | 179.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 204 | 0 | 0.46 | 0.20 | 0.00 | 325.64 | 0.98 | 0.77 |
| Hex | FE | 89 | CC | 0 | 2E | 14 | 0 | 146 | 62 | 4D |
| Octal | 376 | 211 | 314 | 0 | 56 | 24 | 0 | 506 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11001100 | 0 | 101110 | 10100 | 0 | 101000110 | 1100010 | 1001101 |
Color Harmonies of #FE89CC
Complementary color
Monochromatic Colors of #FE89CC
Black with #FE89CC
Text Example
Text Example
White with #FE89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89CC; }
p { color: rgb(254,137,204); }
H1.HeaderClassName
{
color: #FE89CC;
}
.AnyTagClassName
{
color: #FE89CC;
}
</style>
background-color css
<style>
a { background-color: #FE89CC; }
a { background-color: rgb(254,137,204); }
div.DivClassName
{
background-color: #FE89CC;
}
.BgClassName
{
background-color: #FE89CC;
}
</style>
border-color css
<style>
span { border-color: #FE89CC; }
span { border-color: rgb(254,137,204); }
td.TdClassName
{
border-color: #FE89CC;
}
.TagClassName
{
border-color: #FE89CC;
}
</style>