COLOR #FBE29E

HEX: #FBE29E RGB: (251,226,158)

Color info

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

RGB color model

#FBE29E color RGB value is (251,226,158).

RGB: (251,226,158) (98%, 89%, 62%)

RGB channels and saturation

R 251 of 255 = 98%
G 226 of 255 = 89%
B 158 of 255 = 62%

251
226
158

R + G + B ~ 83%. #FBE29E is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 226 + 158 = 635 (100%)
R 251 of 635 ~ 39.53%
G 226 of 635 ~ 35.59%
B 158 of 635 ~ 24.88'%

%39.53
%35.59
%24.88

CMYK color model

#FBE29E color CMYK value is (0,10,37,2).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 37.05%
  • key color value is 1.57%
CMYK: (0,10,37,2) C0M10Y37K2 (0%,10%,37%,2%) (0.00/0.10/0.37/0.02) 

CMYK percentages

%0
%9.96
%37.05
%1.57

Codes

Color #FBE29E in popluar color models

FB E2 9E
RGB 251 226 158
HSL 44° 92.08% 80.20%
HSB/HSV 44° 37.05% 98.43%
CMYK 0.00% 9.96% 37.05%
1.57%

Color #FBE29E in popluar number systems.

HEX FB E2 9E
Decimal 251 226 158
Binary 11111011 11100010 10011110
Octal 373 342 236

Shades and tints

Shades of #FBE29E

#FBE29E
(251,226,158)
#E5CE90
(229,206,144)
#CFBA82
(207,186,130)
#B9A674
(185,166,116)
#A39266
(163,146,102)
#8D7E58
(141,126,88)
#776A4A
(119,106,74)
#61563C
(97,86,60)
#4B422E
(75,66,46)
#352E20
(53,46,32)
#1F1A12
(31,26,18)
#000000
(0,0,0)

Tints of #FBE29E

#FBE29E
(251,226,158)
#FBE4A6
(251,228,166)
#FBE6AE
(251,230,174)
#FBE8B6
(251,232,182)
#FBEABE
(251,234,190)
#FBECC6
(251,236,198)
#FBEECE
(251,238,206)
#FBF0D6
(251,240,214)
#FBF2DE
(251,242,222)
#FBF4E6
(251,244,230)
#FBF6EE
(251,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE29E color. Also use rgb(251,226,158) instead hex code.

Text Font Color

.myTextColor { color: #FBE29E; }

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

This text font color is #FBE29E.

Background Color

.myBgColor { background-color: #FBE29E; }

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

This div background color is #FBE29E.

Border color

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

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

This div border color is #FBE29E.

Opacity

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

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

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

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

This text has shadow with #FBE29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE29E.

Preview

Color preview on black background

This text has color #FBE29E on black background.


Color preview on white background

This text has color #FBE29E on white background.


Black color preview on #FBE29E background

This text has black color on #FBE29E background.


White color preview on #FBE29E background

This text has white color on #FBE29E background.


Related colors

Complementary color

Complementary color for #hex is #041D61.


I love getcolorcode.com

Triadic colors

1 #9EFBE2 and #E29EFB with #FBE29E are triadic colors.

2 #9EE2FB and #E2FB9E with #FBE29E are triadic colors.