#FA89C5

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

Shades of Tea Rose #FA89C5

Tints of Tea Rose #FA89C5

Color information

#FA89C5 (or 0xFA89C5) is unknown color: approx Tea Rose. HEX triplet: FA, 89 and C5. RGB value is (250,137,197). Sum of RGB (Red+Green+Blue) = 250+137+197=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89C5 is #05763A. Grayscale: #B1B1B1. Windows color (decimal): -357947 or 12945914. OLE color: 12945914.

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

Color convert

RGB250137197-
CMYK00.450.210.02
HSL328.14º91.87%75.88%-
HSV(B)328.14º45.2%98.04%-
XYZ58.4542.2557.9-
YUV177.63138.94179.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 137 (53.91% from 255) = 23.46%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=42.81%
G=23.46%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013719700.450.210.02328.1491.8775.88
HexFA89C502D1521485c4c
Octal372211305055252510134114
Binary1111101010001001110001010101101101011010100100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89C5; }

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

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

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

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

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

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

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

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