COLOR #FBE9F7

HEX: #FBE9F7
RGB: (251,233,247)

Color info

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

RGB color model

#FBE9F7 color RGB value is (251,233,247).

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

RGB channels and saturation

R 251 of 255 = 98%
G 233 of 255 = 91%
B 247 of 255 = 97%

251
233
247

R + G + B ~ 95%. #FBE9F7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 233 + 247 = 731 (100%)
R 251 of 731 ~ 34.34%
G 233 of 731 ~ 31.87%
B 247 of 731 ~ 33.79%

%34.34
%31.87
%33.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(0,7,2,2)
C0M7Y2K2 
(0%,7%,2%,2%)
(0.00/0.07/0.02/0.02)	

CMYK percentages

%0
%7.17
%1.59
%1.57

Codes

Color #FBE9F7 in popluar color models

FBE9F7
RGB251233247
HSL313°69.23%94.90%
HSB/HSV313°7.17%98.43%
CMYK0.00%7.17%1.59%
1.57%

Color #FBE9F7 in popluar number systems.

HEXFBE9F7
Decimal251233247
Binary111110111110100111110111
Octal373351367

Shades and tints

Shades of #FBE9F7

#FBE9F7
(251,233,247)
#E5D4E1
(229,212,225)
#CFBFCB
(207,191,203)
#B9AAB5
(185,170,181)
#A3959F
(163,149,159)
#8D8089
(141,128,137)
#776B73
(119,107,115)
#61565D
(97,86,93)
#4B4147
(75,65,71)
#352C31
(53,44,49)
#1F171B
(31,23,27)
#000000
(0,0,0)

Tints of #FBE9F7

#FBE9F7
(251,233,247)
#FBEBF7
(251,235,247)
#FBEDF7
(251,237,247)
#FBEFF7
(251,239,247)
#FBF1F7
(251,241,247)
#FBF3F7
(251,243,247)
#FBF5F7
(251,245,247)
#FBF7F7
(251,247,247)
#FBF9F7
(251,249,247)
#FBFBF7
(251,251,247)
#FBFDF7
(251,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE9F7; }

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

This text font color is #FBE9F7.


Background Color

.myBgColor { background-color: #FBE9F7; }

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

This div background color is #FBE9F7.


Border color

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

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

This div border color is #FBE9F7.


Opacity

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

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

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

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

This text has shadow with #FBE9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE9F7 on black background.


Color preview on white background

This text has color #FBE9F7 on white background.



Black color preview on #FBE9F7 background

This text has black color on #FBE9F7 background.


White color preview on #FBE9F7 background

This text has white color on #FBE9F7 background.