Html Css Color HEX #FA89C2 Tea Rose

📋 copy color: '#FA89C2'

red 250 ◦ green 137 ◦ blue 194

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

Shades of Tea Rose #FA89C2

Tints of Tea Rose #FA89C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 43.03%
G = 23.58%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA89C2 (or 0xFA89C2) is known color: Tea Rose. HEX triplet: FA, 89 and C2. RGB value is (250,137,194). Sum of RGB (Red+Green+Blue) = 250+137+194=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89C2 is #05763D. Grayscale: #B1B1B1. Windows color (decimal): -357950 or 12749306. OLE color: 12749306.

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

Color convert

RGB 250 137 194 -
CMYK 0 0.45 0.22 0.02
HSL 329.73º 0.92% 0.76% -
HSV(B) 329.73º 0.45% 0.98% -
XYZ 58.11 42.11 56.1 -
YUV 177.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 250 137 194 0 0.45 0.22 0.02 329.73 0.92 0.76
Hex FA 89 C2 0 2D 16 2 14A 5C 4C
Octal 372 211 302 0 55 26 2 512 134 114
Binary 11111010 10001001 11000010 0 101101 10110 10 101001010 1011100 1001100

Color Harmonies of #FA89C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89C2

Black with #FA89C2

Text Example


Text Example

White with #FA89C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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