COLOR #FBECF9

HEX: #FBECF9
RGB: (251,236,249)

Color info

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

RGB color model

#FBECF9 color RGB value is (251,236,249).

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

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 249 of 255 = 98%

251
236
249

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

Portions of RGB colors in percentages

R + G + B =
251 + 236 + 249 = 736 (100%)
R 251 of 736 ~ 34.1%
G 236 of 736 ~ 32.07%
B 249 of 736 ~ 33.83%

%34.1
%32.07
%33.83

CMYK color model

#FBECF9 color CMYK value is (0,6,1,2).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(0,6,1,2)
C0M6Y1K2 
(0%,6%,1%,2%)
(0.00/0.06/0.01/0.02)	

CMYK percentages

%0
%5.98
%0.8
%1.57

Codes

Color #FBECF9 in popluar color models

FBECF9
RGB251236249
HSL308°65.22%95.49%
HSB/HSV308°5.98%98.43%
CMYK0.00%5.98%0.80%
1.57%

Color #FBECF9 in popluar number systems.

HEXFBECF9
Decimal251236249
Binary111110111110110011111001
Octal373354371

Shades and tints

Shades of #FBECF9

#FBECF9
(251,236,249)
#E5D7E3
(229,215,227)
#CFC2CD
(207,194,205)
#B9ADB7
(185,173,183)
#A398A1
(163,152,161)
#8D838B
(141,131,139)
#776E75
(119,110,117)
#61595F
(97,89,95)
#4B4449
(75,68,73)
#352F33
(53,47,51)
#1F1A1D
(31,26,29)
#000000
(0,0,0)

Tints of #FBECF9

#FBECF9
(251,236,249)
#FBEDF9
(251,237,249)
#FBEEF9
(251,238,249)
#FBEFF9
(251,239,249)
#FBF0F9
(251,240,249)
#FBF1F9
(251,241,249)
#FBF2F9
(251,242,249)
#FBF3F9
(251,243,249)
#FBF4F9
(251,244,249)
#FBF5F9
(251,245,249)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBECF9; }

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

This text font color is #FBECF9.


Background Color

.myBgColor { background-color: #FBECF9; }

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

This div background color is #FBECF9.


Border color

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

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

This div border color is #FBECF9.


Opacity

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

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

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

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

This text has shadow with #FBECF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBECF9 on black background.


Color preview on white background

This text has color #FBECF9 on white background.



Black color preview on #FBECF9 background

This text has black color on #FBECF9 background.


White color preview on #FBECF9 background

This text has white color on #FBECF9 background.