Html Css Color HEX #FA89D3 Tea Rose

📋 copy color: '#FA89D3'

red 250 ◦ green 137 ◦ blue 211

#FA89D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FA89D3

Tints of Tea Rose #FA89D3

RGB

 RED value IS 250 (98.05% from 255) = 41.81%

 GREEN value IS 137 (53.91% from 255) = 22.91%

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 41.81%
G = 22.91%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA89D3 (or 0xFA89D3) is known color: Tea Rose. HEX triplet: FA, 89 and D3. RGB value is (250,137,211). Sum of RGB (Red+Green+Blue) = 250+137+211=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D3 is #05762C. Grayscale: #B3B3B3. Windows color (decimal): -357933 or 13863418. OLE color: 13863418.

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

Color convert

RGB 250 137 211 -
CMYK 0 0.45 0.16 0.02
HSL 320.71º 0.92% 0.76% -
HSV(B) 320.71º 0.45% 0.98% -
XYZ 60.13 42.92 66.74 -
YUV 179.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 250 137 211 0 0.45 0.16 0.02 320.71 0.92 0.76
Hex FA 89 D3 0 2D 10 2 141 5C 4C
Octal 372 211 323 0 55 20 2 501 134 114
Binary 11111010 10001001 11010011 0 101101 10000 10 101000001 1011100 1001100

Color Harmonies of #FA89D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89D3

Black with #FA89D3

Text Example


Text Example

White with #FA89D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89D3; }

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

 H1.HeaderClassName
 {
   color: #FA89D3;
 }
 .AnyTagClassName
 {
   color: #FA89D3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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