COLOR #FBE7FC

HEX: #FBE7FC
RGB: (251,231,252)

Color info

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

RGB color model

#FBE7FC color RGB value is (251,231,252).

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

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 252 of 255 = 99%

251
231
252

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

Portions of RGB colors in percentages

R + G + B =
251 + 231 + 252 = 734 (100%)
R 251 of 734 ~ 34.2%
G 231 of 734 ~ 31.47%
B 252 of 734 ~ 34.33%

%34.2
%31.47
%34.33

CMYK color model

#FBE7FC color CMYK value is (0,8,0,1).

  • cyan value is 0.40%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(0,8,0,1)
C0M8Y0K1 
(0%,8%,0%,1%)
(0.00/0.08/0.00/0.01)	

CMYK percentages

%0.4
%8.33
%0
%1.18

Codes

Color #FBE7FC in popluar color models

FBE7FC
RGB251231252
HSL297°77.78%94.71%
HSB/HSV297°8.33%98.82%
CMYK0.40%8.33%0.00%
1.18%

Color #FBE7FC in popluar number systems.

HEXFBE7FC
Decimal251231252
Binary111110111110011111111100
Octal373347374

Shades and tints

Shades of #FBE7FC

#FBE7FC
(251,231,252)
#E5D2E6
(229,210,230)
#CFBDD0
(207,189,208)
#B9A8BA
(185,168,186)
#A393A4
(163,147,164)
#8D7E8E
(141,126,142)
#776978
(119,105,120)
#615462
(97,84,98)
#4B3F4C
(75,63,76)
#352A36
(53,42,54)
#1F1520
(31,21,32)
#000000
(0,0,0)

Tints of #FBE7FC

#FBE7FC
(251,231,252)
#FBE9FC
(251,233,252)
#FBEBFC
(251,235,252)
#FBEDFC
(251,237,252)
#FBEFFC
(251,239,252)
#FBF1FC
(251,241,252)
#FBF3FC
(251,243,252)
#FBF5FC
(251,245,252)
#FBF7FC
(251,247,252)
#FBF9FC
(251,249,252)
#FBFBFC
(251,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE7FC; }

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

This text font color is #FBE7FC.


Background Color

.myBgColor { background-color: #FBE7FC; }

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

This div background color is #FBE7FC.


Border color

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

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

This div border color is #FBE7FC.


Opacity

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

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

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

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

This text has shadow with #FBE7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE7FC on black background.


Color preview on white background

This text has color #FBE7FC on white background.



Black color preview on #FBE7FC background

This text has black color on #FBE7FC background.


White color preview on #FBE7FC background

This text has white color on #FBE7FC background.