COLOR #F89BA6

HEX: #F89BA6
RGB: (248,155,166)

Color info

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

RGB color model

#F89BA6 color RGB value is (248,155,166).

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

RGB channels and saturation

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

248
155
166

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

Portions of RGB colors in percentages

R + G + B =
248 + 155 + 166 = 569 (100%)
R 248 of 569 ~ 43.59%
G 155 of 569 ~ 27.24%
B 166 of 569 ~ 29.17%

%43.59
%27.24
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 33.06%
  • 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.06
%2.75

Codes

Color #F89BA6 in popluar color models

F89BA6
RGB248155166
HSL353°86.92%79.02%
HSB/HSV353°37.50%97.25%
CMYK0.00%37.50%33.06%
2.75%

Color #F89BA6 in popluar number systems.

HEXF89BA6
Decimal248155166
Binary111110001001101110100110
Octal370233246

Shades and tints

Shades of #F89BA6

#F89BA6
(248,155,166)
#E28D97
(226,141,151)
#CC7F88
(204,127,136)
#B67179
(182,113,121)
#A0636A
(160,99,106)
#8A555B
(138,85,91)
#74474C
(116,71,76)
#5E393D
(94,57,61)
#482B2E
(72,43,46)
#321D1F
(50,29,31)
#1C0F10
(28,15,16)
#000000
(0,0,0)

Tints of #F89BA6

#F89BA6
(248,155,166)
#F8A4AE
(248,164,174)
#F8ADB6
(248,173,182)
#F8B6BE
(248,182,190)
#F8BFC6
(248,191,198)
#F8C8CE
(248,200,206)
#F8D1D6
(248,209,214)
#F8DADE
(248,218,222)
#F8E3E6
(248,227,230)
#F8ECEE
(248,236,238)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89BA6; }

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

This text font color is #F89BA6.


Background Color

.myBgColor { background-color: #F89BA6; }

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

This div background color is #F89BA6.


Border color

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

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

This div border color is #F89BA6.


Opacity

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

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

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

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

This text has shadow with #F89BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89BA6 on black background.


Color preview on white background

This text has color #F89BA6 on white background.



Black color preview on #F89BA6 background

This text has black color on #F89BA6 background.


White color preview on #F89BA6 background

This text has white color on #F89BA6 background.