COLOR #FBEBFE

HEX: #FBEBFE
RGB: (251,235,254)

Color info

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

RGB color model

#FBEBFE color RGB value is (251,235,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 254 of 255 = 100%

251
235
254

R + G + B ~ 97%. #FBEBFE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 254 = 740 (100%)
R 251 of 740 ~ 33.92%
G 235 of 740 ~ 31.76%
B 254 of 740 ~ 34.32%

%33.92
%31.76
%34.32

CMYK color model

#FBEBFE color CMYK value is (1,7,0,0).

  • cyan value is 1.18%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,7,0,0)
C1M7Y0K0 
(1%,7%,0%,0%)
(0.01/0.07/0.00/0.00)	

CMYK percentages

%1.18
%7.48
%0
%0.39

Codes

Color #FBEBFE in popluar color models

FBEBFE
RGB251235254
HSL291°90.48%95.88%
HSB/HSV291°7.48%99.61%
CMYK1.18%7.48%0.00%
0.39%

Color #FBEBFE in popluar number systems.

HEXFBEBFE
Decimal251235254
Binary111110111110101111111110
Octal373353376

Shades and tints

Shades of #FBEBFE

#FBEBFE
(251,235,254)
#E5D6E7
(229,214,231)
#CFC1D0
(207,193,208)
#B9ACB9
(185,172,185)
#A397A2
(163,151,162)
#8D828B
(141,130,139)
#776D74
(119,109,116)
#61585D
(97,88,93)
#4B4346
(75,67,70)
#352E2F
(53,46,47)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBEBFE

#FBEBFE
(251,235,254)
#FBECFE
(251,236,254)
#FBEDFE
(251,237,254)
#FBEEFE
(251,238,254)
#FBEFFE
(251,239,254)
#FBF0FE
(251,240,254)
#FBF1FE
(251,241,254)
#FBF2FE
(251,242,254)
#FBF3FE
(251,243,254)
#FBF4FE
(251,244,254)
#FBF5FE
(251,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBFE; }

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

This text font color is #FBEBFE.


Background Color

.myBgColor { background-color: #FBEBFE; }

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

This div background color is #FBEBFE.


Border color

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

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

This div border color is #FBEBFE.


Opacity

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

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

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

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

This text has shadow with #FBEBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBFE on black background.


Color preview on white background

This text has color #FBEBFE on white background.



Black color preview on #FBEBFE background

This text has black color on #FBEBFE background.


White color preview on #FBEBFE background

This text has white color on #FBEBFE background.