COLOR #FBE5BC

HEX: #FBE5BC
RGB: (251,229,188)

Color info

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

RGB color model

#FBE5BC color RGB value is (251,229,188).

  • red value is 251;
  • green value is 229;
  • blue value is 188.
RGB:
(251,229,188)
(98%,90%,74%)

RGB channels and saturation

R 251 of 255 = 98%
G 229 of 255 = 90%
B 188 of 255 = 74%

251
229
188

R + G + B ~ 87%. #FBE5BC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 188 = 668 (100%)
R 251 of 668 ~ 37.57%
G 229 of 668 ~ 34.28%
B 188 of 668 ~ 28.14%

%37.57
%34.28
%28.14

CMYK color model

#FBE5BC color CMYK value is (0,9,25,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 25.10%
  • key color value is 1.57%
CMYK:
(0,9,25,2)
C0M9Y25K2 
(0%,9%,25%,2%)
(0.00/0.09/0.25/0.02)	

CMYK percentages

%0
%8.76
%25.1
%1.57

Codes

Color #FBE5BC in popluar color models

FBE5BC
RGB251229188
HSL39°88.73%86.08%
HSB/HSV39°25.10%98.43%
CMYK0.00%8.76%25.10%
1.57%

Color #FBE5BC in popluar number systems.

HEXFBE5BC
Decimal251229188
Binary111110111110010110111100
Octal373345274

Shades and tints

Shades of #FBE5BC

#FBE5BC
(251,229,188)
#E5D1AB
(229,209,171)
#CFBD9A
(207,189,154)
#B9A989
(185,169,137)
#A39578
(163,149,120)
#8D8167
(141,129,103)
#776D56
(119,109,86)
#615945
(97,89,69)
#4B4534
(75,69,52)
#353123
(53,49,35)
#1F1D12
(31,29,18)
#000000
(0,0,0)

Tints of #FBE5BC

#FBE5BC
(251,229,188)
#FBE7C2
(251,231,194)
#FBE9C8
(251,233,200)
#FBEBCE
(251,235,206)
#FBEDD4
(251,237,212)
#FBEFDA
(251,239,218)
#FBF1E0
(251,241,224)
#FBF3E6
(251,243,230)
#FBF5EC
(251,245,236)
#FBF7F2
(251,247,242)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE5BC color. Also use rgb(251,229,188) instead hex code.

Text Font Color

.myTextColor { color: #FBE5BC; }

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

This text font color is #FBE5BC.


Background Color

.myBgColor { background-color: #FBE5BC; }

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

This div background color is #FBE5BC.


Border color

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

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

This div border color is #FBE5BC.


Opacity

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

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

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

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

This text has shadow with #FBE5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE5BC on black background.


Color preview on white background

This text has color #FBE5BC on white background.



Black color preview on #FBE5BC background

This text has black color on #FBE5BC background.


White color preview on #FBE5BC background

This text has white color on #FBE5BC background.