COLOR #FBE7ED

HEX: #FBE7ED
RGB: (251,231,237)

Color info

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

RGB color model

#FBE7ED color RGB value is (251,231,237).

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

RGB channels and saturation

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

251
231
237

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

Portions of RGB colors in percentages

R + G + B =
251 + 231 + 237 = 719 (100%)
R 251 of 719 ~ 34.91%
G 231 of 719 ~ 32.13%
B 237 of 719 ~ 32.96%

%34.91
%32.13
%32.96

CMYK color model

#FBE7ED color CMYK value is (0,8,6,2).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 5.58%
  • key color value is 1.57%
CMYK:
(0,8,6,2)
C0M8Y6K2 
(0%,8%,6%,2%)
(0.00/0.08/0.06/0.02)	

CMYK percentages

%0
%7.97
%5.58
%1.57

Codes

Color #FBE7ED in popluar color models

FBE7ED
RGB251231237
HSL342°71.43%94.51%
HSB/HSV342°7.97%98.43%
CMYK0.00%7.97%5.58%
1.57%

Color #FBE7ED in popluar number systems.

HEXFBE7ED
Decimal251231237
Binary111110111110011111101101
Octal373347355

Shades and tints

Shades of #FBE7ED

#FBE7ED
(251,231,237)
#E5D2D8
(229,210,216)
#CFBDC3
(207,189,195)
#B9A8AE
(185,168,174)
#A39399
(163,147,153)
#8D7E84
(141,126,132)
#77696F
(119,105,111)
#61545A
(97,84,90)
#4B3F45
(75,63,69)
#352A30
(53,42,48)
#1F151B
(31,21,27)
#000000
(0,0,0)

Tints of #FBE7ED

#FBE7ED
(251,231,237)
#FBE9EE
(251,233,238)
#FBEBEF
(251,235,239)
#FBEDF0
(251,237,240)
#FBEFF1
(251,239,241)
#FBF1F2
(251,241,242)
#FBF3F3
(251,243,243)
#FBF5F4
(251,245,244)
#FBF7F5
(251,247,245)
#FBF9F6
(251,249,246)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE7ED; }

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

This text font color is #FBE7ED.


Background Color

.myBgColor { background-color: #FBE7ED; }

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

This div background color is #FBE7ED.


Border color

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

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

This div border color is #FBE7ED.


Opacity

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

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

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

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

This text has shadow with #FBE7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE7ED on black background.


Color preview on white background

This text has color #FBE7ED on white background.



Black color preview on #FBE7ED background

This text has black color on #FBE7ED background.


White color preview on #FBE7ED background

This text has white color on #FBE7ED background.