COLOR #FBE2BC

HEX: #FBE2BC
RGB: (251,226,188)

Color info

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

RGB color model

#FBE2BC color RGB value is (251,226,188).

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

RGB channels and saturation

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

251
226
188

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

Portions of RGB colors in percentages

R + G + B =
251 + 226 + 188 = 665 (100%)
R 251 of 665 ~ 37.74%
G 226 of 665 ~ 33.98%
B 188 of 665 ~ 28.27%

%37.74
%33.98
%28.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.96%
  • 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.96
%25.1
%1.57

Codes

Color #FBE2BC in popluar color models

FBE2BC
RGB251226188
HSL36°88.73%86.08%
HSB/HSV36°25.10%98.43%
CMYK0.00%9.96%25.10%
1.57%

Color #FBE2BC in popluar number systems.

HEXFBE2BC
Decimal251226188
Binary111110111110001010111100
Octal373342274

Shades and tints

Shades of #FBE2BC

#FBE2BC
(251,226,188)
#E5CEAB
(229,206,171)
#CFBA9A
(207,186,154)
#B9A689
(185,166,137)
#A39278
(163,146,120)
#8D7E67
(141,126,103)
#776A56
(119,106,86)
#615645
(97,86,69)
#4B4234
(75,66,52)
#352E23
(53,46,35)
#1F1A12
(31,26,18)
#000000
(0,0,0)

Tints of #FBE2BC

#FBE2BC
(251,226,188)
#FBE4C2
(251,228,194)
#FBE6C8
(251,230,200)
#FBE8CE
(251,232,206)
#FBEAD4
(251,234,212)
#FBECDA
(251,236,218)
#FBEEE0
(251,238,224)
#FBF0E6
(251,240,230)
#FBF2EC
(251,242,236)
#FBF4F2
(251,244,242)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE2BC; }

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

This text font color is #FBE2BC.


Background Color

.myBgColor { background-color: #FBE2BC; }

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

This div background color is #FBE2BC.


Border color

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

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

This div border color is #FBE2BC.


Opacity

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

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

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

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

This text has shadow with #FBE2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE2BC on black background.


Color preview on white background

This text has color #FBE2BC on white background.



Black color preview on #FBE2BC background

This text has black color on #FBE2BC background.


White color preview on #FBE2BC background

This text has white color on #FBE2BC background.