Html Css Color HEX #FA89C0 Tea Rose

📋 copy color: '#FA89C0'

red 250 ◦ green 137 ◦ blue 192

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

Shades of Tea Rose #FA89C0

Tints of Tea Rose #FA89C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 43.18%
G = 23.66%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA89C0 (or 0xFA89C0) is known color: Tea Rose. HEX triplet: FA, 89 and C0. RGB value is (250,137,192). Sum of RGB (Red+Green+Blue) = 250+137+192=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89C0 is #05763F. Grayscale: #B0B0B0. Windows color (decimal): -357952 or 12618234. OLE color: 12618234.

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

Color convert

RGB 250 137 192 -
CMYK 0 0.45 0.23 0.02
HSL 330.8º 0.92% 0.76% -
HSV(B) 330.8º 0.45% 0.98% -
XYZ 57.88 42.02 54.93 -
YUV 177.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 250 137 192 0 0.45 0.23 0.02 330.8 0.92 0.76
Hex FA 89 C0 0 2D 17 2 14B 5C 4C
Octal 372 211 300 0 55 27 2 513 134 114
Binary 11111010 10001001 11000000 0 101101 10111 10 101001011 1011100 1001100

Color Harmonies of #FA89C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89C0

Black with #FA89C0

Text Example


Text Example

White with #FA89C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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