COLOR #FBE3BC

HEX: #FBE3BC
RGB: (251,227,188)

Color info

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

RGB color model

#FBE3BC color RGB value is (251,227,188).

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

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 188 of 255 = 74%

251
227
188

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

Portions of RGB colors in percentages

R + G + B =
251 + 227 + 188 = 666 (100%)
R 251 of 666 ~ 37.69%
G 227 of 666 ~ 34.08%
B 188 of 666 ~ 28.23%

%37.69
%34.08
%28.23

CMYK color model

#FBE3BC color CMYK value is (0,10,25,2).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 25.10%
  • key color value is 1.57%
CMYK:
(0,10,25,2)
C0M10Y25K2 
(0%,10%,25%,2%)
(0.00/0.10/0.25/0.02)	

CMYK percentages

%0
%9.56
%25.1
%1.57

Codes

Color #FBE3BC in popluar color models

FBE3BC
RGB251227188
HSL37°88.73%86.08%
HSB/HSV37°25.10%98.43%
CMYK0.00%9.56%25.10%
1.57%

Color #FBE3BC in popluar number systems.

HEXFBE3BC
Decimal251227188
Binary111110111110001110111100
Octal373343274

Shades and tints

Shades of #FBE3BC

#FBE3BC
(251,227,188)
#E5CFAB
(229,207,171)
#CFBB9A
(207,187,154)
#B9A789
(185,167,137)
#A39378
(163,147,120)
#8D7F67
(141,127,103)
#776B56
(119,107,86)
#615745
(97,87,69)
#4B4334
(75,67,52)
#352F23
(53,47,35)
#1F1B12
(31,27,18)
#000000
(0,0,0)

Tints of #FBE3BC

#FBE3BC
(251,227,188)
#FBE5C2
(251,229,194)
#FBE7C8
(251,231,200)
#FBE9CE
(251,233,206)
#FBEBD4
(251,235,212)
#FBEDDA
(251,237,218)
#FBEFE0
(251,239,224)
#FBF1E6
(251,241,230)
#FBF3EC
(251,243,236)
#FBF5F2
(251,245,242)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE3BC; }

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

This text font color is #FBE3BC.


Background Color

.myBgColor { background-color: #FBE3BC; }

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

This div background color is #FBE3BC.


Border color

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

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

This div border color is #FBE3BC.


Opacity

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

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

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

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

This text has shadow with #FBE3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE3BC on black background.


Color preview on white background

This text has color #FBE3BC on white background.



Black color preview on #FBE3BC background

This text has black color on #FBE3BC background.


White color preview on #FBE3BC background

This text has white color on #FBE3BC background.