COLOR #F89D93

HEX: #F89D93
RGB: (248,157,147)

Color info

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

RGB color model

#F89D93 color RGB value is (248,157,147).

  • red value is 248;
  • green value is 157;
  • blue value is 147.
RGB:
(248,157,147)
(97%,62%,58%)

RGB channels and saturation

R 248 of 255 = 97%
G 157 of 255 = 62%
B 147 of 255 = 58%

248
157
147

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

Portions of RGB colors in percentages

R + G + B =
248 + 157 + 147 = 552 (100%)
R 248 of 552 ~ 44.93%
G 157 of 552 ~ 28.44%
B 147 of 552 ~ 26.63%

%44.93
%28.44
%26.63

CMYK color model

#F89D93 color CMYK value is (0,37,41,3).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 40.73%
  • key color value is 2.75%
CMYK:
(0,37,41,3)
C0M37Y41K3 
(0%,37%,41%,3%)
(0.00/0.37/0.41/0.03)	

CMYK percentages

%0
%36.69
%40.73
%2.75

Codes

Color #F89D93 in popluar color models

F89D93
RGB248157147
HSL87.83%77.45%
HSB/HSV40.73%97.25%
CMYK0.00%36.69%40.73%
2.75%

Color #F89D93 in popluar number systems.

HEXF89D93
Decimal248157147
Binary111110001001110110010011
Octal370235223

Shades and tints

Shades of #F89D93

#F89D93
(248,157,147)
#E28F86
(226,143,134)
#CC8179
(204,129,121)
#B6736C
(182,115,108)
#A0655F
(160,101,95)
#8A5752
(138,87,82)
#744945
(116,73,69)
#5E3B38
(94,59,56)
#482D2B
(72,45,43)
#321F1E
(50,31,30)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #F89D93

#F89D93
(248,157,147)
#F8A59C
(248,165,156)
#F8ADA5
(248,173,165)
#F8B5AE
(248,181,174)
#F8BDB7
(248,189,183)
#F8C5C0
(248,197,192)
#F8CDC9
(248,205,201)
#F8D5D2
(248,213,210)
#F8DDDB
(248,221,219)
#F8E5E4
(248,229,228)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89D93 color. Also use rgb(248,157,147) instead hex code.

Text Font Color

.myTextColor { color: #F89D93; }

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

This text font color is #F89D93.


Background Color

.myBgColor { background-color: #F89D93; }

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

This div background color is #F89D93.


Border color

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

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

This div border color is #F89D93.


Opacity

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

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

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

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

This text has shadow with #F89D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89D93 on black background.


Color preview on white background

This text has color #F89D93 on white background.



Black color preview on #F89D93 background

This text has black color on #F89D93 background.


White color preview on #F89D93 background

This text has white color on #F89D93 background.