COLOR #F89BA5

HEX: #F89BA5
RGB: (248,155,165)

Color info

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

RGB color model

#F89BA5 color RGB value is (248,155,165).

  • red value is 248;
  • green value is 155;
  • blue value is 165.
RGB:
(248,155,165)
(97%,61%,65%)

RGB channels and saturation

R 248 of 255 = 97%
G 155 of 255 = 61%
B 165 of 255 = 65%

248
155
165

R + G + B ~ 74%. #F89BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 155 + 165 = 568 (100%)
R 248 of 568 ~ 43.66%
G 155 of 568 ~ 27.29%
B 165 of 568 ~ 29.05%

%43.66
%27.29
%29.05

CMYK color model

#F89BA5 color CMYK value is (0,38,33,3).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 33.47%
  • key color value is 2.75%
CMYK:
(0,38,33,3)
C0M38Y33K3 
(0%,38%,33%,3%)
(0.00/0.38/0.33/0.03)	

CMYK percentages

%0
%37.5
%33.47
%2.75

Codes

Color #F89BA5 in popluar color models

F89BA5
RGB248155165
HSL354°86.92%79.02%
HSB/HSV354°37.50%97.25%
CMYK0.00%37.50%33.47%
2.75%

Color #F89BA5 in popluar number systems.

HEXF89BA5
Decimal248155165
Binary111110001001101110100101
Octal370233245

Shades and tints

Shades of #F89BA5

#F89BA5
(248,155,165)
#E28D96
(226,141,150)
#CC7F87
(204,127,135)
#B67178
(182,113,120)
#A06369
(160,99,105)
#8A555A
(138,85,90)
#74474B
(116,71,75)
#5E393C
(94,57,60)
#482B2D
(72,43,45)
#321D1E
(50,29,30)
#1C0F0F
(28,15,15)
#000000
(0,0,0)

Tints of #F89BA5

#F89BA5
(248,155,165)
#F8A4AD
(248,164,173)
#F8ADB5
(248,173,181)
#F8B6BD
(248,182,189)
#F8BFC5
(248,191,197)
#F8C8CD
(248,200,205)
#F8D1D5
(248,209,213)
#F8DADD
(248,218,221)
#F8E3E5
(248,227,229)
#F8ECED
(248,236,237)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89BA5 color. Also use rgb(248,155,165) instead hex code.

Text Font Color

.myTextColor { color: #F89BA5; }

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

This text font color is #F89BA5.


Background Color

.myBgColor { background-color: #F89BA5; }

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

This div background color is #F89BA5.


Border color

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

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

This div border color is #F89BA5.


Opacity

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

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

Text with #F89BA5 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 #F89BA5;}

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

This text has shadow with #F89BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89BA5 on black background.


Color preview on white background

This text has color #F89BA5 on white background.



Black color preview on #F89BA5 background

This text has black color on #F89BA5 background.


White color preview on #F89BA5 background

This text has white color on #F89BA5 background.