COLOR #FBE7DD

HEX: #FBE7DD RGB: (251,231,221)

Color info

#FBE7DD contains red, green and blue colors in about the same proportion. Web safe color of #FBE7DD is #FFFFCC (or #FFC).

RGB color model

#FBE7DD color RGB value is (251,231,221).

RGB: (251,231,221) (98%, 91%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 221 of 255 = 87%

251
231
221

R + G + B ~ 92%. #FBE7DD is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 231 + 221 = 703 (100%)
R 251 of 703 ~ 35.7%
G 231 of 703 ~ 32.86%
B 221 of 703 ~ 31.44'%

%35.7
%32.86
%31.44

CMYK color model

#FBE7DD color CMYK value is (0,8,12,2).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK: (0,8,12,2) C0M8Y12K2 (0%,8%,12%,2%) (0.00/0.08/0.12/0.02) 

CMYK percentages

%0
%7.97
%11.95
%1.57

Codes

Color #FBE7DD in popluar color models

FB E7 DD
RGB 251 231 221
HSL 20° 78.95% 92.55%
HSB/HSV 20° 11.95% 98.43%
CMYK 0.00% 7.97% 11.95%
1.57%

Color #FBE7DD in popluar number systems.

HEX FB E7 DD
Decimal 251 231 221
Binary 11111011 11100111 11011101
Octal 373 347 335

Shades and tints

Shades of #FBE7DD

#FBE7DD
(251,231,221)
#E5D2C9
(229,210,201)
#CFBDB5
(207,189,181)
#B9A8A1
(185,168,161)
#A3938D
(163,147,141)
#8D7E79
(141,126,121)
#776965
(119,105,101)
#615451
(97,84,81)
#4B3F3D
(75,63,61)
#352A29
(53,42,41)
#1F1515
(31,21,21)
#000000
(0,0,0)

Tints of #FBE7DD

#FBE7DD
(251,231,221)
#FBE9E0
(251,233,224)
#FBEBE3
(251,235,227)
#FBEDE6
(251,237,230)
#FBEFE9
(251,239,233)
#FBF1EC
(251,241,236)
#FBF3EF
(251,243,239)
#FBF5F2
(251,245,242)
#FBF7F5
(251,247,245)
#FBF9F8
(251,249,248)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE7DD color. Also use rgb(251,231,221) instead hex code.

Text Font Color

.myTextColor { color: #FBE7DD; }

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

This text font color is #FBE7DD.

Background Color

.myBgColor { background-color: #FBE7DD; }

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

This div background color is #FBE7DD.

Border color

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

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

This div border color is #FBE7DD.

Opacity

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

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

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

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

This text has shadow with #FBE7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE7DD.

Preview

Color preview on black background

This text has color #FBE7DD on black background.


Color preview on white background

This text has color #FBE7DD on white background.


Black color preview on #FBE7DD background

This text has black color on #FBE7DD background.


White color preview on #FBE7DD background

This text has white color on #FBE7DD background.


Related colors

Complementary color

Complementary color for #hex is #041822.


I love getcolorcode.com

Triadic colors

1 #DDFBE7 and #E7DDFB with #FBE7DD are triadic colors.

2 #DDE7FB and #E7FBDD with #FBE7DD are triadic colors.