COLOR #FBECDA

HEX: #FBECDA
RGB: (251,236,218)

Color info

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

RGB color model

#FBECDA color RGB value is (251,236,218).

  • red value is 251;
  • green value is 236;
  • blue value is 218.
RGB:
(251,236,218)
(98%,93%,85%)

RGB channels and saturation

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

251
236
218

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

Portions of RGB colors in percentages

R + G + B =
251 + 236 + 218 = 705 (100%)
R 251 of 705 ~ 35.6%
G 236 of 705 ~ 33.48%
B 218 of 705 ~ 30.92%

%35.6
%33.48
%30.92

CMYK color model

#FBECDA color CMYK value is (0,6,13,2).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 13.15%
  • key color value is 1.57%
CMYK:
(0,6,13,2)
C0M6Y13K2 
(0%,6%,13%,2%)
(0.00/0.06/0.13/0.02)	

CMYK percentages

%0
%5.98
%13.15
%1.57

Codes

Color #FBECDA in popluar color models

FBECDA
RGB251236218
HSL33°80.49%91.96%
HSB/HSV33°13.15%98.43%
CMYK0.00%5.98%13.15%
1.57%

Color #FBECDA in popluar number systems.

HEXFBECDA
Decimal251236218
Binary111110111110110011011010
Octal373354332

Shades and tints

Shades of #FBECDA

#FBECDA
(251,236,218)
#E5D7C7
(229,215,199)
#CFC2B4
(207,194,180)
#B9ADA1
(185,173,161)
#A3988E
(163,152,142)
#8D837B
(141,131,123)
#776E68
(119,110,104)
#615955
(97,89,85)
#4B4442
(75,68,66)
#352F2F
(53,47,47)
#1F1A1C
(31,26,28)
#000000
(0,0,0)

Tints of #FBECDA

#FBECDA
(251,236,218)
#FBEDDD
(251,237,221)
#FBEEE0
(251,238,224)
#FBEFE3
(251,239,227)
#FBF0E6
(251,240,230)
#FBF1E9
(251,241,233)
#FBF2EC
(251,242,236)
#FBF3EF
(251,243,239)
#FBF4F2
(251,244,242)
#FBF5F5
(251,245,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBECDA; }

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

This text font color is #FBECDA.


Background Color

.myBgColor { background-color: #FBECDA; }

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

This div background color is #FBECDA.


Border color

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

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

This div border color is #FBECDA.


Opacity

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

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

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

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

This text has shadow with #FBECDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBECDA on black background.


Color preview on white background

This text has color #FBECDA on white background.



Black color preview on #FBECDA background

This text has black color on #FBECDA background.


White color preview on #FBECDA background

This text has white color on #FBECDA background.