COLOR #FBFBFB

HEX: #FBFBFB
RGB: (251,251,251)

Color info

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

RGB color model

#FBFBFB color RGB value is (251,251,251).

  • red value is 251;
  • green value is 251;
  • blue value is 251.
RGB:
(251,251,251)
(98%,98%,98%)

RGB channels and saturation

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

251
251
251

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

Portions of RGB colors in percentages

R + G + B =
251 + 251 + 251 = 753 (100%)
R 251 of 753 ~ 33.33%
G 251 of 753 ~ 33.33%
B 251 of 753 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#FBFBFB color CMYK value is (0,0,0,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,0,0,2)
C0M0Y0K2 
(0%,0%,0%,2%)
(0.00/0.00/0.00/0.02)	

CMYK percentages

%0
%0
%0
%1.57

Codes

Color #FBFBFB in popluar color models

FBFBFB
RGB251251251
HSL0.00%0.98%
HSB/HSV0.00%0.98%
CMYK0.00%0.00%0.00%
1.57%

Color #FBFBFB in popluar number systems.

HEXFBFBFB
Decimal251251251
Binary111110111111101111111011
Octal373373373

Shades and tints

Shades of #FBFBFB

#FBFBFB
(251,251,251)
#E5E5E5
(229,229,229)
#CFCFCF
(207,207,207)
#B9B9B9
(185,185,185)
#A3A3A3
(163,163,163)
#8D8D8D
(141,141,141)
#777777
(119,119,119)
#616161
(97,97,97)
#4B4B4B
(75,75,75)
#353535
(53,53,53)
#1F1F1F
(31,31,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFBFB; }

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

This text font color is #FBFBFB.


Background Color

.myBgColor { background-color: #FBFBFB; }

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

This div background color is #FBFBFB.


Border color

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

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

This div border color is #FBFBFB.


Opacity

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

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

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

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

This text has shadow with #FBFBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFBFB on black background.


Color preview on white background

This text has color #FBFBFB on white background.



Black color preview on #FBFBFB background

This text has black color on #FBFBFB background.


White color preview on #FBFBFB background

This text has white color on #FBFBFB background.