Shades of Tea Rose #FA89D4
Tints of Tea Rose #FA89D4
RGB
CMYK
RGB Variations
Color information
#FA89D4 (or 0xFA89D4) is known color: Tea Rose. HEX triplet: FA, 89 and D4. RGB value is (250,137,212). Sum of RGB (Red+Green+Blue) = 250+137+212=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D4 is #05762B. Grayscale: #B3B3B3. Windows color (decimal): -357932 or 13928954. OLE color: 13928954.
HSL color Cylindrical-coordinate representation of color #FA89D4: hue angle of 320.18º 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 #FA89D4 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 212 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.02 |
| HSL | 320.18º | 0.92% | 0.76% | - |
| HSV(B) | 320.18º | 0.45% | 0.98% | - |
| XYZ | 60.25 | 42.97 | 67.41 | - |
| YUV | 179.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 212 | 0 | 0.45 | 0.15 | 0.02 | 320.18 | 0.92 | 0.76 |
| Hex | FA | 89 | D4 | 0 | 2D | F | 2 | 140 | 5C | 4C |
| Octal | 372 | 211 | 324 | 0 | 55 | 17 | 2 | 500 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11010100 | 0 | 101101 | 1111 | 10 | 101000000 | 1011100 | 1001100 |
Color Harmonies of #FA89D4
Complementary color
Monochromatic Colors of #FA89D4
Black with #FA89D4
Text Example
Text Example
White with #FA89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89D4; }
p { color: rgb(250,137,212); }
H1.HeaderClassName
{
color: #FA89D4;
}
.AnyTagClassName
{
color: #FA89D4;
}
</style>
background-color css
<style>
a { background-color: #FA89D4; }
a { background-color: rgb(250,137,212); }
div.DivClassName
{
background-color: #FA89D4;
}
.BgClassName
{
background-color: #FA89D4;
}
</style>
border-color css
<style>
span { border-color: #FA89D4; }
span { border-color: rgb(250,137,212); }
td.TdClassName
{
border-color: #FA89D4;
}
.TagClassName
{
border-color: #FA89D4;
}
</style>