COLOR #F5BCAF

HEX: #F5BCAF
RGB: (245,188,175)

Color info

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

RGB color model

#F5BCAF color RGB value is (245,188,175).

  • red value is 245;
  • green value is 188;
  • blue value is 175.
RGB:
(245,188,175)
(96%,74%,69%)

RGB channels and saturation

R 245 of 255 = 96%
G 188 of 255 = 74%
B 175 of 255 = 69%

245
188
175

R + G + B ~ 80%. #F5BCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 188 + 175 = 608 (100%)
R 245 of 608 ~ 40.3%
G 188 of 608 ~ 30.92%
B 175 of 608 ~ 28.78%

%40.3
%30.92
%28.78

CMYK color model

#F5BCAF color CMYK value is (0,23,29,4).

  • cyan value is 0.00%
  • magenta value is 23.27%
  • yellow value is 28.57%
  • key color value is 3.92%
CMYK:
(0,23,29,4)
C0M23Y29K4 
(0%,23%,29%,4%)
(0.00/0.23/0.29/0.04)	

CMYK percentages

%0
%23.27
%28.57
%3.92

Codes

Color #F5BCAF in popluar color models

F5BCAF
RGB245188175
HSL11°77.78%82.35%
HSB/HSV11°28.57%96.08%
CMYK0.00%23.27%28.57%
3.92%

Color #F5BCAF in popluar number systems.

HEXF5BCAF
Decimal245188175
Binary111101011011110010101111
Octal365274257

Shades and tints

Shades of #F5BCAF

#F5BCAF
(245,188,175)
#DFABA0
(223,171,160)
#C99A91
(201,154,145)
#B38982
(179,137,130)
#9D7873
(157,120,115)
#876764
(135,103,100)
#715655
(113,86,85)
#5B4546
(91,69,70)
#453437
(69,52,55)
#2F2328
(47,35,40)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #F5BCAF

#F5BCAF
(245,188,175)
#F5C2B6
(245,194,182)
#F5C8BD
(245,200,189)
#F5CEC4
(245,206,196)
#F5D4CB
(245,212,203)
#F5DAD2
(245,218,210)
#F5E0D9
(245,224,217)
#F5E6E0
(245,230,224)
#F5ECE7
(245,236,231)
#F5F2EE
(245,242,238)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BCAF color. Also use rgb(245,188,175) instead hex code.

Text Font Color

.myTextColor { color: #F5BCAF; }

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

This text font color is #F5BCAF.


Background Color

.myBgColor { background-color: #F5BCAF; }

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

This div background color is #F5BCAF.


Border color

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

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

This div border color is #F5BCAF.


Opacity

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

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

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

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

This text has shadow with #F5BCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BCAF on black background.


Color preview on white background

This text has color #F5BCAF on white background.



Black color preview on #F5BCAF background

This text has black color on #F5BCAF background.


White color preview on #F5BCAF background

This text has white color on #F5BCAF background.