COLOR #FBE1FE

HEX: #FBE1FE
RGB: (251,225,254)

Color info

#FBE1FE contains red, green and blue colors in about the same proportion. Web safe color of #FBE1FE is #FFCCFF (or #FCF).

RGB color model

#FBE1FE color RGB value is (251,225,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 225 of 255 = 88%
B 254 of 255 = 100%

251
225
254

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

Portions of RGB colors in percentages

R + G + B =
251 + 225 + 254 = 730 (100%)
R 251 of 730 ~ 34.38%
G 225 of 730 ~ 30.82%
B 254 of 730 ~ 34.79%

%34.38
%30.82
%34.79

CMYK color model

#FBE1FE color CMYK value is (1,11,0,0).

  • cyan value is 1.18%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,11,0,0)
C1M11Y0K0 
(1%,11%,0%,0%)
(0.01/0.11/0.00/0.00)	

CMYK percentages

%1.18
%11.42
%0
%0.39

Codes

Color #FBE1FE in popluar color models

FBE1FE
RGB251225254
HSL294°93.55%93.92%
HSB/HSV294°11.42%99.61%
CMYK1.18%11.42%0.00%
0.39%

Color #FBE1FE in popluar number systems.

HEXFBE1FE
Decimal251225254
Binary111110111110000111111110
Octal373341376

Shades and tints

Shades of #FBE1FE

#FBE1FE
(251,225,254)
#E5CDE7
(229,205,231)
#CFB9D0
(207,185,208)
#B9A5B9
(185,165,185)
#A391A2
(163,145,162)
#8D7D8B
(141,125,139)
#776974
(119,105,116)
#61555D
(97,85,93)
#4B4146
(75,65,70)
#352D2F
(53,45,47)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBE1FE

#FBE1FE
(251,225,254)
#FBE3FE
(251,227,254)
#FBE5FE
(251,229,254)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE1FE; }

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

This text font color is #FBE1FE.


Background Color

.myBgColor { background-color: #FBE1FE; }

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

This div background color is #FBE1FE.


Border color

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

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

This div border color is #FBE1FE.


Opacity

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

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

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

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

This text has shadow with #FBE1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE1FE on black background.


Color preview on white background

This text has color #FBE1FE on white background.



Black color preview on #FBE1FE background

This text has black color on #FBE1FE background.


White color preview on #FBE1FE background

This text has white color on #FBE1FE background.