COLOR #F8BA9A

HEX: #F8BA9A
RGB: (248,186,154)

Color info

#F8BA9A contains mainly red color. Web safe color of #F8BA9A is #FFCC99 (or #FC9).

RGB color model

#F8BA9A color RGB value is (248,186,154).

  • red value is 248;
  • green value is 186;
  • blue value is 154.
RGB:
(248,186,154)
(97%,73%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 186 of 255 = 73%
B 154 of 255 = 60%

248
186
154

R + G + B ~ 77%. #F8BA9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 186 + 154 = 588 (100%)
R 248 of 588 ~ 42.18%
G 186 of 588 ~ 31.63%
B 154 of 588 ~ 26.19%

%42.18
%31.63
%26.19

CMYK color model

#F8BA9A color CMYK value is (0,25,38,3).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 37.90%
  • key color value is 2.75%
CMYK:
(0,25,38,3)
C0M25Y38K3 
(0%,25%,38%,3%)
(0.00/0.25/0.38/0.03)	

CMYK percentages

%0
%25
%37.9
%2.75

Codes

Color #F8BA9A in popluar color models

F8BA9A
RGB248186154
HSL20°87.04%78.82%
HSB/HSV20°37.90%97.25%
CMYK0.00%25.00%37.90%
2.75%

Color #F8BA9A in popluar number systems.

HEXF8BA9A
Decimal248186154
Binary111110001011101010011010
Octal370272232

Shades and tints

Shades of #F8BA9A

#F8BA9A
(248,186,154)
#E2AA8C
(226,170,140)
#CC9A7E
(204,154,126)
#B68A70
(182,138,112)
#A07A62
(160,122,98)
#8A6A54
(138,106,84)
#745A46
(116,90,70)
#5E4A38
(94,74,56)
#483A2A
(72,58,42)
#322A1C
(50,42,28)
#1C1A0E
(28,26,14)
#000000
(0,0,0)

Tints of #F8BA9A

#F8BA9A
(248,186,154)
#F8C0A3
(248,192,163)
#F8C6AC
(248,198,172)
#F8CCB5
(248,204,181)
#F8D2BE
(248,210,190)
#F8D8C7
(248,216,199)
#F8DED0
(248,222,208)
#F8E4D9
(248,228,217)
#F8EAE2
(248,234,226)
#F8F0EB
(248,240,235)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BA9A color. Also use rgb(248,186,154) instead hex code.

Text Font Color

.myTextColor { color: #F8BA9A; }

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

This text font color is #F8BA9A.


Background Color

.myBgColor { background-color: #F8BA9A; }

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

This div background color is #F8BA9A.


Border color

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

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

This div border color is #F8BA9A.


Opacity

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

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

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

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

This text has shadow with #F8BA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BA9A on black background.


Color preview on white background

This text has color #F8BA9A on white background.



Black color preview on #F8BA9A background

This text has black color on #F8BA9A background.


White color preview on #F8BA9A background

This text has white color on #F8BA9A background.