COLOR #FBC98B

HEX: #FBC98B RGB: (251,201,139)

Color info

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

RGB color model

#FBC98B color RGB value is (251,201,139).

RGB: (251,201,139) (98%, 79%, 55%)

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 139 of 255 = 55%

251
201
139

R + G + B ~ 77%. #FBC98B is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 201 + 139 = 591 (100%)
R 251 of 591 ~ 42.47%
G 201 of 591 ~ 34.01%
B 139 of 591 ~ 23.52'%

%42.47
%34.01
%23.52

CMYK color model

#FBC98B color CMYK value is (0,20,45,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 44.62%
  • key color value is 1.57%

CMYK: (0,20,45,2)
C0M20Y45K2 (0%, 20%, 45%, 2%)
(0.00 / 0.20 / 0.45 / 0.02)

CMYK percentages

%0
%19.92
%44.62
%1.57

Codes

Color #FBC98B in popluar color models

FB C9 8B
RGB 251 201 139
HSL 33° 93.33% 76.47%
HSB/HSV 33° 44.62% 98.43%
CMYK 0.00% 19.92% 44.62%
1.57%

Color #FBC98B in popluar number systems.

HEX FB C9 8B
Decimal 251 201 139
Binary 11111011 11001001 10001011
Octal 373 311 213

Shades and tints

Shades of #FBC98B

#FBC98B
(251,201,139)
#E5B77F
(229,183,127)
#CFA573
(207,165,115)
#B99367
(185,147,103)
#A3815B
(163,129,91)
#8D6F4F
(141,111,79)
#775D43
(119,93,67)
#614B37
(97,75,55)
#4B392B
(75,57,43)
#35271F
(53,39,31)
#1F1513
(31,21,19)
#000000
(0,0,0)

Tints of #FBC98B

#FBC98B
(251,201,139)
#FBCD95
(251,205,149)
#FBD19F
(251,209,159)
#FBD5A9
(251,213,169)
#FBD9B3
(251,217,179)
#FBDDBD
(251,221,189)
#FBE1C7
(251,225,199)
#FBE5D1
(251,229,209)
#FBE9DB
(251,233,219)
#FBEDE5
(251,237,229)
#FBF1EF
(251,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC98B color. Also use rgb(251,201,139) instead hex code.

Text Font Color

.myTextColor { color: #FBC98B; }

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

This text font color is #FBC98B.

Background Color

.myBgColor { background-color: #FBC98B; }

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

This div background color is #FBC98B.

Border color

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

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

This div border color is #FBC98B.

Opacity

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

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

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

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

This text has shadow with #FBC98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC98B.

Preview

Color preview on black background

This text has color #FBC98B on black background.


Color preview on white background

This text has color #FBC98B on white background.


Black color preview on #FBC98B background

This text has black color on #FBC98B background.


White color preview on #FBC98B background

This text has white color on #FBC98B background.


Related colors

Complementary color

Complementary color for #hex is #043674.


I love getcolorcode.com

Triadic colors

1 #8BFBC9 and #C98BFB with #FBC98B are triadic colors.

2 #8BC9FB and #C9FB8B with #FBC98B are triadic colors.