COLOR #FBF9ED

HEX: #FBF9ED RGB: (251,249,237)

Color info

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

RGB color model

#FBF9ED color RGB value is (251,249,237).

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

RGB channels and saturation

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

251
249
237

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

Portions of RGB colors in percentages

R + G + B = 251 + 249 + 237 = 737 (100%)
R 251 of 737 ~ 34.06%
G 249 of 737 ~ 33.79%
B 237 of 737 ~ 32.16'%

%34.06
%33.79
%32.16

CMYK color model

#FBF9ED color CMYK value is (0,1,6,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 5.58%
  • key color value is 1.57%

CMYK: (0,1,6,2)
C0M1Y6K2 (0%, 1%, 6%, 2%)
(0.00 / 0.01 / 0.06 / 0.02)

CMYK percentages

%0
%0.8
%5.58
%1.57

Codes

Color #FBF9ED in popluar color models

FB F9 ED
RGB 251 249 237
HSL 51° 63.64% 95.69%
HSB/HSV 51° 5.58% 98.43%
CMYK 0.00% 0.80% 5.58%
1.57%

Color #FBF9ED in popluar number systems.

HEX FB F9 ED
Decimal 251 249 237
Binary 11111011 11111001 11101101
Octal 373 371 355

Shades and tints

Shades of #FBF9ED

#FBF9ED
(251,249,237)
#E5E3D8
(229,227,216)
#CFCDC3
(207,205,195)
#B9B7AE
(185,183,174)
#A3A199
(163,161,153)
#8D8B84
(141,139,132)
#77756F
(119,117,111)
#615F5A
(97,95,90)
#4B4945
(75,73,69)
#353330
(53,51,48)
#1F1D1B
(31,29,27)
#000000
(0,0,0)

Tints of #FBF9ED

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

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9ED; }

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

This text font color is #FBF9ED.

Background Color

.myBgColor { background-color: #FBF9ED; }

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

This div background color is #FBF9ED.

Border color

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

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

This div border color is #FBF9ED.

Opacity

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

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

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

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

This text has shadow with #FBF9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF9ED.

Preview

Color preview on black background

This text has color #FBF9ED on black background.


Color preview on white background

This text has color #FBF9ED on white background.


Black color preview on #FBF9ED background

This text has black color on #FBF9ED background.


White color preview on #FBF9ED background

This text has white color on #FBF9ED background.


Related colors

Complementary color

Complementary color for #hex is #040612.


I love getcolorcode.com

Triadic colors

1 #EDFBF9 and #F9EDFB with #FBF9ED are triadic colors.

2 #EDF9FB and #F9FBED with #FBF9ED are triadic colors.