Html Css Color HEX #FA89BA Tea Rose

📋 copy color: '#FA89BA'

red 250 ◦ green 137 ◦ blue 186

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

Shades of Tea Rose #FA89BA

Tints of Tea Rose #FA89BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 43.63%
G = 23.91%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA89BA (or 0xFA89BA) is known color: Tea Rose. HEX triplet: FA, 89 and BA. RGB value is (250,137,186). Sum of RGB (Red+Green+Blue) = 250+137+186=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89BA is #057645. Grayscale: #B0B0B0. Windows color (decimal): -357958 or 12225018. OLE color: 12225018.

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

Color convert

RGB 250 137 186 -
CMYK 0 0.45 0.26 0.02
HSL 333.98º 0.92% 0.76% -
HSV(B) 333.98º 0.45% 0.98% -
XYZ 57.23 41.76 51.5 -
YUV 176.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 250 137 186 0 0.45 0.26 0.02 333.98 0.92 0.76
Hex FA 89 BA 0 2D 1A 2 14E 5C 4C
Octal 372 211 272 0 55 32 2 516 134 114
Binary 11111010 10001001 10111010 0 101101 11010 10 101001110 1011100 1001100

Color Harmonies of #FA89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89BA

Black with #FA89BA

Text Example


Text Example

White with #FA89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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