Shades of Tea Rose #FA89CB
Tints of Tea Rose #FA89CB
RGB
CMYK
RGB Variations
Color information
#FA89CB (or 0xFA89CB) is known color: Tea Rose. HEX triplet: FA, 89 and CB. RGB value is (250,137,203). Sum of RGB (Red+Green+Blue) = 250+137+203=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89CB is #057634. Grayscale: #B2B2B2. Windows color (decimal): -357941 or 13339130. OLE color: 13339130.
HSL color Cylindrical-coordinate representation of color #FA89CB: hue angle of 324.96º 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 #FA89CB is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 203 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.02 |
| HSL | 324.96º | 0.92% | 0.76% | - |
| HSV(B) | 324.96º | 0.45% | 0.98% | - |
| XYZ | 59.15 | 42.53 | 61.59 | - |
| YUV | 178.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 203 | 0 | 0.45 | 0.19 | 0.02 | 324.96 | 0.92 | 0.76 |
| Hex | FA | 89 | CB | 0 | 2D | 13 | 2 | 145 | 5C | 4C |
| Octal | 372 | 211 | 313 | 0 | 55 | 23 | 2 | 505 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11001011 | 0 | 101101 | 10011 | 10 | 101000101 | 1011100 | 1001100 |
Color Harmonies of #FA89CB
Complementary color
Monochromatic Colors of #FA89CB
Black with #FA89CB
Text Example
Text Example
White with #FA89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89CB; }
p { color: rgb(250,137,203); }
H1.HeaderClassName
{
color: #FA89CB;
}
.AnyTagClassName
{
color: #FA89CB;
}
</style>
background-color css
<style>
a { background-color: #FA89CB; }
a { background-color: rgb(250,137,203); }
div.DivClassName
{
background-color: #FA89CB;
}
.BgClassName
{
background-color: #FA89CB;
}
</style>
border-color css
<style>
span { border-color: #FA89CB; }
span { border-color: rgb(250,137,203); }
td.TdClassName
{
border-color: #FA89CB;
}
.TagClassName
{
border-color: #FA89CB;
}
</style>