#FA89CD

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

Shades of Tea Rose #FA89CD

Tints of Tea Rose #FA89CD

Color information

#FA89CD (or 0xFA89CD) is unknown color: approx Tea Rose. HEX triplet: FA, 89 and CD. RGB value is (250,137,205). Sum of RGB (Red+Green+Blue) = 250+137+205=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89CD is #057632. Grayscale: #B2B2B2. Windows color (decimal): -357939 or 13470202. OLE color: 13470202.

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

Color convert

RGB250137205-
CMYK00.450.180.02
HSL323.89º91.87%75.88%-
HSV(B)323.89º45.2%98.04%-
XYZ59.3942.6262.85-
YUV178.54142.94178.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 137 (53.91% from 255) = 23.14%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=42.23%
G=23.14%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013720500.450.180.02323.8991.8775.88
HexFA89CD02D1221445c4c
Octal372211315055222504134114
Binary1111101010001001110011010101101100101010100010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89CD; }

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

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

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

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

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

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

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

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