COLOR #FCBD8B

HEX: #FCBD8B
RGB: (252,189,139)

Color info

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

RGB color model

#FCBD8B color RGB value is (252,189,139).

  • red value is 252;
  • green value is 189;
  • blue value is 139.
RGB:
(252,189,139)
(99%,74%,55%)

RGB channels and saturation

R 252 of 255 = 99%
G 189 of 255 = 74%
B 139 of 255 = 55%

252
189
139

R + G + B ~ 76%. #FCBD8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 189 + 139 = 580 (100%)
R 252 of 580 ~ 43.45%
G 189 of 580 ~ 32.59%
B 139 of 580 ~ 23.97%

%43.45
%32.59
%23.97

CMYK color model

#FCBD8B color CMYK value is (0,25,45,1).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 44.84%
  • key color value is 1.18%
CMYK:
(0,25,45,1)
C0M25Y45K1 
(0%,25%,45%,1%)
(0.00/0.25/0.45/0.01)	

CMYK percentages

%0
%25
%44.84
%1.18

Codes

Color #FCBD8B in popluar color models

FCBD8B
RGB252189139
HSL27°94.96%76.67%
HSB/HSV27°44.84%98.82%
CMYK0.00%25.00%44.84%
1.18%

Color #FCBD8B in popluar number systems.

HEXFCBD8B
Decimal252189139
Binary111111001011110110001011
Octal374275213

Shades and tints

Shades of #FCBD8B

#FCBD8B
(252,189,139)
#E6AC7F
(230,172,127)
#D09B73
(208,155,115)
#BA8A67
(186,138,103)
#A4795B
(164,121,91)
#8E684F
(142,104,79)
#785743
(120,87,67)
#624637
(98,70,55)
#4C352B
(76,53,43)
#36241F
(54,36,31)
#201313
(32,19,19)
#000000
(0,0,0)

Tints of #FCBD8B

#FCBD8B
(252,189,139)
#FCC395
(252,195,149)
#FCC99F
(252,201,159)
#FCCFA9
(252,207,169)
#FCD5B3
(252,213,179)
#FCDBBD
(252,219,189)
#FCE1C7
(252,225,199)
#FCE7D1
(252,231,209)
#FCEDDB
(252,237,219)
#FCF3E5
(252,243,229)
#FCF9EF
(252,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBD8B color. Also use rgb(252,189,139) instead hex code.

Text Font Color

.myTextColor { color: #FCBD8B; }

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

This text font color is #FCBD8B.


Background Color

.myBgColor { background-color: #FCBD8B; }

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

This div background color is #FCBD8B.


Border color

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

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

This div border color is #FCBD8B.


Opacity

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

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

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

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

This text has shadow with #FCBD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBD8B on black background.


Color preview on white background

This text has color #FCBD8B on white background.



Black color preview on #FCBD8B background

This text has black color on #FCBD8B background.


White color preview on #FCBD8B background

This text has white color on #FCBD8B background.