COLOR #FDFBFB

HEX: #FDFBFB RGB: (253,251,251)

Color info

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

RGB color model

#FDFBFB color RGB value is (253,251,251).

RGB: (253,251,251) (99%, 98%, 98%)

RGB channels and saturation

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

253
251
251

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

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 251 = 755 (100%)
R 253 of 755 ~ 33.51%
G 251 of 755 ~ 33.25%
B 251 of 755 ~ 33.25'%

%33.51
%33.25
%33.25

CMYK color model

#FDFBFB color CMYK value is (0,1,1,1).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 0.79%
  • key color value is 0.78%

CMYK: (0,1,1,1)
C0M1Y1K1 (0%, 1%, 1%, 1%)
(0.00 / 0.01 / 0.01 / 0.01)

CMYK percentages

%0
%0.79
%0.79
%0.78

Codes

Color #FDFBFB in popluar color models

FD FB FB
RGB 253 251 251
HSL 33.33% 98.82%
HSB/HSV 0.79% 99.22%
CMYK 0.00% 0.79% 0.79%
0.78%

Color #FDFBFB in popluar number systems.

HEX FD FB FB
Decimal 253 251 251
Binary 11111101 11111011 11111011
Octal 375 373 373

Shades and tints

Shades of #FDFBFB

#FDFBFB
(253,251,251)
#E6E5E5
(230,229,229)
#CFCFCF
(207,207,207)
#B8B9B9
(184,185,185)
#A1A3A3
(161,163,163)
#8A8D8D
(138,141,141)
#737777
(115,119,119)
#5C6161
(92,97,97)
#454B4B
(69,75,75)
#2E3535
(46,53,53)
#171F1F
(23,31,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBFB; }

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

This text font color is #FDFBFB.

Background Color

.myBgColor { background-color: #FDFBFB; }

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

This div background color is #FDFBFB.

Border color

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

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

This div border color is #FDFBFB.

Opacity

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

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

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

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

This text has shadow with #FDFBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBFB.

Preview

Color preview on black background

This text has color #FDFBFB on black background.


Color preview on white background

This text has color #FDFBFB on white background.


Black color preview on #FDFBFB background

This text has black color on #FDFBFB background.


White color preview on #FDFBFB background

This text has white color on #FDFBFB background.


Related colors

Complementary color

Complementary color for #hex is #020404.


I love getcolorcode.com