COLOR #FBF8EF

HEX: #FBF8EF RGB: (251,248,239)

Color info

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

RGB color model

#FBF8EF color RGB value is (251,248,239).

RGB: (251,248,239) (98%, 97%, 94%)

RGB channels and saturation

R 251 of 255 = 98%
G 248 of 255 = 97%
B 239 of 255 = 94%

251
248
239

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

Portions of RGB colors in percentages

R + G + B = 251 + 248 + 239 = 738 (100%)
R 251 of 738 ~ 34.01%
G 248 of 738 ~ 33.6%
B 239 of 738 ~ 32.38'%

%34.01
%33.6
%32.38

CMYK color model

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

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

Codes

Color #FBF8EF in popluar color models

FB F8 EF
RGB 251 248 239
HSL 45° 60.00% 96.08%
HSB/HSV 45° 4.78% 98.43%
CMYK 0.00% 1.20% 4.78%
1.57%

Color #FBF8EF in popluar number systems.

HEX FB F8 EF
Decimal 251 248 239
Binary 11111011 11111000 11101111
Octal 373 370 357

Shades and tints

Shades of #FBF8EF

#FBF8EF
(251,248,239)
#E5E2DA
(229,226,218)
#CFCCC5
(207,204,197)
#B9B6B0
(185,182,176)
#A3A09B
(163,160,155)
#8D8A86
(141,138,134)
#777471
(119,116,113)
#615E5C
(97,94,92)
#4B4847
(75,72,71)
#353232
(53,50,50)
#1F1C1D
(31,28,29)
#000000
(0,0,0)

Tints of #FBF8EF

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

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF8EF; }

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

This text font color is #FBF8EF.

Background Color

.myBgColor { background-color: #FBF8EF; }

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

This div background color is #FBF8EF.

Border color

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

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

This div border color is #FBF8EF.

Opacity

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

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

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

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

This text has shadow with #FBF8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF8EF.

Preview

Color preview on black background

This text has color #FBF8EF on black background.


Color preview on white background

This text has color #FBF8EF on white background.


Black color preview on #FBF8EF background

This text has black color on #FBF8EF background.


White color preview on #FBF8EF background

This text has white color on #FBF8EF background.


Related colors

Complementary color

Complementary color for #hex is #040710.


I love getcolorcode.com

Triadic colors

1 #EFFBF8 and #F8EFFB with #FBF8EF are triadic colors.

2 #EFF8FB and #F8FBEF with #FBF8EF are triadic colors.