COLOR #FBC988

HEX: #FBC988
RGB: (251,201,136)

Color info

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

RGB color model

#FBC988 color RGB value is (251,201,136).

  • red value is 251;
  • green value is 201;
  • blue value is 136.
RGB:
(251,201,136)
(98%,79%,53%)

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 136 of 255 = 53%

251
201
136

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

Portions of RGB colors in percentages

R + G + B =
251 + 201 + 136 = 588 (100%)
R 251 of 588 ~ 42.69%
G 201 of 588 ~ 34.18%
B 136 of 588 ~ 23.13%

%42.69
%34.18
%23.13

CMYK color model

#FBC988 color CMYK value is (0,20,46,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 45.82%
  • key color value is 1.57%
CMYK:
(0,20,46,2)
C0M20Y46K2 
(0%,20%,46%,2%)
(0.00/0.20/0.46/0.02)	

CMYK percentages

%0
%19.92
%45.82
%1.57

Codes

Color #FBC988 in popluar color models

FBC988
RGB251201136
HSL34°93.50%75.88%
HSB/HSV34°45.82%98.43%
CMYK0.00%19.92%45.82%
1.57%

Color #FBC988 in popluar number systems.

HEXFBC988
Decimal251201136
Binary111110111100100110001000
Octal373311210

Shades and tints

Shades of #FBC988

#FBC988
(251,201,136)
#E5B77C
(229,183,124)
#CFA570
(207,165,112)
#B99364
(185,147,100)
#A38158
(163,129,88)
#8D6F4C
(141,111,76)
#775D40
(119,93,64)
#614B34
(97,75,52)
#4B3928
(75,57,40)
#35271C
(53,39,28)
#1F1510
(31,21,16)
#000000
(0,0,0)

Tints of #FBC988

#FBC988
(251,201,136)
#FBCD92
(251,205,146)
#FBD19C
(251,209,156)
#FBD5A6
(251,213,166)
#FBD9B0
(251,217,176)
#FBDDBA
(251,221,186)
#FBE1C4
(251,225,196)
#FBE5CE
(251,229,206)
#FBE9D8
(251,233,216)
#FBEDE2
(251,237,226)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC988; }

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

This text font color is #FBC988.


Background Color

.myBgColor { background-color: #FBC988; }

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

This div background color is #FBC988.


Border color

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

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

This div border color is #FBC988.


Opacity

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

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

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

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

This text has shadow with #FBC988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC988 on black background.


Color preview on white background

This text has color #FBC988 on white background.



Black color preview on #FBC988 background

This text has black color on #FBC988 background.


White color preview on #FBC988 background

This text has white color on #FBC988 background.