Html Css Color HEX #FA89D1 Tea Rose

📋 copy color: '#FA89D1'

red 250 ◦ green 137 ◦ blue 209

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

Shades of Tea Rose #FA89D1

Tints of Tea Rose #FA89D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.07%

R = 41.95%
G = 22.99%
B = 35.07%

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

#FA89D1 (or 0xFA89D1) is known color: Tea Rose. HEX triplet: FA, 89 and D1. RGB value is (250,137,209). Sum of RGB (Red+Green+Blue) = 250+137+209=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D1 is #05762E. Grayscale: #B2B2B2. Windows color (decimal): -357935 or 13732346. OLE color: 13732346.

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

Color convert

RGB 250 137 209 -
CMYK 0 0.45 0.16 0.02
HSL 321.77º 0.92% 0.76% -
HSV(B) 321.77º 0.45% 0.98% -
XYZ 59.88 42.82 65.43 -
YUV 179 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 250 137 209 0 0.45 0.16 0.02 321.77 0.92 0.76
Hex FA 89 D1 0 2D 10 2 142 5C 4C
Octal 372 211 321 0 55 20 2 502 134 114
Binary 11111010 10001001 11010001 0 101101 10000 10 101000010 1011100 1001100

Color Harmonies of #FA89D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89D1

Black with #FA89D1

Text Example


Text Example

White with #FA89D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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