COLOR #FBE7D5

HEX: #FBE7D5
RGB: (251,231,213)

Color info

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

RGB color model

#FBE7D5 color RGB value is (251,231,213).

  • red value is 251;
  • green value is 231;
  • blue value is 213.
RGB:
(251,231,213)
(98%,91%,84%)

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 213 of 255 = 84%

251
231
213

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

Portions of RGB colors in percentages

R + G + B =
251 + 231 + 213 = 695 (100%)
R 251 of 695 ~ 36.12%
G 231 of 695 ~ 33.24%
B 213 of 695 ~ 30.65%

%36.12
%33.24
%30.65

CMYK color model

#FBE7D5 color CMYK value is (0,8,15,2).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK:
(0,8,15,2)
C0M8Y15K2 
(0%,8%,15%,2%)
(0.00/0.08/0.15/0.02)	

CMYK percentages

%0
%7.97
%15.14
%1.57

Codes

Color #FBE7D5 in popluar color models

FBE7D5
RGB251231213
HSL28°82.61%90.98%
HSB/HSV28°15.14%98.43%
CMYK0.00%7.97%15.14%
1.57%

Color #FBE7D5 in popluar number systems.

HEXFBE7D5
Decimal251231213
Binary111110111110011111010101
Octal373347325

Shades and tints

Shades of #FBE7D5

#FBE7D5
(251,231,213)
#E5D2C2
(229,210,194)
#CFBDAF
(207,189,175)
#B9A89C
(185,168,156)
#A39389
(163,147,137)
#8D7E76
(141,126,118)
#776963
(119,105,99)
#615450
(97,84,80)
#4B3F3D
(75,63,61)
#352A2A
(53,42,42)
#1F1517
(31,21,23)
#000000
(0,0,0)

Tints of #FBE7D5

#FBE7D5
(251,231,213)
#FBE9D8
(251,233,216)
#FBEBDB
(251,235,219)
#FBEDDE
(251,237,222)
#FBEFE1
(251,239,225)
#FBF1E4
(251,241,228)
#FBF3E7
(251,243,231)
#FBF5EA
(251,245,234)
#FBF7ED
(251,247,237)
#FBF9F0
(251,249,240)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE7D5 color. Also use rgb(251,231,213) instead hex code.

Text Font Color

.myTextColor { color: #FBE7D5; }

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

This text font color is #FBE7D5.


Background Color

.myBgColor { background-color: #FBE7D5; }

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

This div background color is #FBE7D5.


Border color

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

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

This div border color is #FBE7D5.


Opacity

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

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

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

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

This text has shadow with #FBE7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE7D5 on black background.


Color preview on white background

This text has color #FBE7D5 on white background.



Black color preview on #FBE7D5 background

This text has black color on #FBE7D5 background.


White color preview on #FBE7D5 background

This text has white color on #FBE7D5 background.