Html Css Color HEX #FF89C2 Tea Rose

📋 copy color: '#FF89C2'

red 255 ◦ green 137 ◦ blue 194

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

Shades of Tea Rose #FF89C2

Tints of Tea Rose #FF89C2

RGB

 RED value IS 255 (100% from 255) = 43.52%

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

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

R = 43.52%
G = 23.38%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF89C2 (or 0xFF89C2) is known color: Tea Rose. HEX triplet: FF, 89 and C2. RGB value is (255,137,194). Sum of RGB (Red+Green+Blue) = 255+137+194=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89C2 is #00763D. Grayscale: #B2B2B2. Windows color (decimal): -30270 or 12749311. OLE color: 12749311.

HSL color Cylindrical-coordinate representation of color #FF89C2: hue angle of 331.02º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF89C2 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 137 194 -
CMYK 0 0.46 0.24 0
HSL 331.02º 1% 0.77% -
HSV(B) 331.02º 0.46% 1% -
XYZ 59.92 43.05 56.19 -
YUV 178.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 255 137 194 0 0.46 0.24 0 331.02 1 0.77
Hex FF 89 C2 0 2E 18 0 14B 64 4D
Octal 377 211 302 0 56 30 0 513 144 115
Binary 11111111 10001001 11000010 0 101110 11000 0 101001011 1100100 1001101

Color Harmonies of #FF89C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF89C2

Black with #FF89C2

Text Example


Text Example

White with #FF89C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF89C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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