COLOR #FDFBFD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
251
253

R + G + B ~ 99%. #FDFBFD is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 253 = 757 (100%)
R 253 of 757 ~ 33.42%
G 251 of 757 ~ 33.16%
B 253 of 757 ~ 33.42'%

%33.42
%33.16
%33.42

CMYK color model

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

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

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

CMYK percentages

%0
%0.79
%0
%0.78

Codes

Color #FDFBFD in popluar color models

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

Color #FDFBFD in popluar number systems.

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

Shades and tints

Shades of #FDFBFD

#FDFBFD
(253,251,253)
#E6E5E6
(230,229,230)
#CFCFCF
(207,207,207)
#B8B9B8
(184,185,184)
#A1A3A1
(161,163,161)
#8A8D8A
(138,141,138)
#737773
(115,119,115)
#5C615C
(92,97,92)
#454B45
(69,75,69)
#2E352E
(46,53,46)
#171F17
(23,31,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBFD; }

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

This text font color is #FDFBFD.

Background Color

.myBgColor { background-color: #FDFBFD; }

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

This div background color is #FDFBFD.

Border color

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

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

This div border color is #FDFBFD.

Opacity

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

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

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

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

This text has shadow with #FDFBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBFD.

Preview

Color preview on black background

This text has color #FDFBFD on black background.


Color preview on white background

This text has color #FDFBFD on white background.


Black color preview on #FDFBFD background

This text has black color on #FDFBFD background.


White color preview on #FDFBFD background

This text has white color on #FDFBFD background.


Related colors

Complementary color

Complementary color for #hex is #020402.


I love getcolorcode.com

Triadic colors

1 #FDFDFB and #FBFDFD with #FDFBFD are triadic colors.

2 #FDFBFD and #FBFDFD with #FDFBFD are triadic colors.