#FA89D1

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

Shades of Tea Rose #FA89D1

Tints of Tea Rose #FA89D1

Color information

#FA89D1 (or 0xFA89D1) is unknown color: approx Tea Rose. HEX triplet: FA, 89 and D1. RGB value is (250,137,209). Sum of RGB (Red+Green+Blue) = 250+137+209=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D1 is #05762E. Grayscale: #B2B2B2. Windows color (decimal): -357935 or 13732346. OLE color: 13732346.

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

Color convert

RGB250137209-
CMYK00.450.160.02
HSL321.77º91.87%75.88%-
HSV(B)321.77º45.2%98.04%-
XYZ59.8842.8265.43-
YUV178.99144.94178.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 137 (53.91% from 255) = 22.99%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=41.95%
G=22.99%
B=35.07%

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
Decimal25013720900.450.160.02321.7791.8775.88
HexFA89D102D1021425c4c
Octal372211321055202502134114
Binary1111101010001001110100010101101100001010100001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89D1; }

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

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

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

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

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

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

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

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