COLOR #F889B0

HEX: #F889B0
RGB: (248,137,176)

Color info

#F889B0 contains mainly red color. Web safe color of #F889B0 is #FF9999 (or #F99).

RGB color model

#F889B0 color RGB value is (248,137,176).

  • red value is 248;
  • green value is 137;
  • blue value is 176.
RGB:
(248,137,176)
(97%,54%,69%)

RGB channels and saturation

R 248 of 255 = 97%
G 137 of 255 = 54%
B 176 of 255 = 69%

248
137
176

R + G + B ~ 73%. #F889B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 137 + 176 = 561 (100%)
R 248 of 561 ~ 44.21%
G 137 of 561 ~ 24.42%
B 176 of 561 ~ 31.37%

%44.21
%24.42
%31.37

CMYK color model

#F889B0 color CMYK value is (0,45,29,3).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 29.03%
  • key color value is 2.75%
CMYK:
(0,45,29,3)
C0M45Y29K3 
(0%,45%,29%,3%)
(0.00/0.45/0.29/0.03)	

CMYK percentages

%0
%44.76
%29.03
%2.75

Codes

Color #F889B0 in popluar color models

F889B0
RGB248137176
HSL339°88.80%75.49%
HSB/HSV339°44.76%97.25%
CMYK0.00%44.76%29.03%
2.75%

Color #F889B0 in popluar number systems.

HEXF889B0
Decimal248137176
Binary111110001000100110110000
Octal370211260

Shades and tints

Shades of #F889B0

#F889B0
(248,137,176)
#E27DA0
(226,125,160)
#CC7190
(204,113,144)
#B66580
(182,101,128)
#A05970
(160,89,112)
#8A4D60
(138,77,96)
#744150
(116,65,80)
#5E3540
(94,53,64)
#482930
(72,41,48)
#321D20
(50,29,32)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #F889B0

#F889B0
(248,137,176)
#F893B7
(248,147,183)
#F89DBE
(248,157,190)
#F8A7C5
(248,167,197)
#F8B1CC
(248,177,204)
#F8BBD3
(248,187,211)
#F8C5DA
(248,197,218)
#F8CFE1
(248,207,225)
#F8D9E8
(248,217,232)
#F8E3EF
(248,227,239)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F889B0 color. Also use rgb(248,137,176) instead hex code.

Text Font Color

.myTextColor { color: #F889B0; }

<p style="color:#F889B0">This sample text font color is #F889B0.</p>

This text font color is #F889B0.


Background Color

.myBgColor { background-color: #F889B0; }

<div style="background-color:#F889B0">Inner text</div>

This div background color is #F889B0.


Border color

.myBorderColor { border: 1px solid #F889B0; }

<div style="border:3px solid #F889B0">Div</div>

This div border color is #F889B0.


Opacity

.myOpacity80 { color: #F889B0; opacity: 0.8; }

<p style="color:#F889B0;opacity:0.8;">80%</p>

Text with #F889B0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F889B0;}

<p style="text-shadow: 3px 3px 1px #F889B0">Text here.</p>

This text has shadow with #F889B0 color.

.textShadow {text-shadow: 3px 3px 1px #F889B0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F889B0, 5px 5px 20px red">Text here.</p>

This text has shadow with #F889B0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F889B0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F889B0, Direction=45, Strength=4)">Text</p>

This text has shadow with #F889B0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F889B0;
  -webkit-box-shadow:	1px 1px 3px 2px #F889B0;
  box-shadow:		1px 1px 3px 2px #F889B0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F889B0;
-webkit-box-shadow: 1px 1px 3px 2px #F889B0;
box-shadow:1px 1px 3px 2px #F889B0;">
Div content here</div>
This div box has shadow with color #F889B0.

Preview

Color preview on black background

This text has color #F889B0 on black background.


Color preview on white background

This text has color #F889B0 on white background.



Black color preview on #F889B0 background

This text has black color on #F889B0 background.


White color preview on #F889B0 background

This text has white color on #F889B0 background.