COLOR #FBFBF9

HEX: #FBFBF9 RGB: (251,251,249)

Color info

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

RGB color model

#FBFBF9 color RGB value is (251,251,249).

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

RGB channels and saturation

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

251
251
249

R + G + B ~ 98%. #FBFBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 251 + 249 = 751 (100%)
R 251 of 751 ~ 33.42%
G 251 of 751 ~ 33.42%
B 249 of 751 ~ 33.16'%

%33.42
%33.42
%33.16

CMYK color model

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

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

CMYK: (0,0,1,2)
C0M0Y1K2 (0%, 0%, 1%, 2%)
(0.00 / 0.00 / 0.01 / 0.02)

CMYK percentages

%0
%0
%0.8
%1.57

Codes

Color #FBFBF9 in popluar color models

FB FB F9
RGB 251 251 249
HSL 60° 20.00% 98.04%
HSB/HSV 60° 0.80% 98.43%
CMYK 0.00% 0.00% 0.80%
1.57%

Color #FBFBF9 in popluar number systems.

HEX FB FB F9
Decimal 251 251 249
Binary 11111011 11111011 11111001
Octal 373 373 371

Shades and tints

Shades of #FBFBF9

#FBFBF9
(251,251,249)
#E5E5E3
(229,229,227)
#CFCFCD
(207,207,205)
#B9B9B7
(185,185,183)
#A3A3A1
(163,163,161)
#8D8D8B
(141,141,139)
#777775
(119,119,117)
#61615F
(97,97,95)
#4B4B49
(75,75,73)
#353533
(53,53,51)
#1F1F1D
(31,31,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFBF9; }

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

This text font color is #FBFBF9.

Background Color

.myBgColor { background-color: #FBFBF9; }

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

This div background color is #FBFBF9.

Border color

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

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

This div border color is #FBFBF9.

Opacity

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

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

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

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

This text has shadow with #FBFBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBFBF9.

Preview

Color preview on black background

This text has color #FBFBF9 on black background.


Color preview on white background

This text has color #FBFBF9 on white background.


Black color preview on #FBFBF9 background

This text has black color on #FBFBF9 background.


White color preview on #FBFBF9 background

This text has white color on #FBFBF9 background.


Related colors

Complementary color

Complementary color for #hex is #040406.


I love getcolorcode.com