Shades of Tea Rose #FA89CE
Tints of Tea Rose #FA89CE
RGB
CMYK
RGB Variations
Color information
#FA89CE (or 0xFA89CE) is known color: Tea Rose. HEX triplet: FA, 89 and CE. RGB value is (250,137,206). Sum of RGB (Red+Green+Blue) = 250+137+206=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89CE is #057631. Grayscale: #B2B2B2. Windows color (decimal): -357938 or 13535738. OLE color: 13535738.
HSL color Cylindrical-coordinate representation of color #FA89CE: hue angle of 323.36º 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 #FA89CE is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 206 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.02 |
| HSL | 323.36º | 0.92% | 0.76% | - |
| HSV(B) | 323.36º | 0.45% | 0.98% | - |
| XYZ | 59.51 | 42.67 | 63.49 | - |
| YUV | 178.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 206 | 0 | 0.45 | 0.18 | 0.02 | 323.36 | 0.92 | 0.76 |
| Hex | FA | 89 | CE | 0 | 2D | 12 | 2 | 143 | 5C | 4C |
| Octal | 372 | 211 | 316 | 0 | 55 | 22 | 2 | 503 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11001110 | 0 | 101101 | 10010 | 10 | 101000011 | 1011100 | 1001100 |
Color Harmonies of #FA89CE
Complementary color
Monochromatic Colors of #FA89CE
Black with #FA89CE
Text Example
Text Example
White with #FA89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89CE; }
p { color: rgb(250,137,206); }
H1.HeaderClassName
{
color: #FA89CE;
}
.AnyTagClassName
{
color: #FA89CE;
}
</style>
background-color css
<style>
a { background-color: #FA89CE; }
a { background-color: rgb(250,137,206); }
div.DivClassName
{
background-color: #FA89CE;
}
.BgClassName
{
background-color: #FA89CE;
}
</style>
border-color css
<style>
span { border-color: #FA89CE; }
span { border-color: rgb(250,137,206); }
td.TdClassName
{
border-color: #FA89CE;
}
.TagClassName
{
border-color: #FA89CE;
}
</style>