COLOR #FBE9AB

HEX: #FBE9AB RGB: (251,233,171)

Color info

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

RGB color model

#FBE9AB color RGB value is (251,233,171).

RGB: (251,233,171) (98%, 91%, 67%)

RGB channels and saturation

R 251 of 255 = 98%
G 233 of 255 = 91%
B 171 of 255 = 67%

251
233
171

R + G + B ~ 85%. #FBE9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 233 + 171 = 655 (100%)
R 251 of 655 ~ 38.32%
G 233 of 655 ~ 35.57%
B 171 of 655 ~ 26.11'%

%38.32
%35.57
%26.11

CMYK color model

#FBE9AB color CMYK value is (0,7,32,2).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 31.87%
  • key color value is 1.57%

CMYK: (0,7,32,2)
C0M7Y32K2 (0%, 7%, 32%, 2%)
(0.00 / 0.07 / 0.32 / 0.02)

CMYK percentages

%0
%7.17
%31.87
%1.57

Codes

Color #FBE9AB in popluar color models

FB E9 AB
RGB 251 233 171
HSL 47° 90.91% 82.75%
HSB/HSV 47° 31.87% 98.43%
CMYK 0.00% 7.17% 31.87%
1.57%

Color #FBE9AB in popluar number systems.

HEX FB E9 AB
Decimal 251 233 171
Binary 11111011 11101001 10101011
Octal 373 351 253

Shades and tints

Shades of #FBE9AB

#FBE9AB
(251,233,171)
#E5D49C
(229,212,156)
#CFBF8D
(207,191,141)
#B9AA7E
(185,170,126)
#A3956F
(163,149,111)
#8D8060
(141,128,96)
#776B51
(119,107,81)
#615642
(97,86,66)
#4B4133
(75,65,51)
#352C24
(53,44,36)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #FBE9AB

#FBE9AB
(251,233,171)
#FBEBB2
(251,235,178)
#FBEDB9
(251,237,185)
#FBEFC0
(251,239,192)
#FBF1C7
(251,241,199)
#FBF3CE
(251,243,206)
#FBF5D5
(251,245,213)
#FBF7DC
(251,247,220)
#FBF9E3
(251,249,227)
#FBFBEA
(251,251,234)
#FBFDF1
(251,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE9AB color. Also use rgb(251,233,171) instead hex code.

Text Font Color

.myTextColor { color: #FBE9AB; }

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

This text font color is #FBE9AB.

Background Color

.myBgColor { background-color: #FBE9AB; }

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

This div background color is #FBE9AB.

Border color

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

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

This div border color is #FBE9AB.

Opacity

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

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

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

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

This text has shadow with #FBE9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE9AB.

Preview

Color preview on black background

This text has color #FBE9AB on black background.


Color preview on white background

This text has color #FBE9AB on white background.


Black color preview on #FBE9AB background

This text has black color on #FBE9AB background.


White color preview on #FBE9AB background

This text has white color on #FBE9AB background.


Related colors

Complementary color

Complementary color for #hex is #041654.


I love getcolorcode.com

Triadic colors

1 #ABFBE9 and #E9ABFB with #FBE9AB are triadic colors.

2 #ABE9FB and #E9FBAB with #FBE9AB are triadic colors.