Shades of Tea Rose #FA89C1
Tints of Tea Rose #FA89C1
RGB
CMYK
RGB Variations
Color information
#FA89C1 (or 0xFA89C1) is known color: Tea Rose. HEX triplet: FA, 89 and C1. RGB value is (250,137,193). Sum of RGB (Red+Green+Blue) = 250+137+193=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89C1 is #05763E. Grayscale: #B1B1B1. Windows color (decimal): -357951 or 12683770. OLE color: 12683770.
HSL color Cylindrical-coordinate representation of color #FA89C1: hue angle of 330.27º 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 #FA89C1 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 193 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.02 |
| HSL | 330.27º | 0.92% | 0.76% | - |
| HSV(B) | 330.27º | 0.45% | 0.98% | - |
| XYZ | 58 | 42.07 | 55.51 | - |
| YUV | 177.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 193 | 0 | 0.45 | 0.23 | 0.02 | 330.27 | 0.92 | 0.76 |
| Hex | FA | 89 | C1 | 0 | 2D | 17 | 2 | 14A | 5C | 4C |
| Octal | 372 | 211 | 301 | 0 | 55 | 27 | 2 | 512 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11000001 | 0 | 101101 | 10111 | 10 | 101001010 | 1011100 | 1001100 |
Color Harmonies of #FA89C1
Complementary color
Monochromatic Colors of #FA89C1
Black with #FA89C1
Text Example
Text Example
White with #FA89C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89C1; }
p { color: rgb(250,137,193); }
H1.HeaderClassName
{
color: #FA89C1;
}
.AnyTagClassName
{
color: #FA89C1;
}
</style>
background-color css
<style>
a { background-color: #FA89C1; }
a { background-color: rgb(250,137,193); }
div.DivClassName
{
background-color: #FA89C1;
}
.BgClassName
{
background-color: #FA89C1;
}
</style>
border-color css
<style>
span { border-color: #FA89C1; }
span { border-color: rgb(250,137,193); }
td.TdClassName
{
border-color: #FA89C1;
}
.TagClassName
{
border-color: #FA89C1;
}
</style>