COLOR #FBF9EB

HEX: #FBF9EB
RGB: (251,249,235)

Color info

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

RGB color model

#FBF9EB color RGB value is (251,249,235).

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

RGB channels and saturation

R 251 of 255 = 98%
G 249 of 255 = 98%
B 235 of 255 = 92%

251
249
235

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

Portions of RGB colors in percentages

R + G + B =
251 + 249 + 235 = 735 (100%)
R 251 of 735 ~ 34.15%
G 249 of 735 ~ 33.88%
B 235 of 735 ~ 31.97%

%34.15
%33.88
%31.97

CMYK color model

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

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

CMYK percentages

%0
%0.8
%6.37
%1.57

Codes

Color #FBF9EB in popluar color models

FBF9EB
RGB251249235
HSL53°66.67%95.29%
HSB/HSV53°6.37%98.43%
CMYK0.00%0.80%6.37%
1.57%

Color #FBF9EB in popluar number systems.

HEXFBF9EB
Decimal251249235
Binary111110111111100111101011
Octal373371353

Shades and tints

Shades of #FBF9EB

#FBF9EB
(251,249,235)
#E5E3D6
(229,227,214)
#CFCDC1
(207,205,193)
#B9B7AC
(185,183,172)
#A3A197
(163,161,151)
#8D8B82
(141,139,130)
#77756D
(119,117,109)
#615F58
(97,95,88)
#4B4943
(75,73,67)
#35332E
(53,51,46)
#1F1D19
(31,29,25)
#000000
(0,0,0)

Tints of #FBF9EB

#FBF9EB
(251,249,235)
#FBF9EC
(251,249,236)
#FBF9ED
(251,249,237)
#FBF9EE
(251,249,238)
#FBF9EF
(251,249,239)
#FBF9F0
(251,249,240)
#FBF9F1
(251,249,241)
#FBF9F2
(251,249,242)
#FBF9F3
(251,249,243)
#FBF9F4
(251,249,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9EB; }

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

This text font color is #FBF9EB.


Background Color

.myBgColor { background-color: #FBF9EB; }

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

This div background color is #FBF9EB.


Border color

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

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

This div border color is #FBF9EB.


Opacity

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

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

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

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

This text has shadow with #FBF9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF9EB on black background.


Color preview on white background

This text has color #FBF9EB on white background.



Black color preview on #FBF9EB background

This text has black color on #FBF9EB background.


White color preview on #FBF9EB background

This text has white color on #FBF9EB background.