COLOR #FBEDFE

HEX: #FBEDFE
RGB: (251,237,254)

Color info

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

RGB color model

#FBEDFE color RGB value is (251,237,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 254 of 255 = 100%

251
237
254

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

Portions of RGB colors in percentages

R + G + B =
251 + 237 + 254 = 742 (100%)
R 251 of 742 ~ 33.83%
G 237 of 742 ~ 31.94%
B 254 of 742 ~ 34.23%

%33.83
%31.94
%34.23

CMYK color model

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

  • cyan value is 1.18%
  • magenta value is 6.69%
  • 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
%6.69
%0
%0.39

Codes

Color #FBEDFE in popluar color models

FBEDFE
RGB251237254
HSL289°89.47%96.27%
HSB/HSV289°6.69%99.61%
CMYK1.18%6.69%0.00%
0.39%

Color #FBEDFE in popluar number systems.

HEXFBEDFE
Decimal251237254
Binary111110111110110111111110
Octal373355376

Shades and tints

Shades of #FBEDFE

#FBEDFE
(251,237,254)
#E5D8E7
(229,216,231)
#CFC3D0
(207,195,208)
#B9AEB9
(185,174,185)
#A399A2
(163,153,162)
#8D848B
(141,132,139)
#776F74
(119,111,116)
#615A5D
(97,90,93)
#4B4546
(75,69,70)
#35302F
(53,48,47)
#1F1B18
(31,27,24)
#000000
(0,0,0)

Tints of #FBEDFE

#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)
#FBF6FE
(251,246,254)
#FBF7FE
(251,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDFE; }

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

This text font color is #FBEDFE.


Background Color

.myBgColor { background-color: #FBEDFE; }

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

This div background color is #FBEDFE.


Border color

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

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

This div border color is #FBEDFE.


Opacity

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

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

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

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

This text has shadow with #FBEDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEDFE on black background.


Color preview on white background

This text has color #FBEDFE on white background.



Black color preview on #FBEDFE background

This text has black color on #FBEDFE background.


White color preview on #FBEDFE background

This text has white color on #FBEDFE background.