COLOR #FBEFE7

HEX: #FBEFE7
RGB: (251,239,231)

Color info

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

RGB color model

#FBEFE7 color RGB value is (251,239,231).

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

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 231 of 255 = 91%

251
239
231

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

Portions of RGB colors in percentages

R + G + B =
251 + 239 + 231 = 721 (100%)
R 251 of 721 ~ 34.81%
G 239 of 721 ~ 33.15%
B 231 of 721 ~ 32.04%

%34.81
%33.15
%32.04

CMYK color model

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

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

CMYK percentages

%0
%4.78
%7.97
%1.57

Codes

Color #FBEFE7 in popluar color models

FBEFE7
RGB251239231
HSL24°71.43%94.51%
HSB/HSV24°7.97%98.43%
CMYK0.00%4.78%7.97%
1.57%

Color #FBEFE7 in popluar number systems.

HEXFBEFE7
Decimal251239231
Binary111110111110111111100111
Octal373357347

Shades and tints

Shades of #FBEFE7

#FBEFE7
(251,239,231)
#E5DAD2
(229,218,210)
#CFC5BD
(207,197,189)
#B9B0A8
(185,176,168)
#A39B93
(163,155,147)
#8D867E
(141,134,126)
#777169
(119,113,105)
#615C54
(97,92,84)
#4B473F
(75,71,63)
#35322A
(53,50,42)
#1F1D15
(31,29,21)
#000000
(0,0,0)

Tints of #FBEFE7

#FBEFE7
(251,239,231)
#FBF0E9
(251,240,233)
#FBF1EB
(251,241,235)
#FBF2ED
(251,242,237)
#FBF3EF
(251,243,239)
#FBF4F1
(251,244,241)
#FBF5F3
(251,245,243)
#FBF6F5
(251,246,245)
#FBF7F7
(251,247,247)
#FBF8F9
(251,248,249)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFE7; }

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

This text font color is #FBEFE7.


Background Color

.myBgColor { background-color: #FBEFE7; }

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

This div background color is #FBEFE7.


Border color

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

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

This div border color is #FBEFE7.


Opacity

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

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

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

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

This text has shadow with #FBEFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEFE7 on black background.


Color preview on white background

This text has color #FBEFE7 on white background.



Black color preview on #FBEFE7 background

This text has black color on #FBEFE7 background.


White color preview on #FBEFE7 background

This text has white color on #FBEFE7 background.