COLOR #FBFBF5

HEX: #FBFBF5 RGB: (251,251,245)

Color info

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

RGB color model

#FBFBF5 color RGB value is (251,251,245).

RGB: (251,251,245) (98%, 98%, 96%)

RGB channels and saturation

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

251
251
245

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

Portions of RGB colors in percentages

R + G + B = 251 + 251 + 245 = 747 (100%)
R 251 of 747 ~ 33.6%
G 251 of 747 ~ 33.6%
B 245 of 747 ~ 32.8'%

%33.6
%33.6
%32.8

CMYK color model

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

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

CMYK: (0,0,2,2)
C0M0Y2K2 (0%, 0%, 2%, 2%)
(0.00 / 0.00 / 0.02 / 0.02)

CMYK percentages

%0
%0
%2.39
%1.57

Codes

Color #FBFBF5 in popluar color models

FB FB F5
RGB 251 251 245
HSL 60° 42.86% 97.25%
HSB/HSV 60° 2.39% 98.43%
CMYK 0.00% 0.00% 2.39%
1.57%

Color #FBFBF5 in popluar number systems.

HEX FB FB F5
Decimal 251 251 245
Binary 11111011 11111011 11110101
Octal 373 373 365

Shades and tints

Shades of #FBFBF5

#FBFBF5
(251,251,245)
#E5E5DF
(229,229,223)
#CFCFC9
(207,207,201)
#B9B9B3
(185,185,179)
#A3A39D
(163,163,157)
#8D8D87
(141,141,135)
#777771
(119,119,113)
#61615B
(97,97,91)
#4B4B45
(75,75,69)
#35352F
(53,53,47)
#1F1F19
(31,31,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFBF5; }

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

This text font color is #FBFBF5.

Background Color

.myBgColor { background-color: #FBFBF5; }

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

This div background color is #FBFBF5.

Border color

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

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

This div border color is #FBFBF5.

Opacity

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

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

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

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

This text has shadow with #FBFBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBFBF5.

Preview

Color preview on black background

This text has color #FBFBF5 on black background.


Color preview on white background

This text has color #FBFBF5 on white background.


Black color preview on #FBFBF5 background

This text has black color on #FBFBF5 background.


White color preview on #FBFBF5 background

This text has white color on #FBFBF5 background.


Related colors

Complementary color

Complementary color for #hex is #04040A.


I love getcolorcode.com