Shades of Tea Rose #FA89C8
Tints of Tea Rose #FA89C8
RGB
CMYK
RGB Variations
Color information
#FA89C8 (or 0xFA89C8) is known color: Tea Rose. HEX triplet: FA, 89 and C8. RGB value is (250,137,200). Sum of RGB (Red+Green+Blue) = 250+137+200=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89C8 is #057637. Grayscale: #B1B1B1. Windows color (decimal): -357944 or 13142522. OLE color: 13142522.
HSL color Cylindrical-coordinate representation of color #FA89C8: hue angle of 326.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA89C8 is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 200 | - |
| CMYK | 0 | 0.45 | 0.2 | 0.02 |
| HSL | 326.55º | 0.92% | 0.76% | - |
| HSV(B) | 326.55º | 0.45% | 0.98% | - |
| XYZ | 58.8 | 42.39 | 59.73 | - |
| YUV | 177.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 200 | 0 | 0.45 | 0.2 | 0.02 | 326.55 | 0.92 | 0.76 |
| Hex | FA | 89 | C8 | 0 | 2D | 14 | 2 | 147 | 5C | 4C |
| Octal | 372 | 211 | 310 | 0 | 55 | 24 | 2 | 507 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11001000 | 0 | 101101 | 10100 | 10 | 101000111 | 1011100 | 1001100 |
Color Harmonies of #FA89C8
Complementary color
Monochromatic Colors of #FA89C8
Black with #FA89C8
Text Example
Text Example
White with #FA89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89C8; }
p { color: rgb(250,137,200); }
H1.HeaderClassName
{
color: #FA89C8;
}
.AnyTagClassName
{
color: #FA89C8;
}
</style>
background-color css
<style>
a { background-color: #FA89C8; }
a { background-color: rgb(250,137,200); }
div.DivClassName
{
background-color: #FA89C8;
}
.BgClassName
{
background-color: #FA89C8;
}
</style>
border-color css
<style>
span { border-color: #FA89C8; }
span { border-color: rgb(250,137,200); }
td.TdClassName
{
border-color: #FA89C8;
}
.TagClassName
{
border-color: #FA89C8;
}
</style>