COLOR #FBE2B4

HEX: #FBE2B4
RGB: (251,226,180)

Color info

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

RGB color model

#FBE2B4 color RGB value is (251,226,180).

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

RGB channels and saturation

R 251 of 255 = 98%
G 226 of 255 = 89%
B 180 of 255 = 71%

251
226
180

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

Portions of RGB colors in percentages

R + G + B =
251 + 226 + 180 = 657 (100%)
R 251 of 657 ~ 38.2%
G 226 of 657 ~ 34.4%
B 180 of 657 ~ 27.4%

%38.2
%34.4
%27.4

CMYK color model

#FBE2B4 color CMYK value is (0,10,28,2).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 28.29%
  • key color value is 1.57%
CMYK:
(0,10,28,2)
C0M10Y28K2 
(0%,10%,28%,2%)
(0.00/0.10/0.28/0.02)	

CMYK percentages

%0
%9.96
%28.29
%1.57

Codes

Color #FBE2B4 in popluar color models

FBE2B4
RGB251226180
HSL39°89.87%84.51%
HSB/HSV39°28.29%98.43%
CMYK0.00%9.96%28.29%
1.57%

Color #FBE2B4 in popluar number systems.

HEXFBE2B4
Decimal251226180
Binary111110111110001010110100
Octal373342264

Shades and tints

Shades of #FBE2B4

#FBE2B4
(251,226,180)
#E5CEA4
(229,206,164)
#CFBA94
(207,186,148)
#B9A684
(185,166,132)
#A39274
(163,146,116)
#8D7E64
(141,126,100)
#776A54
(119,106,84)
#615644
(97,86,68)
#4B4234
(75,66,52)
#352E24
(53,46,36)
#1F1A14
(31,26,20)
#000000
(0,0,0)

Tints of #FBE2B4

#FBE2B4
(251,226,180)
#FBE4BA
(251,228,186)
#FBE6C0
(251,230,192)
#FBE8C6
(251,232,198)
#FBEACC
(251,234,204)
#FBECD2
(251,236,210)
#FBEED8
(251,238,216)
#FBF0DE
(251,240,222)
#FBF2E4
(251,242,228)
#FBF4EA
(251,244,234)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE2B4; }

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

This text font color is #FBE2B4.


Background Color

.myBgColor { background-color: #FBE2B4; }

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

This div background color is #FBE2B4.


Border color

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

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

This div border color is #FBE2B4.


Opacity

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

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

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

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

This text has shadow with #FBE2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE2B4 on black background.


Color preview on white background

This text has color #FBE2B4 on white background.



Black color preview on #FBE2B4 background

This text has black color on #FBE2B4 background.


White color preview on #FBE2B4 background

This text has white color on #FBE2B4 background.