COLOR #FBEBD3

HEX: #FBEBD3
RGB: (251,235,211)

Color info

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

RGB color model

#FBEBD3 color RGB value is (251,235,211).

  • red value is 251;
  • green value is 235;
  • blue value is 211.
RGB:
(251,235,211)
(98%,92%,83%)

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 211 of 255 = 83%

251
235
211

R + G + B ~ 91%. #FBEBD3 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 211 = 697 (100%)
R 251 of 697 ~ 36.01%
G 235 of 697 ~ 33.72%
B 211 of 697 ~ 30.27%

%36.01
%33.72
%30.27

CMYK color model

#FBEBD3 color CMYK value is (0,6,16,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 15.94%
  • key color value is 1.57%
CMYK:
(0,6,16,2)
C0M6Y16K2 
(0%,6%,16%,2%)
(0.00/0.06/0.16/0.02)	

CMYK percentages

%0
%6.37
%15.94
%1.57

Codes

Color #FBEBD3 in popluar color models

FBEBD3
RGB251235211
HSL36°83.33%90.59%
HSB/HSV36°15.94%98.43%
CMYK0.00%6.37%15.94%
1.57%

Color #FBEBD3 in popluar number systems.

HEXFBEBD3
Decimal251235211
Binary111110111110101111010011
Octal373353323

Shades and tints

Shades of #FBEBD3

#FBEBD3
(251,235,211)
#E5D6C0
(229,214,192)
#CFC1AD
(207,193,173)
#B9AC9A
(185,172,154)
#A39787
(163,151,135)
#8D8274
(141,130,116)
#776D61
(119,109,97)
#61584E
(97,88,78)
#4B433B
(75,67,59)
#352E28
(53,46,40)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #FBEBD3

#FBEBD3
(251,235,211)
#FBECD7
(251,236,215)
#FBEDDB
(251,237,219)
#FBEEDF
(251,238,223)
#FBEFE3
(251,239,227)
#FBF0E7
(251,240,231)
#FBF1EB
(251,241,235)
#FBF2EF
(251,242,239)
#FBF3F3
(251,243,243)
#FBF4F7
(251,244,247)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBD3; }

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

This text font color is #FBEBD3.


Background Color

.myBgColor { background-color: #FBEBD3; }

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

This div background color is #FBEBD3.


Border color

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

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

This div border color is #FBEBD3.


Opacity

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

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

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

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

This text has shadow with #FBEBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBD3 on black background.


Color preview on white background

This text has color #FBEBD3 on white background.



Black color preview on #FBEBD3 background

This text has black color on #FBEBD3 background.


White color preview on #FBEBD3 background

This text has white color on #FBEBD3 background.