COLOR #F89895

HEX: #F89895
RGB: (248,152,149)

Color info

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

RGB color model

#F89895 color RGB value is (248,152,149).

  • red value is 248;
  • green value is 152;
  • blue value is 149.
RGB:
(248,152,149)
(97%,60%,58%)

RGB channels and saturation

R 248 of 255 = 97%
G 152 of 255 = 60%
B 149 of 255 = 58%

248
152
149

R + G + B ~ 72%. #F89895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 152 + 149 = 549 (100%)
R 248 of 549 ~ 45.17%
G 152 of 549 ~ 27.69%
B 149 of 549 ~ 27.14%

%45.17
%27.69
%27.14

CMYK color model

#F89895 color CMYK value is (0,39,40,3).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 39.92%
  • key color value is 2.75%
CMYK:
(0,39,40,3)
C0M39Y40K3 
(0%,39%,40%,3%)
(0.00/0.39/0.40/0.03)	

CMYK percentages

%0
%38.71
%39.92
%2.75

Codes

Color #F89895 in popluar color models

F89895
RGB248152149
HSL87.61%77.84%
HSB/HSV39.92%97.25%
CMYK0.00%38.71%39.92%
2.75%

Color #F89895 in popluar number systems.

HEXF89895
Decimal248152149
Binary111110001001100010010101
Octal370230225

Shades and tints

Shades of #F89895

#F89895
(248,152,149)
#E28B88
(226,139,136)
#CC7E7B
(204,126,123)
#B6716E
(182,113,110)
#A06461
(160,100,97)
#8A5754
(138,87,84)
#744A47
(116,74,71)
#5E3D3A
(94,61,58)
#48302D
(72,48,45)
#322320
(50,35,32)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #F89895

#F89895
(248,152,149)
#F8A19E
(248,161,158)
#F8AAA7
(248,170,167)
#F8B3B0
(248,179,176)
#F8BCB9
(248,188,185)
#F8C5C2
(248,197,194)
#F8CECB
(248,206,203)
#F8D7D4
(248,215,212)
#F8E0DD
(248,224,221)
#F8E9E6
(248,233,230)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89895 color. Also use rgb(248,152,149) instead hex code.

Text Font Color

.myTextColor { color: #F89895; }

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

This text font color is #F89895.


Background Color

.myBgColor { background-color: #F89895; }

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

This div background color is #F89895.


Border color

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

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

This div border color is #F89895.


Opacity

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

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

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

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

This text has shadow with #F89895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89895 on black background.


Color preview on white background

This text has color #F89895 on white background.



Black color preview on #F89895 background

This text has black color on #F89895 background.


White color preview on #F89895 background

This text has white color on #F89895 background.