COLOR #FBE9E7

HEX: #FBE9E7
RGB: (251,233,231)

Color info

#FBE9E7 contains red, green and blue colors in about the same proportion. Web safe color of #FBE9E7 is #FFFFFF (or #FFF).

RGB color model

#FBE9E7 color RGB value is (251,233,231).

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

RGB channels and saturation

R 251 of 255 = 98%
G 233 of 255 = 91%
B 231 of 255 = 91%

251
233
231

R + G + B ~ 93%. #FBE9E7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 233 + 231 = 715 (100%)
R 251 of 715 ~ 35.1%
G 233 of 715 ~ 32.59%
B 231 of 715 ~ 32.31%

%35.1
%32.59
%32.31

CMYK color model

#FBE9E7 color CMYK value is (0,7,8,2).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(0,7,8,2)
C0M7Y8K2 
(0%,7%,8%,2%)
(0.00/0.07/0.08/0.02)	

CMYK percentages

%0
%7.17
%7.97
%1.57

Codes

Color #FBE9E7 in popluar color models

FBE9E7
RGB251233231
HSL71.43%94.51%
HSB/HSV7.97%98.43%
CMYK0.00%7.17%7.97%
1.57%

Color #FBE9E7 in popluar number systems.

HEXFBE9E7
Decimal251233231
Binary111110111110100111100111
Octal373351347

Shades and tints

Shades of #FBE9E7

#FBE9E7
(251,233,231)
#E5D4D2
(229,212,210)
#CFBFBD
(207,191,189)
#B9AAA8
(185,170,168)
#A39593
(163,149,147)
#8D807E
(141,128,126)
#776B69
(119,107,105)
#615654
(97,86,84)
#4B413F
(75,65,63)
#352C2A
(53,44,42)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #FBE9E7

#FBE9E7
(251,233,231)
#FBEBE9
(251,235,233)
#FBEDEB
(251,237,235)
#FBEFED
(251,239,237)
#FBF1EF
(251,241,239)
#FBF3F1
(251,243,241)
#FBF5F3
(251,245,243)
#FBF7F5
(251,247,245)
#FBF9F7
(251,249,247)
#FBFBF9
(251,251,249)
#FBFDFB
(251,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE9E7; }

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

This text font color is #FBE9E7.


Background Color

.myBgColor { background-color: #FBE9E7; }

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

This div background color is #FBE9E7.


Border color

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

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

This div border color is #FBE9E7.


Opacity

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

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

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

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

This text has shadow with #FBE9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE9E7 on black background.


Color preview on white background

This text has color #FBE9E7 on white background.



Black color preview on #FBE9E7 background

This text has black color on #FBE9E7 background.


White color preview on #FBE9E7 background

This text has white color on #FBE9E7 background.