COLOR #FDFDFD

HEX: #FDFDFD
RGB: (253,253,253)

Color info

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

RGB color model

#FDFDFD color RGB value is (253,253,253).

  • red value is 253;
  • green value is 253;
  • blue value is 253.
RGB:
(253,253,253)
(99%,99%,99%)

RGB channels and saturation

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

253
253
253

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

Portions of RGB colors in percentages

R + G + B =
253 + 253 + 253 = 759 (100%)
R 253 of 759 ~ 33.33%
G 253 of 759 ~ 33.33%
B 253 of 759 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(0,0,0,1)
C0M0Y0K1 
(0%,0%,0%,1%)
(0.00/0.00/0.00/0.01)	

CMYK percentages

%0
%0
%0
%0.78

Codes

Color #FDFDFD in popluar color models

FDFDFD
RGB253253253
HSL0.00%0.99%
HSB/HSV0.00%0.99%
CMYK0.00%0.00%0.00%
0.78%

Color #FDFDFD in popluar number systems.

HEXFDFDFD
Decimal253253253
Binary111111011111110111111101
Octal375375375

Shades and tints

Shades of #FDFDFD

#FDFDFD
(253,253,253)
#E6E6E6
(230,230,230)
#CFCFCF
(207,207,207)
#B8B8B8
(184,184,184)
#A1A1A1
(161,161,161)
#8A8A8A
(138,138,138)
#737373
(115,115,115)
#5C5C5C
(92,92,92)
#454545
(69,69,69)
#2E2E2E
(46,46,46)
#171717
(23,23,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDFD; }

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

This text font color is #FDFDFD.


Background Color

.myBgColor { background-color: #FDFDFD; }

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

This div background color is #FDFDFD.


Border color

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

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

This div border color is #FDFDFD.


Opacity

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

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

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

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

This text has shadow with #FDFDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFDFD on black background.


Color preview on white background

This text has color #FDFDFD on white background.



Black color preview on #FDFDFD background

This text has black color on #FDFDFD background.


White color preview on #FDFDFD background

This text has white color on #FDFDFD background.