COLOR #FBFAFB

HEX: #FBFAFB
RGB: (251,250,251)

Color info

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

RGB color model

#FBFAFB color RGB value is (251,250,251).

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

RGB channels and saturation

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

251
250
251

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

Portions of RGB colors in percentages

R + G + B =
251 + 250 + 251 = 752 (100%)
R 251 of 752 ~ 33.38%
G 250 of 752 ~ 33.24%
B 251 of 752 ~ 33.38%

%33.38
%33.24
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • 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.4
%0
%1.57

Codes

Color #FBFAFB in popluar color models

FBFAFB
RGB251250251
HSL300°11.11%98.24%
HSB/HSV300°0.40%98.43%
CMYK0.00%0.40%0.00%
1.57%

Color #FBFAFB in popluar number systems.

HEXFBFAFB
Decimal251250251
Binary111110111111101011111011
Octal373372373

Shades and tints

Shades of #FBFAFB

#FBFAFB
(251,250,251)
#E5E4E5
(229,228,229)
#CFCECF
(207,206,207)
#B9B8B9
(185,184,185)
#A3A2A3
(163,162,163)
#8D8C8D
(141,140,141)
#777677
(119,118,119)
#616061
(97,96,97)
#4B4A4B
(75,74,75)
#353435
(53,52,53)
#1F1E1F
(31,30,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFAFB; }

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

This text font color is #FBFAFB.


Background Color

.myBgColor { background-color: #FBFAFB; }

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

This div background color is #FBFAFB.


Border color

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

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

This div border color is #FBFAFB.


Opacity

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

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

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

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

This text has shadow with #FBFAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFAFB on black background.


Color preview on white background

This text has color #FBFAFB on white background.



Black color preview on #FBFAFB background

This text has black color on #FBFAFB background.


White color preview on #FBFAFB background

This text has white color on #FBFAFB background.