COLOR #F5BAA4

HEX: #F5BAA4
RGB: (245,186,164)

Color info

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

RGB color model

#F5BAA4 color RGB value is (245,186,164).

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

RGB channels and saturation

R 245 of 255 = 96%
G 186 of 255 = 73%
B 164 of 255 = 64%

245
186
164

R + G + B ~ 78%. #F5BAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 186 + 164 = 595 (100%)
R 245 of 595 ~ 41.18%
G 186 of 595 ~ 31.26%
B 164 of 595 ~ 27.56%

%41.18
%31.26
%27.56

CMYK color model

#F5BAA4 color CMYK value is (0,24,33,4).

  • cyan value is 0.00%
  • magenta value is 24.08%
  • yellow value is 33.06%
  • key color value is 3.92%
CMYK:
(0,24,33,4)
C0M24Y33K4 
(0%,24%,33%,4%)
(0.00/0.24/0.33/0.04)	

CMYK percentages

%0
%24.08
%33.06
%3.92

Codes

Color #F5BAA4 in popluar color models

F5BAA4
RGB245186164
HSL16°80.20%80.20%
HSB/HSV16°33.06%96.08%
CMYK0.00%24.08%33.06%
3.92%

Color #F5BAA4 in popluar number systems.

HEXF5BAA4
Decimal245186164
Binary111101011011101010100100
Octal365272244

Shades and tints

Shades of #F5BAA4

#F5BAA4
(245,186,164)
#DFAA96
(223,170,150)
#C99A88
(201,154,136)
#B38A7A
(179,138,122)
#9D7A6C
(157,122,108)
#876A5E
(135,106,94)
#715A50
(113,90,80)
#5B4A42
(91,74,66)
#453A34
(69,58,52)
#2F2A26
(47,42,38)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #F5BAA4

#F5BAA4
(245,186,164)
#F5C0AC
(245,192,172)
#F5C6B4
(245,198,180)
#F5CCBC
(245,204,188)
#F5D2C4
(245,210,196)
#F5D8CC
(245,216,204)
#F5DED4
(245,222,212)
#F5E4DC
(245,228,220)
#F5EAE4
(245,234,228)
#F5F0EC
(245,240,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BAA4; }

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

This text font color is #F5BAA4.


Background Color

.myBgColor { background-color: #F5BAA4; }

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

This div background color is #F5BAA4.


Border color

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

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

This div border color is #F5BAA4.


Opacity

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

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

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

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

This text has shadow with #F5BAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BAA4 on black background.


Color preview on white background

This text has color #F5BAA4 on white background.



Black color preview on #F5BAA4 background

This text has black color on #F5BAA4 background.


White color preview on #F5BAA4 background

This text has white color on #F5BAA4 background.