COLOR #FBF9EA

HEX: #FBF9EA
RGB: (251,249,234)

Color info

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

RGB color model

#FBF9EA color RGB value is (251,249,234).

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

RGB channels and saturation

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

251
249
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 249 + 234 = 734 (100%)
R 251 of 734 ~ 34.2%
G 249 of 734 ~ 33.92%
B 234 of 734 ~ 31.88%

%34.2
%33.92
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,1,7,2)
C0M1Y7K2 
(0%,1%,7%,2%)
(0.00/0.01/0.07/0.02)	

CMYK percentages

%0
%0.8
%6.77
%1.57

Codes

Color #FBF9EA in popluar color models

FBF9EA
RGB251249234
HSL53°68.00%95.10%
HSB/HSV53°6.77%98.43%
CMYK0.00%0.80%6.77%
1.57%

Color #FBF9EA in popluar number systems.

HEXFBF9EA
Decimal251249234
Binary111110111111100111101010
Octal373371352

Shades and tints

Shades of #FBF9EA

#FBF9EA
(251,249,234)
#E5E3D5
(229,227,213)
#CFCDC0
(207,205,192)
#B9B7AB
(185,183,171)
#A3A196
(163,161,150)
#8D8B81
(141,139,129)
#77756C
(119,117,108)
#615F57
(97,95,87)
#4B4942
(75,73,66)
#35332D
(53,51,45)
#1F1D18
(31,29,24)
#000000
(0,0,0)

Tints of #FBF9EA

#FBF9EA
(251,249,234)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9EA; }

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

This text font color is #FBF9EA.


Background Color

.myBgColor { background-color: #FBF9EA; }

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

This div background color is #FBF9EA.


Border color

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

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

This div border color is #FBF9EA.


Opacity

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

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

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

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

This text has shadow with #FBF9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF9EA on black background.


Color preview on white background

This text has color #FBF9EA on white background.



Black color preview on #FBF9EA background

This text has black color on #FBF9EA background.


White color preview on #FBF9EA background

This text has white color on #FBF9EA background.