COLOR #FBE8F7

HEX: #FBE8F7
RGB: (251,232,247)

Color info

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

RGB color model

#FBE8F7 color RGB value is (251,232,247).

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

RGB channels and saturation

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

251
232
247

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

Portions of RGB colors in percentages

R + G + B =
251 + 232 + 247 = 730 (100%)
R 251 of 730 ~ 34.38%
G 232 of 730 ~ 31.78%
B 247 of 730 ~ 33.84%

%34.38
%31.78
%33.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(0,8,2,2)
C0M8Y2K2 
(0%,8%,2%,2%)
(0.00/0.08/0.02/0.02)	

CMYK percentages

%0
%7.57
%1.59
%1.57

Codes

Color #FBE8F7 in popluar color models

FBE8F7
RGB251232247
HSL313°70.37%94.71%
HSB/HSV313°7.57%98.43%
CMYK0.00%7.57%1.59%
1.57%

Color #FBE8F7 in popluar number systems.

HEXFBE8F7
Decimal251232247
Binary111110111110100011110111
Octal373350367

Shades and tints

Shades of #FBE8F7

#FBE8F7
(251,232,247)
#E5D3E1
(229,211,225)
#CFBECB
(207,190,203)
#B9A9B5
(185,169,181)
#A3949F
(163,148,159)
#8D7F89
(141,127,137)
#776A73
(119,106,115)
#61555D
(97,85,93)
#4B4047
(75,64,71)
#352B31
(53,43,49)
#1F161B
(31,22,27)
#000000
(0,0,0)

Tints of #FBE8F7

#FBE8F7
(251,232,247)
#FBEAF7
(251,234,247)
#FBECF7
(251,236,247)
#FBEEF7
(251,238,247)
#FBF0F7
(251,240,247)
#FBF2F7
(251,242,247)
#FBF4F7
(251,244,247)
#FBF6F7
(251,246,247)
#FBF8F7
(251,248,247)
#FBFAF7
(251,250,247)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE8F7; }

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

This text font color is #FBE8F7.


Background Color

.myBgColor { background-color: #FBE8F7; }

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

This div background color is #FBE8F7.


Border color

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

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

This div border color is #FBE8F7.


Opacity

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

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

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

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

This text has shadow with #FBE8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE8F7 on black background.


Color preview on white background

This text has color #FBE8F7 on white background.



Black color preview on #FBE8F7 background

This text has black color on #FBE8F7 background.


White color preview on #FBE8F7 background

This text has white color on #FBE8F7 background.