COLOR #FDFCF1

HEX: #FDFCF1 RGB: (253,252,241)

Color info

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

RGB color model

#FDFCF1 color RGB value is (253,252,241).

RGB: (253,252,241) (99%, 99%, 95%)

RGB channels and saturation

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

253
252
241

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

Portions of RGB colors in percentages

R + G + B = 253 + 252 + 241 = 746 (100%)
R 253 of 746 ~ 33.91%
G 252 of 746 ~ 33.78%
B 241 of 746 ~ 32.31'%

%33.91
%33.78
%32.31

CMYK color model

#FDFCF1 color CMYK value is (0,0,5,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 4.74%
  • key color value is 0.78%

CMYK: (0,0,5,1)
C0M0Y5K1 (0%, 0%, 5%, 1%)
(0.00 / 0.00 / 0.05 / 0.01)

CMYK percentages

%0
%0.4
%4.74
%0.78

Codes

Color #FDFCF1 in popluar color models

FD FC F1
RGB 253 252 241
HSL 55° 75.00% 96.86%
HSB/HSV 55° 4.74% 99.22%
CMYK 0.00% 0.40% 4.74%
0.78%

Color #FDFCF1 in popluar number systems.

HEX FD FC F1
Decimal 253 252 241
Binary 11111101 11111100 11110001
Octal 375 374 361

Shades and tints

Shades of #FDFCF1

#FDFCF1
(253,252,241)
#E6E6DC
(230,230,220)
#CFD0C7
(207,208,199)
#B8BAB2
(184,186,178)
#A1A49D
(161,164,157)
#8A8E88
(138,142,136)
#737873
(115,120,115)
#5C625E
(92,98,94)
#454C49
(69,76,73)
#2E3634
(46,54,52)
#17201F
(23,32,31)
#000000
(0,0,0)

Tints of #FDFCF1

#FDFCF1
(253,252,241)
#FDFCF2
(253,252,242)
#FDFCF3
(253,252,243)
#FDFCF4
(253,252,244)
#FDFCF5
(253,252,245)
#FDFCF6
(253,252,246)
#FDFCF7
(253,252,247)
#FDFCF8
(253,252,248)
#FDFCF9
(253,252,249)
#FDFCFA
(253,252,250)
#FDFCFB
(253,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCF1; }

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

This text font color is #FDFCF1.

Background Color

.myBgColor { background-color: #FDFCF1; }

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

This div background color is #FDFCF1.

Border color

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

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

This div border color is #FDFCF1.

Opacity

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

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

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

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

This text has shadow with #FDFCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFCF1.

Preview

Color preview on black background

This text has color #FDFCF1 on black background.


Color preview on white background

This text has color #FDFCF1 on white background.


Black color preview on #FDFCF1 background

This text has black color on #FDFCF1 background.


White color preview on #FDFCF1 background

This text has white color on #FDFCF1 background.


Related colors

Complementary color

Complementary color for #hex is #02030E.


I love getcolorcode.com

Triadic colors

1 #F1FDFC and #FCF1FD with #FDFCF1 are triadic colors.

2 #F1FCFD and #FCFDF1 with #FDFCF1 are triadic colors.