COLOR #FCBB8A

HEX: #FCBB8A RGB: (252,187,138)

Color info

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

RGB color model

#FCBB8A color RGB value is (252,187,138).

RGB: (252,187,138) (99%, 73%, 54%)

RGB channels and saturation

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

252
187
138

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

Portions of RGB colors in percentages

R + G + B = 252 + 187 + 138 = 577 (100%)
R 252 of 577 ~ 43.67%
G 187 of 577 ~ 32.41%
B 138 of 577 ~ 23.92'%

%43.67
%32.41
%23.92

CMYK color model

#FCBB8A color CMYK value is (0,26,45,1).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 45.24%
  • key color value is 1.18%

CMYK: (0,26,45,1)
C0M26Y45K1 (0%, 26%, 45%, 1%)
(0.00 / 0.26 / 0.45 / 0.01)

CMYK percentages

%0
%25.79
%45.24
%1.18

Codes

Color #FCBB8A in popluar color models

FC BB 8A
RGB 252 187 138
HSL 26° 95.00% 76.47%
HSB/HSV 26° 45.24% 98.82%
CMYK 0.00% 25.79% 45.24%
1.18%

Color #FCBB8A in popluar number systems.

HEX FC BB 8A
Decimal 252 187 138
Binary 11111100 10111011 10001010
Octal 374 273 212

Shades and tints

Shades of #FCBB8A

#FCBB8A
(252,187,138)
#E6AA7E
(230,170,126)
#D09972
(208,153,114)
#BA8866
(186,136,102)
#A4775A
(164,119,90)
#8E664E
(142,102,78)
#785542
(120,85,66)
#624436
(98,68,54)
#4C332A
(76,51,42)
#36221E
(54,34,30)
#201112
(32,17,18)
#000000
(0,0,0)

Tints of #FCBB8A

#FCBB8A
(252,187,138)
#FCC194
(252,193,148)
#FCC79E
(252,199,158)
#FCCDA8
(252,205,168)
#FCD3B2
(252,211,178)
#FCD9BC
(252,217,188)
#FCDFC6
(252,223,198)
#FCE5D0
(252,229,208)
#FCEBDA
(252,235,218)
#FCF1E4
(252,241,228)
#FCF7EE
(252,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBB8A; }

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

This text font color is #FCBB8A.

Background Color

.myBgColor { background-color: #FCBB8A; }

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

This div background color is #FCBB8A.

Border color

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

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

This div border color is #FCBB8A.

Opacity

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

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

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

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

This text has shadow with #FCBB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBB8A.

Preview

Color preview on black background

This text has color #FCBB8A on black background.


Color preview on white background

This text has color #FCBB8A on white background.


Black color preview on #FCBB8A background

This text has black color on #FCBB8A background.


White color preview on #FCBB8A background

This text has white color on #FCBB8A background.


Related colors

Complementary color

Complementary color for #hex is #034475.


I love getcolorcode.com

Triadic colors

1 #8AFCBB and #BB8AFC with #FCBB8A are triadic colors.

2 #8ABBFC and #BBFC8A with #FCBB8A are triadic colors.