COLOR #FBF9EF

HEX: #FBF9EF RGB: (251,249,239)

Color info

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

RGB color model

#FBF9EF color RGB value is (251,249,239).

RGB: (251,249,239) (98%, 98%, 94%)

RGB channels and saturation

R 251 of 255 = 98%
G 249 of 255 = 98%
B 239 of 255 = 94%

251
249
239

R + G + B ~ 97%. #FBF9EF is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 249 + 239 = 739 (100%)
R 251 of 739 ~ 33.96%
G 249 of 739 ~ 33.69%
B 239 of 739 ~ 32.34'%

%33.96
%33.69
%32.34

CMYK color model

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

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

Codes

Color #FBF9EF in popluar color models

FB F9 EF
RGB 251 249 239
HSL 50° 60.00% 96.08%
HSB/HSV 50° 4.78% 98.43%
CMYK 0.00% 0.80% 4.78%
1.57%

Color #FBF9EF in popluar number systems.

HEX FB F9 EF
Decimal 251 249 239
Binary 11111011 11111001 11101111
Octal 373 371 357

Shades and tints

Shades of #FBF9EF

#FBF9EF
(251,249,239)
#E5E3DA
(229,227,218)
#CFCDC5
(207,205,197)
#B9B7B0
(185,183,176)
#A3A19B
(163,161,155)
#8D8B86
(141,139,134)
#777571
(119,117,113)
#615F5C
(97,95,92)
#4B4947
(75,73,71)
#353332
(53,51,50)
#1F1D1D
(31,29,29)
#000000
(0,0,0)

Tints of #FBF9EF

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

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9EF; }

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

This text font color is #FBF9EF.

Background Color

.myBgColor { background-color: #FBF9EF; }

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

This div background color is #FBF9EF.

Border color

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

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

This div border color is #FBF9EF.

Opacity

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

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

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

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

This text has shadow with #FBF9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF9EF.

Preview

Color preview on black background

This text has color #FBF9EF on black background.


Color preview on white background

This text has color #FBF9EF on white background.


Black color preview on #FBF9EF background

This text has black color on #FBF9EF background.


White color preview on #FBF9EF background

This text has white color on #FBF9EF background.


Related colors

Complementary color

Complementary color for #hex is #040610.


I love getcolorcode.com

Triadic colors

1 #EFFBF9 and #F9EFFB with #FBF9EF are triadic colors.

2 #EFF9FB and #F9FBEF with #FBF9EF are triadic colors.