COLOR #FBECD9

HEX: #FBECD9 RGB: (251,236,217)

Color info

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

RGB color model

#FBECD9 color RGB value is (251,236,217).

RGB: (251,236,217) (98%, 93%, 85%)

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 217 of 255 = 85%

251
236
217

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

Portions of RGB colors in percentages

R + G + B = 251 + 236 + 217 = 704 (100%)
R 251 of 704 ~ 35.65%
G 236 of 704 ~ 33.52%
B 217 of 704 ~ 30.82'%

%35.65
%33.52
%30.82

CMYK color model

#FBECD9 color CMYK value is (0,6,14,2).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 13.55%
  • key color value is 1.57%

CMYK: (0,6,14,2)
C0M6Y14K2 (0%, 6%, 14%, 2%)
(0.00 / 0.06 / 0.14 / 0.02)

CMYK percentages

%0
%5.98
%13.55
%1.57

Codes

Color #FBECD9 in popluar color models

FB EC D9
RGB 251 236 217
HSL 34° 80.95% 91.76%
HSB/HSV 34° 13.55% 98.43%
CMYK 0.00% 5.98% 13.55%
1.57%

Color #FBECD9 in popluar number systems.

HEX FB EC D9
Decimal 251 236 217
Binary 11111011 11101100 11011001
Octal 373 354 331

Shades and tints

Shades of #FBECD9

#FBECD9
(251,236,217)
#E5D7C6
(229,215,198)
#CFC2B3
(207,194,179)
#B9ADA0
(185,173,160)
#A3988D
(163,152,141)
#8D837A
(141,131,122)
#776E67
(119,110,103)
#615954
(97,89,84)
#4B4441
(75,68,65)
#352F2E
(53,47,46)
#1F1A1B
(31,26,27)
#000000
(0,0,0)

Tints of #FBECD9

#FBECD9
(251,236,217)
#FBEDDC
(251,237,220)
#FBEEDF
(251,238,223)
#FBEFE2
(251,239,226)
#FBF0E5
(251,240,229)
#FBF1E8
(251,241,232)
#FBF2EB
(251,242,235)
#FBF3EE
(251,243,238)
#FBF4F1
(251,244,241)
#FBF5F4
(251,245,244)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBECD9 color. Also use rgb(251,236,217) instead hex code.

Text Font Color

.myTextColor { color: #FBECD9; }

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

This text font color is #FBECD9.

Background Color

.myBgColor { background-color: #FBECD9; }

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

This div background color is #FBECD9.

Border color

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

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

This div border color is #FBECD9.

Opacity

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

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

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

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

This text has shadow with #FBECD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBECD9.

Preview

Color preview on black background

This text has color #FBECD9 on black background.


Color preview on white background

This text has color #FBECD9 on white background.


Black color preview on #FBECD9 background

This text has black color on #FBECD9 background.


White color preview on #FBECD9 background

This text has white color on #FBECD9 background.


Related colors

Complementary color

Complementary color for #hex is #041326.


I love getcolorcode.com

Triadic colors

1 #D9FBEC and #ECD9FB with #FBECD9 are triadic colors.

2 #D9ECFB and #ECFBD9 with #FBECD9 are triadic colors.