COLOR #FDF3E4

HEX: #FDF3E4 RGB: (253,243,228)

Color info

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

RGB color model

#FDF3E4 color RGB value is (253,243,228).

RGB: (253,243,228) (99%, 95%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 228 of 255 = 89%

253
243
228

R + G + B ~ 94%. #FDF3E4 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 243 + 228 = 724 (100%)
R 253 of 724 ~ 34.94%
G 243 of 724 ~ 33.56%
B 228 of 724 ~ 31.49'%

%34.94
%33.56
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 9.88%
  • key color value is 0.78%

CMYK: (0,4,10,1)
C0M4Y10K1 (0%, 4%, 10%, 1%)
(0.00 / 0.04 / 0.10 / 0.01)

CMYK percentages

%0
%3.95
%9.88
%0.78

Codes

Color #FDF3E4 in popluar color models

FD F3 E4
RGB 253 243 228
HSL 36° 86.21% 94.31%
HSB/HSV 36° 9.88% 99.22%
CMYK 0.00% 3.95% 9.88%
0.78%

Color #FDF3E4 in popluar number systems.

HEX FD F3 E4
Decimal 253 243 228
Binary 11111101 11110011 11100100
Octal 375 363 344

Shades and tints

Shades of #FDF3E4

#FDF3E4
(253,243,228)
#E6DDD0
(230,221,208)
#CFC7BC
(207,199,188)
#B8B1A8
(184,177,168)
#A19B94
(161,155,148)
#8A8580
(138,133,128)
#736F6C
(115,111,108)
#5C5958
(92,89,88)
#454344
(69,67,68)
#2E2D30
(46,45,48)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #FDF3E4

#FDF3E4
(253,243,228)
#FDF4E6
(253,244,230)
#FDF5E8
(253,245,232)
#FDF6EA
(253,246,234)
#FDF7EC
(253,247,236)
#FDF8EE
(253,248,238)
#FDF9F0
(253,249,240)
#FDFAF2
(253,250,242)
#FDFBF4
(253,251,244)
#FDFCF6
(253,252,246)
#FDFDF8
(253,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3E4; }

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

This text font color is #FDF3E4.

Background Color

.myBgColor { background-color: #FDF3E4; }

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

This div background color is #FDF3E4.

Border color

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

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

This div border color is #FDF3E4.

Opacity

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

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

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

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

This text has shadow with #FDF3E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF3E4.

Preview

Color preview on black background

This text has color #FDF3E4 on black background.


Color preview on white background

This text has color #FDF3E4 on white background.


Black color preview on #FDF3E4 background

This text has black color on #FDF3E4 background.


White color preview on #FDF3E4 background

This text has white color on #FDF3E4 background.


Related colors

Complementary color

Complementary color for #hex is #020C1B.


I love getcolorcode.com

Triadic colors

1 #E4FDF3 and #F3E4FD with #FDF3E4 are triadic colors.

2 #E4F3FD and #F3FDE4 with #FDF3E4 are triadic colors.