COLOR #FBE0BD

HEX: #FBE0BD RGB: (251,224,189)

Color info

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

RGB color model

#FBE0BD color RGB value is (251,224,189).

RGB: (251,224,189) (98%, 88%, 74%)

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 189 of 255 = 74%

251
224
189

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

Portions of RGB colors in percentages

R + G + B = 251 + 224 + 189 = 664 (100%)
R 251 of 664 ~ 37.8%
G 224 of 664 ~ 33.73%
B 189 of 664 ~ 28.46'%

%37.8
%33.73
%28.46

CMYK color model

#FBE0BD color CMYK value is (0,11,25,2).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 24.70%
  • key color value is 1.57%

CMYK: (0,11,25,2)
C0M11Y25K2 (0%, 11%, 25%, 2%)
(0.00 / 0.11 / 0.25 / 0.02)

CMYK percentages

%0
%10.76
%24.7
%1.57

Codes

Color #FBE0BD in popluar color models

FB E0 BD
RGB 251 224 189
HSL 34° 88.57% 86.27%
HSB/HSV 34° 24.70% 98.43%
CMYK 0.00% 10.76% 24.70%
1.57%

Color #FBE0BD in popluar number systems.

HEX FB E0 BD
Decimal 251 224 189
Binary 11111011 11100000 10111101
Octal 373 340 275

Shades and tints

Shades of #FBE0BD

#FBE0BD
(251,224,189)
#E5CCAC
(229,204,172)
#CFB89B
(207,184,155)
#B9A48A
(185,164,138)
#A39079
(163,144,121)
#8D7C68
(141,124,104)
#776857
(119,104,87)
#615446
(97,84,70)
#4B4035
(75,64,53)
#352C24
(53,44,36)
#1F1813
(31,24,19)
#000000
(0,0,0)

Tints of #FBE0BD

#FBE0BD
(251,224,189)
#FBE2C3
(251,226,195)
#FBE4C9
(251,228,201)
#FBE6CF
(251,230,207)
#FBE8D5
(251,232,213)
#FBEADB
(251,234,219)
#FBECE1
(251,236,225)
#FBEEE7
(251,238,231)
#FBF0ED
(251,240,237)
#FBF2F3
(251,242,243)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE0BD; }

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

This text font color is #FBE0BD.

Background Color

.myBgColor { background-color: #FBE0BD; }

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

This div background color is #FBE0BD.

Border color

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

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

This div border color is #FBE0BD.

Opacity

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

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

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

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

This text has shadow with #FBE0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE0BD.

Preview

Color preview on black background

This text has color #FBE0BD on black background.


Color preview on white background

This text has color #FBE0BD on white background.


Black color preview on #FBE0BD background

This text has black color on #FBE0BD background.


White color preview on #FBE0BD background

This text has white color on #FBE0BD background.


Related colors

Complementary color

Complementary color for #hex is #041F42.


I love getcolorcode.com

Triadic colors

1 #BDFBE0 and #E0BDFB with #FBE0BD are triadic colors.

2 #BDE0FB and #E0FBBD with #FBE0BD are triadic colors.