COLOR #FBE0BB

HEX: #FBE0BB RGB: (251,224,187)

Color info

#FBE0BB contains mainly red and green colors. Web safe color of #FBE0BB is #FFCCCC (or #FCC).

RGB color model

#FBE0BB color RGB value is (251,224,187).

RGB: (251,224,187) (98%, 88%, 73%)

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 187 of 255 = 73%

251
224
187

R + G + B ~ 86%. #FBE0BB is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 224 + 187 = 662 (100%)
R 251 of 662 ~ 37.92%
G 224 of 662 ~ 33.84%
B 187 of 662 ~ 28.25'%

%37.92
%33.84
%28.25

CMYK color model

#FBE0BB color CMYK value is (0,11,25,2).

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

CMYK: (0,11,25,2)
C0M11Y25K2 (0%, 11%, 25%, 2%)
(0.00 / 0.11 / 0.25 / 0.02)

CMYK percentages

%0
%10.76
%25.5
%1.57

Codes

Color #FBE0BB in popluar color models

FB E0 BB
RGB 251 224 187
HSL 35° 88.89% 85.88%
HSB/HSV 35° 25.50% 98.43%
CMYK 0.00% 10.76% 25.50%
1.57%

Color #FBE0BB in popluar number systems.

HEX FB E0 BB
Decimal 251 224 187
Binary 11111011 11100000 10111011
Octal 373 340 273

Shades and tints

Shades of #FBE0BB

#FBE0BB
(251,224,187)
#E5CCAA
(229,204,170)
#CFB899
(207,184,153)
#B9A488
(185,164,136)
#A39077
(163,144,119)
#8D7C66
(141,124,102)
#776855
(119,104,85)
#615444
(97,84,68)
#4B4033
(75,64,51)
#352C22
(53,44,34)
#1F1811
(31,24,17)
#000000
(0,0,0)

Tints of #FBE0BB

#FBE0BB
(251,224,187)
#FBE2C1
(251,226,193)
#FBE4C7
(251,228,199)
#FBE6CD
(251,230,205)
#FBE8D3
(251,232,211)
#FBEAD9
(251,234,217)
#FBECDF
(251,236,223)
#FBEEE5
(251,238,229)
#FBF0EB
(251,240,235)
#FBF2F1
(251,242,241)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE0BB; }

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

This text font color is #FBE0BB.

Background Color

.myBgColor { background-color: #FBE0BB; }

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

This div background color is #FBE0BB.

Border color

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

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

This div border color is #FBE0BB.

Opacity

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

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

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

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

This text has shadow with #FBE0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE0BB.

Preview

Color preview on black background

This text has color #FBE0BB on black background.


Color preview on white background

This text has color #FBE0BB on white background.


Black color preview on #FBE0BB background

This text has black color on #FBE0BB background.


White color preview on #FBE0BB background

This text has white color on #FBE0BB background.


Related colors

Complementary color

Complementary color for #hex is #041F44.


I love getcolorcode.com

Triadic colors

1 #BBFBE0 and #E0BBFB with #FBE0BB are triadic colors.

2 #BBE0FB and #E0FBBB with #FBE0BB are triadic colors.