COLOR #FDF4C9

HEX: #FDF4C9 RGB: (253,244,201)

Color info

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

RGB color model

#FDF4C9 color RGB value is (253,244,201).

RGB: (253,244,201) (99%, 96%, 79%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 201 of 255 = 79%

253
244
201

R + G + B ~ 91%. #FDF4C9 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 201 = 698 (100%)
R 253 of 698 ~ 36.25%
G 244 of 698 ~ 34.96%
B 201 of 698 ~ 28.8'%

%36.25
%34.96
%28.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 20.55%
  • key color value is 0.78%

CMYK: (0,4,21,1)
C0M4Y21K1 (0%, 4%, 21%, 1%)
(0.00 / 0.04 / 0.21 / 0.01)

CMYK percentages

%0
%3.56
%20.55
%0.78

Codes

Color #FDF4C9 in popluar color models

FD F4 C9
RGB 253 244 201
HSL 50° 92.86% 89.02%
HSB/HSV 50° 20.55% 99.22%
CMYK 0.00% 3.56% 20.55%
0.78%

Color #FDF4C9 in popluar number systems.

HEX FD F4 C9
Decimal 253 244 201
Binary 11111101 11110100 11001001
Octal 375 364 311

Shades and tints

Shades of #FDF4C9

#FDF4C9
(253,244,201)
#E6DEB7
(230,222,183)
#CFC8A5
(207,200,165)
#B8B293
(184,178,147)
#A19C81
(161,156,129)
#8A866F
(138,134,111)
#73705D
(115,112,93)
#5C5A4B
(92,90,75)
#454439
(69,68,57)
#2E2E27
(46,46,39)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #FDF4C9

#FDF4C9
(253,244,201)
#FDF5CD
(253,245,205)
#FDF6D1
(253,246,209)
#FDF7D5
(253,247,213)
#FDF8D9
(253,248,217)
#FDF9DD
(253,249,221)
#FDFAE1
(253,250,225)
#FDFBE5
(253,251,229)
#FDFCE9
(253,252,233)
#FDFDED
(253,253,237)
#FDFEF1
(253,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4C9; }

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

This text font color is #FDF4C9.

Background Color

.myBgColor { background-color: #FDF4C9; }

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

This div background color is #FDF4C9.

Border color

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

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

This div border color is #FDF4C9.

Opacity

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

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

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

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

This text has shadow with #FDF4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4C9.

Preview

Color preview on black background

This text has color #FDF4C9 on black background.


Color preview on white background

This text has color #FDF4C9 on white background.


Black color preview on #FDF4C9 background

This text has black color on #FDF4C9 background.


White color preview on #FDF4C9 background

This text has white color on #FDF4C9 background.


Related colors

Complementary color

Complementary color for #hex is #020B36.


I love getcolorcode.com

Triadic colors

1 #C9FDF4 and #F4C9FD with #FDF4C9 are triadic colors.

2 #C9F4FD and #F4FDC9 with #FDF4C9 are triadic colors.