COLOR #FBE09B

HEX: #FBE09B RGB: (251,224,155)

Color info

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

RGB color model

#FBE09B color RGB value is (251,224,155).

RGB: (251,224,155) (98%, 88%, 61%)

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 155 of 255 = 61%

251
224
155

R + G + B ~ 82%. #FBE09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 224 + 155 = 630 (100%)
R 251 of 630 ~ 39.84%
G 224 of 630 ~ 35.56%
B 155 of 630 ~ 24.6'%

%39.84
%35.56
%24.6

CMYK color model

#FBE09B color CMYK value is (0,11,38,2).

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

CMYK: (0,11,38,2)
C0M11Y38K2 (0%, 11%, 38%, 2%)
(0.00 / 0.11 / 0.38 / 0.02)

CMYK percentages

%0
%10.76
%38.25
%1.57

Codes

Color #FBE09B in popluar color models

FB E0 9B
RGB 251 224 155
HSL 43° 92.31% 79.61%
HSB/HSV 43° 38.25% 98.43%
CMYK 0.00% 10.76% 38.25%
1.57%

Color #FBE09B in popluar number systems.

HEX FB E0 9B
Decimal 251 224 155
Binary 11111011 11100000 10011011
Octal 373 340 233

Shades and tints

Shades of #FBE09B

#FBE09B
(251,224,155)
#E5CC8D
(229,204,141)
#CFB87F
(207,184,127)
#B9A471
(185,164,113)
#A39063
(163,144,99)
#8D7C55
(141,124,85)
#776847
(119,104,71)
#615439
(97,84,57)
#4B402B
(75,64,43)
#352C1D
(53,44,29)
#1F180F
(31,24,15)
#000000
(0,0,0)

Tints of #FBE09B

#FBE09B
(251,224,155)
#FBE2A4
(251,226,164)
#FBE4AD
(251,228,173)
#FBE6B6
(251,230,182)
#FBE8BF
(251,232,191)
#FBEAC8
(251,234,200)
#FBECD1
(251,236,209)
#FBEEDA
(251,238,218)
#FBF0E3
(251,240,227)
#FBF2EC
(251,242,236)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE09B; }

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

This text font color is #FBE09B.

Background Color

.myBgColor { background-color: #FBE09B; }

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

This div background color is #FBE09B.

Border color

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

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

This div border color is #FBE09B.

Opacity

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

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

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

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

This text has shadow with #FBE09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE09B.

Preview

Color preview on black background

This text has color #FBE09B on black background.


Color preview on white background

This text has color #FBE09B on white background.


Black color preview on #FBE09B background

This text has black color on #FBE09B background.


White color preview on #FBE09B background

This text has white color on #FBE09B background.


Related colors

Complementary color

Complementary color for #hex is #041F64.


I love getcolorcode.com

Triadic colors

1 #9BFBE0 and #E09BFB with #FBE09B are triadic colors.

2 #9BE0FB and #E0FB9B with #FBE09B are triadic colors.