#FA89D2

Color #FA89D2 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA89D2

Tints of Tea Rose #FA89D2

Color information

#FA89D2 (or 0xFA89D2) is unknown color: approx Tea Rose. HEX triplet: FA, 89 and D2. RGB value is (250,137,210). Sum of RGB (Red+Green+Blue) = 250+137+210=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D2 is #05762D. Grayscale: #B2B2B2. Windows color (decimal): -357934 or 13797882. OLE color: 13797882.

HSL color Cylindrical-coordinate representation of color #FA89D2: hue angle of 321.24º 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 #FA89D2 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250137210-
CMYK00.450.160.02
HSL321.24º91.87%75.88%-
HSV(B)321.24º45.2%98.04%-
XYZ6042.8766.08-
YUV179.11145.44178.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 137 (53.91% from 255) = 22.95%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=41.88%
G=22.95%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013721000.450.160.02321.2491.8775.88
HexFA89D202D1021415c4c
Octal372211322055202501134114
Binary1111101010001001110100100101101100001010100000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89D2; }

 p { color: rgb(250,137,210); }

 H1.HeaderClassName
 {
   color: #FA89D2;
 }
 .AnyTagClassName
 {
   color: #FA89D2;
 }
</style>
background-color css

<style>
 a { background-color: #FA89D2; }

 a { background-color: rgb(250,137,210); }

 div.DivClassName
 {
   background-color: #FA89D2;
 }
 .BgClassName
 {
   background-color: #FA89D2;
 }
</style>
border-color css

<style>
 span { border-color: #FA89D2; }

 span { border-color: rgb(250,137,210); }

 td.TdClassName
 {
   border-color: #FA89D2;
 }
 .TagClassName
 {
   border-color: #FA89D2;
 }
</style>