Shades of Tea Rose #FA89BE
Tints of Tea Rose #FA89BE
RGB
CMYK
RGB Variations
Color information
#FA89BE (or 0xFA89BE) is known color: Tea Rose. HEX triplet: FA, 89 and BE. RGB value is (250,137,190). Sum of RGB (Red+Green+Blue) = 250+137+190=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89BE is #057641. Grayscale: #B0B0B0. Windows color (decimal): -357954 or 12487162. OLE color: 12487162.
HSL color Cylindrical-coordinate representation of color #FA89BE: hue angle of 331.86º 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 #FA89BE is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 190 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.02 |
| HSL | 331.86º | 0.92% | 0.76% | - |
| HSV(B) | 331.86º | 0.45% | 0.98% | - |
| XYZ | 57.66 | 41.93 | 53.77 | - |
| YUV | 176.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 190 | 0 | 0.45 | 0.24 | 0.02 | 331.86 | 0.92 | 0.76 |
| Hex | FA | 89 | BE | 0 | 2D | 18 | 2 | 14C | 5C | 4C |
| Octal | 372 | 211 | 276 | 0 | 55 | 30 | 2 | 514 | 134 | 114 |
| Binary | 11111010 | 10001001 | 10111110 | 0 | 101101 | 11000 | 10 | 101001100 | 1011100 | 1001100 |
Color Harmonies of #FA89BE
Complementary color
Monochromatic Colors of #FA89BE
Black with #FA89BE
Text Example
Text Example
White with #FA89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89BE; }
p { color: rgb(250,137,190); }
H1.HeaderClassName
{
color: #FA89BE;
}
.AnyTagClassName
{
color: #FA89BE;
}
</style>
background-color css
<style>
a { background-color: #FA89BE; }
a { background-color: rgb(250,137,190); }
div.DivClassName
{
background-color: #FA89BE;
}
.BgClassName
{
background-color: #FA89BE;
}
</style>
border-color css
<style>
span { border-color: #FA89BE; }
span { border-color: rgb(250,137,190); }
td.TdClassName
{
border-color: #FA89BE;
}
.TagClassName
{
border-color: #FA89BE;
}
</style>