Html Css Color HEX #FA89D0 Tea Rose

📋 copy color: '#FA89D0'

red 250 ◦ green 137 ◦ blue 208

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

Shades of Tea Rose #FA89D0

Tints of Tea Rose #FA89D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.96%

R = 42.02%
G = 23.03%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA89D0 (or 0xFA89D0) is known color: Tea Rose. HEX triplet: FA, 89 and D0. RGB value is (250,137,208). Sum of RGB (Red+Green+Blue) = 250+137+208=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D0 is #05762F. Grayscale: #B2B2B2. Windows color (decimal): -357936 or 13666810. OLE color: 13666810.

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

Color convert

RGB 250 137 208 -
CMYK 0 0.45 0.17 0.02
HSL 322.3º 0.92% 0.76% -
HSV(B) 322.3º 0.45% 0.98% -
XYZ 59.76 42.77 64.78 -
YUV 178.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 250 137 208 0 0.45 0.17 0.02 322.3 0.92 0.76
Hex FA 89 D0 0 2D 11 2 142 5C 4C
Octal 372 211 320 0 55 21 2 502 134 114
Binary 11111010 10001001 11010000 0 101101 10001 10 101000010 1011100 1001100

Color Harmonies of #FA89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89D0

Black with #FA89D0

Text Example


Text Example

White with #FA89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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