COLOR #FBF9EE

HEX: #FBF9EE RGB: (251,249,238)

Color info

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

RGB color model

#FBF9EE color RGB value is (251,249,238).

RGB: (251,249,238) (98%, 98%, 93%)

RGB channels and saturation

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

251
249
238

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

Portions of RGB colors in percentages

R + G + B = 251 + 249 + 238 = 738 (100%)
R 251 of 738 ~ 34.01%
G 249 of 738 ~ 33.74%
B 238 of 738 ~ 32.25'%

%34.01
%33.74
%32.25

CMYK color model

#FBF9EE color CMYK value is (0,1,5,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK: (0,1,5,2) C0M1Y5K2 (0%,1%,5%,2%) (0.00/0.01/0.05/0.02) 

CMYK percentages

%0
%0.8
%5.18
%1.57

Codes

Color #FBF9EE in popluar color models

FB F9 EE
RGB 251 249 238
HSL 51° 61.90% 95.88%
HSB/HSV 51° 5.18% 98.43%
CMYK 0.00% 0.80% 5.18%
1.57%

Color #FBF9EE in popluar number systems.

HEX FB F9 EE
Decimal 251 249 238
Binary 11111011 11111001 11101110
Octal 373 371 356

Shades and tints

Shades of #FBF9EE

#FBF9EE
(251,249,238)
#E5E3D9
(229,227,217)
#CFCDC4
(207,205,196)
#B9B7AF
(185,183,175)
#A3A19A
(163,161,154)
#8D8B85
(141,139,133)
#777570
(119,117,112)
#615F5B
(97,95,91)
#4B4946
(75,73,70)
#353331
(53,51,49)
#1F1D1C
(31,29,28)
#000000
(0,0,0)

Tints of #FBF9EE

#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)
#FBF9F6
(251,249,246)
#FBF9F7
(251,249,247)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9EE; }

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

This text font color is #FBF9EE.

Background Color

.myBgColor { background-color: #FBF9EE; }

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

This div background color is #FBF9EE.

Border color

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

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

This div border color is #FBF9EE.

Opacity

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

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

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

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

This text has shadow with #FBF9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF9EE.

Preview

Color preview on black background

This text has color #FBF9EE on black background.


Color preview on white background

This text has color #FBF9EE on white background.


Black color preview on #FBF9EE background

This text has black color on #FBF9EE background.


White color preview on #FBF9EE background

This text has white color on #FBF9EE background.


Related colors

Complementary color

Complementary color for #hex is #040611.


I love getcolorcode.com

Triadic colors

1 #EEFBF9 and #F9EEFB with #FBF9EE are triadic colors.

2 #EEF9FB and #F9FBEE with #FBF9EE are triadic colors.