COLOR #FBECF1

HEX: #FBECF1
RGB: (251,236,241)

Color info

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

RGB color model

#FBECF1 color RGB value is (251,236,241).

  • red value is 251;
  • green value is 236;
  • blue value is 241.
RGB:
(251,236,241)
(98%,93%,95%)

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 241 of 255 = 95%

251
236
241

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

Portions of RGB colors in percentages

R + G + B =
251 + 236 + 241 = 728 (100%)
R 251 of 728 ~ 34.48%
G 236 of 728 ~ 32.42%
B 241 of 728 ~ 33.1%

%34.48
%32.42
%33.1

CMYK color model

#FBECF1 color CMYK value is (0,6,4,2).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 3.98%
  • key color value is 1.57%
CMYK:
(0,6,4,2)
C0M6Y4K2 
(0%,6%,4%,2%)
(0.00/0.06/0.04/0.02)	

CMYK percentages

%0
%5.98
%3.98
%1.57

Codes

Color #FBECF1 in popluar color models

FBECF1
RGB251236241
HSL340°65.22%95.49%
HSB/HSV340°5.98%98.43%
CMYK0.00%5.98%3.98%
1.57%

Color #FBECF1 in popluar number systems.

HEXFBECF1
Decimal251236241
Binary111110111110110011110001
Octal373354361

Shades and tints

Shades of #FBECF1

#FBECF1
(251,236,241)
#E5D7DC
(229,215,220)
#CFC2C7
(207,194,199)
#B9ADB2
(185,173,178)
#A3989D
(163,152,157)
#8D8388
(141,131,136)
#776E73
(119,110,115)
#61595E
(97,89,94)
#4B4449
(75,68,73)
#352F34
(53,47,52)
#1F1A1F
(31,26,31)
#000000
(0,0,0)

Tints of #FBECF1

#FBECF1
(251,236,241)
#FBEDF2
(251,237,242)
#FBEEF3
(251,238,243)
#FBEFF4
(251,239,244)
#FBF0F5
(251,240,245)
#FBF1F6
(251,241,246)
#FBF2F7
(251,242,247)
#FBF3F8
(251,243,248)
#FBF4F9
(251,244,249)
#FBF5FA
(251,245,250)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBECF1 color. Also use rgb(251,236,241) instead hex code.

Text Font Color

.myTextColor { color: #FBECF1; }

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

This text font color is #FBECF1.


Background Color

.myBgColor { background-color: #FBECF1; }

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

This div background color is #FBECF1.


Border color

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

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

This div border color is #FBECF1.


Opacity

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

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

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

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

This text has shadow with #FBECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBECF1 on black background.


Color preview on white background

This text has color #FBECF1 on white background.



Black color preview on #FBECF1 background

This text has black color on #FBECF1 background.


White color preview on #FBECF1 background

This text has white color on #FBECF1 background.