COLOR #FDFCFD

HEX: #FDFCFD
RGB: (253,252,253)

Color info

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

RGB color model

#FDFCFD color RGB value is (253,252,253).

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

RGB channels and saturation

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

253
252
253

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

Portions of RGB colors in percentages

R + G + B =
253 + 252 + 253 = 758 (100%)
R 253 of 758 ~ 33.38%
G 252 of 758 ~ 33.25%
B 253 of 758 ~ 33.38%

%33.38
%33.25
%33.38

CMYK color model

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

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

Codes

Color #FDFCFD in popluar color models

FDFCFD
RGB253252253
HSL300°20.00%99.02%
HSB/HSV300°0.40%99.22%
CMYK0.00%0.40%0.00%
0.78%

Color #FDFCFD in popluar number systems.

HEXFDFCFD
Decimal253252253
Binary111111011111110011111101
Octal375374375

Shades and tints

Shades of #FDFCFD

#FDFCFD
(253,252,253)
#E6E6E6
(230,230,230)
#CFD0CF
(207,208,207)
#B8BAB8
(184,186,184)
#A1A4A1
(161,164,161)
#8A8E8A
(138,142,138)
#737873
(115,120,115)
#5C625C
(92,98,92)
#454C45
(69,76,69)
#2E362E
(46,54,46)
#172017
(23,32,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCFD; }

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

This text font color is #FDFCFD.


Background Color

.myBgColor { background-color: #FDFCFD; }

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

This div background color is #FDFCFD.


Border color

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

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

This div border color is #FDFCFD.


Opacity

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

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

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

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

This text has shadow with #FDFCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFCFD on black background.


Color preview on white background

This text has color #FDFCFD on white background.



Black color preview on #FDFCFD background

This text has black color on #FDFCFD background.


White color preview on #FDFCFD background

This text has white color on #FDFCFD background.