COLOR #FBEBD7

HEX: #FBEBD7
RGB: (251,235,215)

Color info

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

RGB color model

#FBEBD7 color RGB value is (251,235,215).

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

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 215 of 255 = 84%

251
235
215

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

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 215 = 701 (100%)
R 251 of 701 ~ 35.81%
G 235 of 701 ~ 33.52%
B 215 of 701 ~ 30.67%

%35.81
%33.52
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 14.34%
  • 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
%6.37
%14.34
%1.57

Codes

Color #FBEBD7 in popluar color models

FBEBD7
RGB251235215
HSL33°81.82%91.37%
HSB/HSV33°14.34%98.43%
CMYK0.00%6.37%14.34%
1.57%

Color #FBEBD7 in popluar number systems.

HEXFBEBD7
Decimal251235215
Binary111110111110101111010111
Octal373353327

Shades and tints

Shades of #FBEBD7

#FBEBD7
(251,235,215)
#E5D6C4
(229,214,196)
#CFC1B1
(207,193,177)
#B9AC9E
(185,172,158)
#A3978B
(163,151,139)
#8D8278
(141,130,120)
#776D65
(119,109,101)
#615852
(97,88,82)
#4B433F
(75,67,63)
#352E2C
(53,46,44)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBEBD7

#FBEBD7
(251,235,215)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBD7; }

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

This text font color is #FBEBD7.


Background Color

.myBgColor { background-color: #FBEBD7; }

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

This div background color is #FBEBD7.


Border color

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

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

This div border color is #FBEBD7.


Opacity

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

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

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

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

This text has shadow with #FBEBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBD7 on black background.


Color preview on white background

This text has color #FBEBD7 on white background.



Black color preview on #FBEBD7 background

This text has black color on #FBEBD7 background.


White color preview on #FBEBD7 background

This text has white color on #FBEBD7 background.