COLOR #FBE9BF

HEX: #FBE9BF RGB: (251,233,191)

Color info

#FBE9BF contains mainly red and green colors. Web safe color of #FBE9BF is #FFFFCC (or #FFC).

RGB color model

#FBE9BF color RGB value is (251,233,191).

RGB: (251,233,191) (98%, 91%, 75%)

RGB channels and saturation

R 251 of 255 = 98%
G 233 of 255 = 91%
B 191 of 255 = 75%

251
233
191

R + G + B ~ 88%. #FBE9BF is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 233 + 191 = 675 (100%)
R 251 of 675 ~ 37.19%
G 233 of 675 ~ 34.52%
B 191 of 675 ~ 28.3'%

%37.19
%34.52
%28.3

CMYK color model

#FBE9BF color CMYK value is (0,7,24,2).

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

CMYK: (0,7,24,2)
C0M7Y24K2 (0%, 7%, 24%, 2%)
(0.00 / 0.07 / 0.24 / 0.02)

CMYK percentages

%0
%7.17
%23.9
%1.57

Codes

Color #FBE9BF in popluar color models

FB E9 BF
RGB 251 233 191
HSL 42° 88.24% 86.67%
HSB/HSV 42° 23.90% 98.43%
CMYK 0.00% 7.17% 23.90%
1.57%

Color #FBE9BF in popluar number systems.

HEX FB E9 BF
Decimal 251 233 191
Binary 11111011 11101001 10111111
Octal 373 351 277

Shades and tints

Shades of #FBE9BF

#FBE9BF
(251,233,191)
#E5D4AE
(229,212,174)
#CFBF9D
(207,191,157)
#B9AA8C
(185,170,140)
#A3957B
(163,149,123)
#8D806A
(141,128,106)
#776B59
(119,107,89)
#615648
(97,86,72)
#4B4137
(75,65,55)
#352C26
(53,44,38)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #FBE9BF

#FBE9BF
(251,233,191)
#FBEBC4
(251,235,196)
#FBEDC9
(251,237,201)
#FBEFCE
(251,239,206)
#FBF1D3
(251,241,211)
#FBF3D8
(251,243,216)
#FBF5DD
(251,245,221)
#FBF7E2
(251,247,226)
#FBF9E7
(251,249,231)
#FBFBEC
(251,251,236)
#FBFDF1
(251,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE9BF; }

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

This text font color is #FBE9BF.

Background Color

.myBgColor { background-color: #FBE9BF; }

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

This div background color is #FBE9BF.

Border color

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

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

This div border color is #FBE9BF.

Opacity

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

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

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

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

This text has shadow with #FBE9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE9BF.

Preview

Color preview on black background

This text has color #FBE9BF on black background.


Color preview on white background

This text has color #FBE9BF on white background.


Black color preview on #FBE9BF background

This text has black color on #FBE9BF background.


White color preview on #FBE9BF background

This text has white color on #FBE9BF background.


Related colors

Complementary color

Complementary color for #hex is #041640.


I love getcolorcode.com

Triadic colors

1 #BFFBE9 and #E9BFFB with #FBE9BF are triadic colors.

2 #BFE9FB and #E9FBBF with #FBE9BF are triadic colors.