COLOR #FDFDF7

HEX: #FDFDF7 RGB: (253,253,247)

Color info

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

RGB color model

#FDFDF7 color RGB value is (253,253,247).

RGB: (253,253,247) (99%, 99%, 97%)

RGB channels and saturation

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

253
253
247

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

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 247 = 753 (100%)
R 253 of 753 ~ 33.6%
G 253 of 753 ~ 33.6%
B 247 of 753 ~ 32.8'%

%33.6
%33.6
%32.8

CMYK color model

#FDFDF7 color CMYK value is (0,0,2,1).

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

CMYK: (0,0,2,1)
C0M0Y2K1 (0%, 0%, 2%, 1%)
(0.00 / 0.00 / 0.02 / 0.01)

CMYK percentages

%0
%0
%2.37
%0.78

Codes

Color #FDFDF7 in popluar color models

FD FD F7
RGB 253 253 247
HSL 60° 60.00% 98.04%
HSB/HSV 60° 2.37% 99.22%
CMYK 0.00% 0.00% 2.37%
0.78%

Color #FDFDF7 in popluar number systems.

HEX FD FD F7
Decimal 253 253 247
Binary 11111101 11111101 11110111
Octal 375 375 367

Shades and tints

Shades of #FDFDF7

#FDFDF7
(253,253,247)
#E6E6E1
(230,230,225)
#CFCFCB
(207,207,203)
#B8B8B5
(184,184,181)
#A1A19F
(161,161,159)
#8A8A89
(138,138,137)
#737373
(115,115,115)
#5C5C5D
(92,92,93)
#454547
(69,69,71)
#2E2E31
(46,46,49)
#17171B
(23,23,27)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDF7; }

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

This text font color is #FDFDF7.

Background Color

.myBgColor { background-color: #FDFDF7; }

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

This div background color is #FDFDF7.

Border color

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

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

This div border color is #FDFDF7.

Opacity

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

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

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

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

This text has shadow with #FDFDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDF7.

Preview

Color preview on black background

This text has color #FDFDF7 on black background.


Color preview on white background

This text has color #FDFDF7 on white background.


Black color preview on #FDFDF7 background

This text has black color on #FDFDF7 background.


White color preview on #FDFDF7 background

This text has white color on #FDFDF7 background.


Related colors

Complementary color

Complementary color for #hex is #020208.


I love getcolorcode.com