COLOR #F5BA9B

HEX: #F5BA9B
RGB: (245,186,155)

Color info

#F5BA9B contains mainly red and green colors. Web safe color of #F5BA9B is #FFCC99 (or #FC9).

RGB color model

#F5BA9B color RGB value is (245,186,155).

  • red value is 245;
  • green value is 186;
  • blue value is 155.
RGB:
(245,186,155)
(96%,73%,61%)

RGB channels and saturation

R 245 of 255 = 96%
G 186 of 255 = 73%
B 155 of 255 = 61%

245
186
155

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

Portions of RGB colors in percentages

R + G + B =
245 + 186 + 155 = 586 (100%)
R 245 of 586 ~ 41.81%
G 186 of 586 ~ 31.74%
B 155 of 586 ~ 26.45%

%41.81
%31.74
%26.45

CMYK color model

#F5BA9B color CMYK value is (0,24,37,4).

  • cyan value is 0.00%
  • magenta value is 24.08%
  • yellow value is 36.73%
  • key color value is 3.92%
CMYK:
(0,24,37,4)
C0M24Y37K4 
(0%,24%,37%,4%)
(0.00/0.24/0.37/0.04)	

CMYK percentages

%0
%24.08
%36.73
%3.92

Codes

Color #F5BA9B in popluar color models

F5BA9B
RGB245186155
HSL21°81.82%78.43%
HSB/HSV21°36.73%96.08%
CMYK0.00%24.08%36.73%
3.92%

Color #F5BA9B in popluar number systems.

HEXF5BA9B
Decimal245186155
Binary111101011011101010011011
Octal365272233

Shades and tints

Shades of #F5BA9B

#F5BA9B
(245,186,155)
#DFAA8D
(223,170,141)
#C99A7F
(201,154,127)
#B38A71
(179,138,113)
#9D7A63
(157,122,99)
#876A55
(135,106,85)
#715A47
(113,90,71)
#5B4A39
(91,74,57)
#453A2B
(69,58,43)
#2F2A1D
(47,42,29)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #F5BA9B

#F5BA9B
(245,186,155)
#F5C0A4
(245,192,164)
#F5C6AD
(245,198,173)
#F5CCB6
(245,204,182)
#F5D2BF
(245,210,191)
#F5D8C8
(245,216,200)
#F5DED1
(245,222,209)
#F5E4DA
(245,228,218)
#F5EAE3
(245,234,227)
#F5F0EC
(245,240,236)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BA9B color. Also use rgb(245,186,155) instead hex code.

Text Font Color

.myTextColor { color: #F5BA9B; }

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

This text font color is #F5BA9B.


Background Color

.myBgColor { background-color: #F5BA9B; }

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

This div background color is #F5BA9B.


Border color

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

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

This div border color is #F5BA9B.


Opacity

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

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

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

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

This text has shadow with #F5BA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BA9B on black background.


Color preview on white background

This text has color #F5BA9B on white background.



Black color preview on #F5BA9B background

This text has black color on #F5BA9B background.


White color preview on #F5BA9B background

This text has white color on #F5BA9B background.