COLOR #FBEB9F

HEX: #FBEB9F
RGB: (251,235,159)

Color info

#FBEB9F contains mainly red and green colors. Web safe color of #FBEB9F is #FFFF99 (or #FF9).

RGB color model

#FBEB9F color RGB value is (251,235,159).

  • red value is 251;
  • green value is 235;
  • blue value is 159.
RGB:
(251,235,159)
(98%,92%,62%)

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 159 of 255 = 62%

251
235
159

R + G + B ~ 84%. #FBEB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 159 = 645 (100%)
R 251 of 645 ~ 38.91%
G 235 of 645 ~ 36.43%
B 159 of 645 ~ 24.65%

%38.91
%36.43
%24.65

CMYK color model

#FBEB9F color CMYK value is (0,6,37,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 36.65%
  • key color value is 1.57%
CMYK:
(0,6,37,2)
C0M6Y37K2 
(0%,6%,37%,2%)
(0.00/0.06/0.37/0.02)	

CMYK percentages

%0
%6.37
%36.65
%1.57

Codes

Color #FBEB9F in popluar color models

FBEB9F
RGB251235159
HSL50°92.00%80.39%
HSB/HSV50°36.65%98.43%
CMYK0.00%6.37%36.65%
1.57%

Color #FBEB9F in popluar number systems.

HEXFBEB9F
Decimal251235159
Binary111110111110101110011111
Octal373353237

Shades and tints

Shades of #FBEB9F

#FBEB9F
(251,235,159)
#E5D691
(229,214,145)
#CFC183
(207,193,131)
#B9AC75
(185,172,117)
#A39767
(163,151,103)
#8D8259
(141,130,89)
#776D4B
(119,109,75)
#61583D
(97,88,61)
#4B432F
(75,67,47)
#352E21
(53,46,33)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #FBEB9F

#FBEB9F
(251,235,159)
#FBECA7
(251,236,167)
#FBEDAF
(251,237,175)
#FBEEB7
(251,238,183)
#FBEFBF
(251,239,191)
#FBF0C7
(251,240,199)
#FBF1CF
(251,241,207)
#FBF2D7
(251,242,215)
#FBF3DF
(251,243,223)
#FBF4E7
(251,244,231)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEB9F color. Also use rgb(251,235,159) instead hex code.

Text Font Color

.myTextColor { color: #FBEB9F; }

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

This text font color is #FBEB9F.


Background Color

.myBgColor { background-color: #FBEB9F; }

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

This div background color is #FBEB9F.


Border color

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

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

This div border color is #FBEB9F.


Opacity

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

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

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

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

This text has shadow with #FBEB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEB9F on black background.


Color preview on white background

This text has color #FBEB9F on white background.



Black color preview on #FBEB9F background

This text has black color on #FBEB9F background.


White color preview on #FBEB9F background

This text has white color on #FBEB9F background.