COLOR #FBEBDD

HEX: #FBEBDD RGB: (251,235,221)

Color info

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

RGB color model

#FBEBDD color RGB value is (251,235,221).

RGB: (251,235,221) (98%, 92%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 221 of 255 = 87%

251
235
221

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

Portions of RGB colors in percentages

R + G + B = 251 + 235 + 221 = 707 (100%)
R 251 of 707 ~ 35.5%
G 235 of 707 ~ 33.24%
B 221 of 707 ~ 31.26'%

%35.5
%33.24
%31.26

CMYK color model

#FBEBDD color CMYK value is (0,6,12,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 11.95%
  • key color value is 1.57%

CMYK: (0,6,12,2)
C0M6Y12K2 (0%, 6%, 12%, 2%)
(0.00 / 0.06 / 0.12 / 0.02)

CMYK percentages

%0
%6.37
%11.95
%1.57

Codes

Color #FBEBDD in popluar color models

FB EB DD
RGB 251 235 221
HSL 28° 78.95% 92.55%
HSB/HSV 28° 11.95% 98.43%
CMYK 0.00% 6.37% 11.95%
1.57%

Color #FBEBDD in popluar number systems.

HEX FB EB DD
Decimal 251 235 221
Binary 11111011 11101011 11011101
Octal 373 353 335

Shades and tints

Shades of #FBEBDD

#FBEBDD
(251,235,221)
#E5D6C9
(229,214,201)
#CFC1B5
(207,193,181)
#B9ACA1
(185,172,161)
#A3978D
(163,151,141)
#8D8279
(141,130,121)
#776D65
(119,109,101)
#615851
(97,88,81)
#4B433D
(75,67,61)
#352E29
(53,46,41)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #FBEBDD

#FBEBDD
(251,235,221)
#FBECE0
(251,236,224)
#FBEDE3
(251,237,227)
#FBEEE6
(251,238,230)
#FBEFE9
(251,239,233)
#FBF0EC
(251,240,236)
#FBF1EF
(251,241,239)
#FBF2F2
(251,242,242)
#FBF3F5
(251,243,245)
#FBF4F8
(251,244,248)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBDD; }

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

This text font color is #FBEBDD.

Background Color

.myBgColor { background-color: #FBEBDD; }

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

This div background color is #FBEBDD.

Border color

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

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

This div border color is #FBEBDD.

Opacity

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

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

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

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

This text has shadow with #FBEBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEBDD.

Preview

Color preview on black background

This text has color #FBEBDD on black background.


Color preview on white background

This text has color #FBEBDD on white background.


Black color preview on #FBEBDD background

This text has black color on #FBEBDD background.


White color preview on #FBEBDD background

This text has white color on #FBEBDD background.


Related colors

Complementary color

Complementary color for #hex is #041422.


I love getcolorcode.com

Triadic colors

1 #DDFBEB and #EBDDFB with #FBEBDD are triadic colors.

2 #DDEBFB and #EBFBDD with #FBEBDD are triadic colors.