COLOR #FBF8EE

HEX: #FBF8EE RGB: (251,248,238)

Color info

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

RGB color model

#FBF8EE color RGB value is (251,248,238).

RGB: (251,248,238) (98%, 97%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 248 of 255 = 97%
B 238 of 255 = 93%

251
248
238

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

Portions of RGB colors in percentages

R + G + B = 251 + 248 + 238 = 737 (100%)
R 251 of 737 ~ 34.06%
G 248 of 737 ~ 33.65%
B 238 of 737 ~ 32.29'%

%34.06
%33.65
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.20%
  • 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
%1.2
%5.18
%1.57

Codes

Color #FBF8EE in popluar color models

FB F8 EE
RGB 251 248 238
HSL 46° 61.90% 95.88%
HSB/HSV 46° 5.18% 98.43%
CMYK 0.00% 1.20% 5.18%
1.57%

Color #FBF8EE in popluar number systems.

HEX FB F8 EE
Decimal 251 248 238
Binary 11111011 11111000 11101110
Octal 373 370 356

Shades and tints

Shades of #FBF8EE

#FBF8EE
(251,248,238)
#E5E2D9
(229,226,217)
#CFCCC4
(207,204,196)
#B9B6AF
(185,182,175)
#A3A09A
(163,160,154)
#8D8A85
(141,138,133)
#777470
(119,116,112)
#615E5B
(97,94,91)
#4B4846
(75,72,70)
#353231
(53,50,49)
#1F1C1C
(31,28,28)
#000000
(0,0,0)

Tints of #FBF8EE

#FBF8EE
(251,248,238)
#FBF8EF
(251,248,239)
#FBF8F0
(251,248,240)
#FBF8F1
(251,248,241)
#FBF8F2
(251,248,242)
#FBF8F3
(251,248,243)
#FBF8F4
(251,248,244)
#FBF8F5
(251,248,245)
#FBF8F6
(251,248,246)
#FBF8F7
(251,248,247)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF8EE; }

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

This text font color is #FBF8EE.

Background Color

.myBgColor { background-color: #FBF8EE; }

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

This div background color is #FBF8EE.

Border color

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

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

This div border color is #FBF8EE.

Opacity

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

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

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

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

This text has shadow with #FBF8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF8EE.

Preview

Color preview on black background

This text has color #FBF8EE on black background.


Color preview on white background

This text has color #FBF8EE on white background.


Black color preview on #FBF8EE background

This text has black color on #FBF8EE background.


White color preview on #FBF8EE background

This text has white color on #FBF8EE background.


Related colors

Complementary color

Complementary color for #hex is #040711.


I love getcolorcode.com

Triadic colors

1 #EEFBF8 and #F8EEFB with #FBF8EE are triadic colors.

2 #EEF8FB and #F8FBEE with #FBF8EE are triadic colors.