COLOR #FDF2D2

HEX: #FDF2D2 RGB: (253,242,210)

Color info

#FDF2D2 contains red, green and blue colors in about the same proportion. Web safe color of #FDF2D2 is #FFFFCC (or #FFC).

RGB color model

#FDF2D2 color RGB value is (253,242,210).

RGB: (253,242,210) (99%, 95%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 210 of 255 = 82%

253
242
210

R + G + B ~ 92%. #FDF2D2 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 242 + 210 = 705 (100%)
R 253 of 705 ~ 35.89%
G 242 of 705 ~ 34.33%
B 210 of 705 ~ 29.79'%

%35.89
%34.33
%29.79

CMYK color model

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

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

CMYK: (0,4,17,1)
C0M4Y17K1 (0%, 4%, 17%, 1%)
(0.00 / 0.04 / 0.17 / 0.01)

CMYK percentages

%0
%4.35
%17
%0.78

Codes

Color #FDF2D2 in popluar color models

FD F2 D2
RGB 253 242 210
HSL 45° 91.49% 90.78%
HSB/HSV 45° 17.00% 99.22%
CMYK 0.00% 4.35% 17.00%
0.78%

Color #FDF2D2 in popluar number systems.

HEX FD F2 D2
Decimal 253 242 210
Binary 11111101 11110010 11010010
Octal 375 362 322

Shades and tints

Shades of #FDF2D2

#FDF2D2
(253,242,210)
#E6DCBF
(230,220,191)
#CFC6AC
(207,198,172)
#B8B099
(184,176,153)
#A19A86
(161,154,134)
#8A8473
(138,132,115)
#736E60
(115,110,96)
#5C584D
(92,88,77)
#45423A
(69,66,58)
#2E2C27
(46,44,39)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FDF2D2

#FDF2D2
(253,242,210)
#FDF3D6
(253,243,214)
#FDF4DA
(253,244,218)
#FDF5DE
(253,245,222)
#FDF6E2
(253,246,226)
#FDF7E6
(253,247,230)
#FDF8EA
(253,248,234)
#FDF9EE
(253,249,238)
#FDFAF2
(253,250,242)
#FDFBF6
(253,251,246)
#FDFCFA
(253,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF2D2; }

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

This text font color is #FDF2D2.

Background Color

.myBgColor { background-color: #FDF2D2; }

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

This div background color is #FDF2D2.

Border color

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

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

This div border color is #FDF2D2.

Opacity

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

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

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

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

This text has shadow with #FDF2D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF2D2.

Preview

Color preview on black background

This text has color #FDF2D2 on black background.


Color preview on white background

This text has color #FDF2D2 on white background.


Black color preview on #FDF2D2 background

This text has black color on #FDF2D2 background.


White color preview on #FDF2D2 background

This text has white color on #FDF2D2 background.


Related colors

Complementary color

Complementary color for #hex is #020D2D.


I love getcolorcode.com

Triadic colors

1 #D2FDF2 and #F2D2FD with #FDF2D2 are triadic colors.

2 #D2F2FD and #F2FDD2 with #FDF2D2 are triadic colors.