COLOR #FBE7FE

HEX: #FBE7FE
RGB: (251,231,254)

Color info

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

RGB color model

#FBE7FE color RGB value is (251,231,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 254 of 255 = 100%

251
231
254

R + G + B ~ 96%. #FBE7FE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 231 + 254 = 736 (100%)
R 251 of 736 ~ 34.1%
G 231 of 736 ~ 31.39%
B 254 of 736 ~ 34.51%

%34.1
%31.39
%34.51

CMYK color model

#FBE7FE color CMYK value is (1,9,0,0).

  • cyan value is 1.18%
  • magenta value is 9.06%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,9,0,0)
C1M9Y0K0 
(1%,9%,0%,0%)
(0.01/0.09/0.00/0.00)	

CMYK percentages

%1.18
%9.06
%0
%0.39

Codes

Color #FBE7FE in popluar color models

FBE7FE
RGB251231254
HSL292°92.00%95.10%
HSB/HSV292°9.06%99.61%
CMYK1.18%9.06%0.00%
0.39%

Color #FBE7FE in popluar number systems.

HEXFBE7FE
Decimal251231254
Binary111110111110011111111110
Octal373347376

Shades and tints

Shades of #FBE7FE

#FBE7FE
(251,231,254)
#E5D2E7
(229,210,231)
#CFBDD0
(207,189,208)
#B9A8B9
(185,168,185)
#A393A2
(163,147,162)
#8D7E8B
(141,126,139)
#776974
(119,105,116)
#61545D
(97,84,93)
#4B3F46
(75,63,70)
#352A2F
(53,42,47)
#1F1518
(31,21,24)
#000000
(0,0,0)

Tints of #FBE7FE

#FBE7FE
(251,231,254)
#FBE9FE
(251,233,254)
#FBEBFE
(251,235,254)
#FBEDFE
(251,237,254)
#FBEFFE
(251,239,254)
#FBF1FE
(251,241,254)
#FBF3FE
(251,243,254)
#FBF5FE
(251,245,254)
#FBF7FE
(251,247,254)
#FBF9FE
(251,249,254)
#FBFBFE
(251,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE7FE; }

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

This text font color is #FBE7FE.


Background Color

.myBgColor { background-color: #FBE7FE; }

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

This div background color is #FBE7FE.


Border color

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

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

This div border color is #FBE7FE.


Opacity

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

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

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

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

This text has shadow with #FBE7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE7FE on black background.


Color preview on white background

This text has color #FBE7FE on white background.



Black color preview on #FBE7FE background

This text has black color on #FBE7FE background.


White color preview on #FBE7FE background

This text has white color on #FBE7FE background.