COLOR #FBE2BD

HEX: #FBE2BD
RGB: (251,226,189)

Color info

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

RGB color model

#FBE2BD color RGB value is (251,226,189).

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

RGB channels and saturation

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

251
226
189

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

Portions of RGB colors in percentages

R + G + B =
251 + 226 + 189 = 666 (100%)
R 251 of 666 ~ 37.69%
G 226 of 666 ~ 33.93%
B 189 of 666 ~ 28.38%

%37.69
%33.93
%28.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 24.70%
  • 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
%24.7
%1.57

Codes

Color #FBE2BD in popluar color models

FBE2BD
RGB251226189
HSL36°88.57%86.27%
HSB/HSV36°24.70%98.43%
CMYK0.00%9.96%24.70%
1.57%

Color #FBE2BD in popluar number systems.

HEXFBE2BD
Decimal251226189
Binary111110111110001010111101
Octal373342275

Shades and tints

Shades of #FBE2BD

#FBE2BD
(251,226,189)
#E5CEAC
(229,206,172)
#CFBA9B
(207,186,155)
#B9A68A
(185,166,138)
#A39279
(163,146,121)
#8D7E68
(141,126,104)
#776A57
(119,106,87)
#615646
(97,86,70)
#4B4235
(75,66,53)
#352E24
(53,46,36)
#1F1A13
(31,26,19)
#000000
(0,0,0)

Tints of #FBE2BD

#FBE2BD
(251,226,189)
#FBE4C3
(251,228,195)
#FBE6C9
(251,230,201)
#FBE8CF
(251,232,207)
#FBEAD5
(251,234,213)
#FBECDB
(251,236,219)
#FBEEE1
(251,238,225)
#FBF0E7
(251,240,231)
#FBF2ED
(251,242,237)
#FBF4F3
(251,244,243)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE2BD; }

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

This text font color is #FBE2BD.


Background Color

.myBgColor { background-color: #FBE2BD; }

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

This div background color is #FBE2BD.


Border color

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

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

This div border color is #FBE2BD.


Opacity

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

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

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

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

This text has shadow with #FBE2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE2BD on black background.


Color preview on white background

This text has color #FBE2BD on white background.



Black color preview on #FBE2BD background

This text has black color on #FBE2BD background.


White color preview on #FBE2BD background

This text has white color on #FBE2BD background.