#FA89D4

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

Shades of Tea Rose #FA89D4

Tints of Tea Rose #FA89D4

Color information

#FA89D4 (or 0xFA89D4) is unknown color: approx 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

RGB250137212-
CMYK00.450.150.02
HSL320.18º91.87%75.88%-
HSV(B)320.18º45.2%98.04%-
XYZ60.2542.9767.41-
YUV179.34146.44178.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 137 (53.91% from 255) = 22.87%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=41.74%
G=22.87%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013721200.450.150.02320.1891.8775.88
HexFA89D402DF21405c4c
Octal372211324055172500134114
Binary111110101000100111010100010110111111010100000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>