COLOR #FBCD9B

HEX: #FBCD9B RGB: (251,205,155)

Color info

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

RGB color model

#FBCD9B color RGB value is (251,205,155).

RGB: (251,205,155) (98%, 80%, 61%)

RGB channels and saturation

R 251 of 255 = 98%
G 205 of 255 = 80%
B 155 of 255 = 61%

251
205
155

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

Portions of RGB colors in percentages

R + G + B = 251 + 205 + 155 = 611 (100%)
R 251 of 611 ~ 41.08%
G 205 of 611 ~ 33.55%
B 155 of 611 ~ 25.37'%

%41.08
%33.55
%25.37

CMYK color model

#FBCD9B color CMYK value is (0,18,38,2).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 38.25%
  • key color value is 1.57%

CMYK: (0,18,38,2)
C0M18Y38K2 (0%, 18%, 38%, 2%)
(0.00 / 0.18 / 0.38 / 0.02)

CMYK percentages

%0
%18.33
%38.25
%1.57

Codes

Color #FBCD9B in popluar color models

FB CD 9B
RGB 251 205 155
HSL 31° 92.31% 79.61%
HSB/HSV 31° 38.25% 98.43%
CMYK 0.00% 18.33% 38.25%
1.57%

Color #FBCD9B in popluar number systems.

HEX FB CD 9B
Decimal 251 205 155
Binary 11111011 11001101 10011011
Octal 373 315 233

Shades and tints

Shades of #FBCD9B

#FBCD9B
(251,205,155)
#E5BB8D
(229,187,141)
#CFA97F
(207,169,127)
#B99771
(185,151,113)
#A38563
(163,133,99)
#8D7355
(141,115,85)
#776147
(119,97,71)
#614F39
(97,79,57)
#4B3D2B
(75,61,43)
#352B1D
(53,43,29)
#1F190F
(31,25,15)
#000000
(0,0,0)

Tints of #FBCD9B

#FBCD9B
(251,205,155)
#FBD1A4
(251,209,164)
#FBD5AD
(251,213,173)
#FBD9B6
(251,217,182)
#FBDDBF
(251,221,191)
#FBE1C8
(251,225,200)
#FBE5D1
(251,229,209)
#FBE9DA
(251,233,218)
#FBEDE3
(251,237,227)
#FBF1EC
(251,241,236)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCD9B color. Also use rgb(251,205,155) instead hex code.

Text Font Color

.myTextColor { color: #FBCD9B; }

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

This text font color is #FBCD9B.

Background Color

.myBgColor { background-color: #FBCD9B; }

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

This div background color is #FBCD9B.

Border color

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

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

This div border color is #FBCD9B.

Opacity

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

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

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

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

This text has shadow with #FBCD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCD9B.

Preview

Color preview on black background

This text has color #FBCD9B on black background.


Color preview on white background

This text has color #FBCD9B on white background.


Black color preview on #FBCD9B background

This text has black color on #FBCD9B background.


White color preview on #FBCD9B background

This text has white color on #FBCD9B background.


Related colors

Complementary color

Complementary color for #hex is #043264.


I love getcolorcode.com

Triadic colors

1 #9BFBCD and #CD9BFB with #FBCD9B are triadic colors.

2 #9BCDFB and #CDFB9B with #FBCD9B are triadic colors.