#FF89BF

Color #FF89BF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF89BF

Tints of Tea Rose #FF89BF

Color information

#FF89BF (or 0xFF89BF) is unknown color: approx Tea Rose. HEX triplet: FF, 89 and BF. RGB value is (255,137,191). Sum of RGB (Red+Green+Blue) = 255+137+191=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89BF is #007640. Grayscale: #B2B2B2. Windows color (decimal): -30273 or 12552703. OLE color: 12552703.

HSL color Cylindrical-coordinate representation of color #FF89BF: hue angle of 332.54º 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 #FF89BF is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255137191-
CMYK00.460.250
HSL332.54º100%76.86%-
HSV(B)332.54º46.27%100%-
XYZ59.5942.9154.43-
YUV178.44135.09182.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 137 (53.91% from 255) = 23.50%
BLUE value IS 191 (75% from 255) = 32.76%
R=43.74%
G=23.50%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513719100.460.250332.5410076.86
HexFF89BF02E19014d644d
Octal377211277056310515144115
Binary111111111000100110111111010111011001010100110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF89BF; }

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

 H1.HeaderClassName
 {
   color: #FF89BF;
 }
 .AnyTagClassName
 {
   color: #FF89BF;
 }
</style>
background-color css

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

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

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

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

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

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