COLOR #FDFCF2

HEX: #FDFCF2 RGB: (253,252,242)

Color info

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

RGB color model

#FDFCF2 color RGB value is (253,252,242).

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

RGB channels and saturation

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

253
252
242

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

Portions of RGB colors in percentages

R + G + B = 253 + 252 + 242 = 747 (100%)
R 253 of 747 ~ 33.87%
G 252 of 747 ~ 33.73%
B 242 of 747 ~ 32.4'%

%33.87
%33.73
%32.4

CMYK color model

#FDFCF2 color CMYK value is (0,0,4,1).

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

CMYK: (0,0,4,1)
C0M0Y4K1 (0%, 0%, 4%, 1%)
(0.00 / 0.00 / 0.04 / 0.01)

CMYK percentages

%0
%0.4
%4.35
%0.78

Codes

Color #FDFCF2 in popluar color models

FD FC F2
RGB 253 252 242
HSL 55° 73.33% 97.06%
HSB/HSV 55° 4.35% 99.22%
CMYK 0.00% 0.40% 4.35%
0.78%

Color #FDFCF2 in popluar number systems.

HEX FD FC F2
Decimal 253 252 242
Binary 11111101 11111100 11110010
Octal 375 374 362

Shades and tints

Shades of #FDFCF2

#FDFCF2
(253,252,242)
#E6E6DC
(230,230,220)
#CFD0C6
(207,208,198)
#B8BAB0
(184,186,176)
#A1A49A
(161,164,154)
#8A8E84
(138,142,132)
#73786E
(115,120,110)
#5C6258
(92,98,88)
#454C42
(69,76,66)
#2E362C
(46,54,44)
#172016
(23,32,22)
#000000
(0,0,0)

Tints of #FDFCF2

#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)
#FDFCFC
(253,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCF2; }

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

This text font color is #FDFCF2.

Background Color

.myBgColor { background-color: #FDFCF2; }

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

This div background color is #FDFCF2.

Border color

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

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

This div border color is #FDFCF2.

Opacity

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

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

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

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

This text has shadow with #FDFCF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFCF2.

Preview

Color preview on black background

This text has color #FDFCF2 on black background.


Color preview on white background

This text has color #FDFCF2 on white background.


Black color preview on #FDFCF2 background

This text has black color on #FDFCF2 background.


White color preview on #FDFCF2 background

This text has white color on #FDFCF2 background.


Related colors

Complementary color

Complementary color for #hex is #02030D.


I love getcolorcode.com

Triadic colors

1 #F2FDFC and #FCF2FD with #FDFCF2 are triadic colors.

2 #F2FCFD and #FCFDF2 with #FDFCF2 are triadic colors.