COLOR #FCBB89

HEX: #FCBB89
RGB: (252,187,137)

Color info

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

RGB color model

#FCBB89 color RGB value is (252,187,137).

  • red value is 252;
  • green value is 187;
  • blue value is 137.
RGB:
(252,187,137)
(99%,73%,54%)

RGB channels and saturation

R 252 of 255 = 99%
G 187 of 255 = 73%
B 137 of 255 = 54%

252
187
137

R + G + B ~ 75%. #FCBB89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 187 + 137 = 576 (100%)
R 252 of 576 ~ 43.75%
G 187 of 576 ~ 32.47%
B 137 of 576 ~ 23.78%

%43.75
%32.47
%23.78

CMYK color model

#FCBB89 color CMYK value is (0,26,46,1).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 45.63%
  • key color value is 1.18%
CMYK:
(0,26,46,1)
C0M26Y46K1 
(0%,26%,46%,1%)
(0.00/0.26/0.46/0.01)	

CMYK percentages

%0
%25.79
%45.63
%1.18

Codes

Color #FCBB89 in popluar color models

FCBB89
RGB252187137
HSL26°95.04%76.27%
HSB/HSV26°45.63%98.82%
CMYK0.00%25.79%45.63%
1.18%

Color #FCBB89 in popluar number systems.

HEXFCBB89
Decimal252187137
Binary111111001011101110001001
Octal374273211

Shades and tints

Shades of #FCBB89

#FCBB89
(252,187,137)
#E6AA7D
(230,170,125)
#D09971
(208,153,113)
#BA8865
(186,136,101)
#A47759
(164,119,89)
#8E664D
(142,102,77)
#785541
(120,85,65)
#624435
(98,68,53)
#4C3329
(76,51,41)
#36221D
(54,34,29)
#201111
(32,17,17)
#000000
(0,0,0)

Tints of #FCBB89

#FCBB89
(252,187,137)
#FCC193
(252,193,147)
#FCC79D
(252,199,157)
#FCCDA7
(252,205,167)
#FCD3B1
(252,211,177)
#FCD9BB
(252,217,187)
#FCDFC5
(252,223,197)
#FCE5CF
(252,229,207)
#FCEBD9
(252,235,217)
#FCF1E3
(252,241,227)
#FCF7ED
(252,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBB89 color. Also use rgb(252,187,137) instead hex code.

Text Font Color

.myTextColor { color: #FCBB89; }

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

This text font color is #FCBB89.


Background Color

.myBgColor { background-color: #FCBB89; }

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

This div background color is #FCBB89.


Border color

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

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

This div border color is #FCBB89.


Opacity

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

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

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

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

This text has shadow with #FCBB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBB89 on black background.


Color preview on white background

This text has color #FCBB89 on white background.



Black color preview on #FCBB89 background

This text has black color on #FCBB89 background.


White color preview on #FCBB89 background

This text has white color on #FCBB89 background.