COLOR #FBE7EE

HEX: #FBE7EE
RGB: (251,231,238)

Color info

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

RGB color model

#FBE7EE color RGB value is (251,231,238).

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

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 238 of 255 = 93%

251
231
238

R + G + B ~ 94%. #FBE7EE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 231 + 238 = 720 (100%)
R 251 of 720 ~ 34.86%
G 231 of 720 ~ 32.08%
B 238 of 720 ~ 33.06%

%34.86
%32.08
%33.06

CMYK color model

#FBE7EE color CMYK value is (0,8,5,2).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK:
(0,8,5,2)
C0M8Y5K2 
(0%,8%,5%,2%)
(0.00/0.08/0.05/0.02)	

CMYK percentages

%0
%7.97
%5.18
%1.57

Codes

Color #FBE7EE in popluar color models

FBE7EE
RGB251231238
HSL339°71.43%94.51%
HSB/HSV339°7.97%98.43%
CMYK0.00%7.97%5.18%
1.57%

Color #FBE7EE in popluar number systems.

HEXFBE7EE
Decimal251231238
Binary111110111110011111101110
Octal373347356

Shades and tints

Shades of #FBE7EE

#FBE7EE
(251,231,238)
#E5D2D9
(229,210,217)
#CFBDC4
(207,189,196)
#B9A8AF
(185,168,175)
#A3939A
(163,147,154)
#8D7E85
(141,126,133)
#776970
(119,105,112)
#61545B
(97,84,91)
#4B3F46
(75,63,70)
#352A31
(53,42,49)
#1F151C
(31,21,28)
#000000
(0,0,0)

Tints of #FBE7EE

#FBE7EE
(251,231,238)
#FBE9EF
(251,233,239)
#FBEBF0
(251,235,240)
#FBEDF1
(251,237,241)
#FBEFF2
(251,239,242)
#FBF1F3
(251,241,243)
#FBF3F4
(251,243,244)
#FBF5F5
(251,245,245)
#FBF7F6
(251,247,246)
#FBF9F7
(251,249,247)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE7EE; }

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

This text font color is #FBE7EE.


Background Color

.myBgColor { background-color: #FBE7EE; }

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

This div background color is #FBE7EE.


Border color

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

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

This div border color is #FBE7EE.


Opacity

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

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

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

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

This text has shadow with #FBE7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE7EE on black background.


Color preview on white background

This text has color #FBE7EE on white background.



Black color preview on #FBE7EE background

This text has black color on #FBE7EE background.


White color preview on #FBE7EE background

This text has white color on #FBE7EE background.