COLOR #FDF0EA

HEX: #FDF0EA RGB: (253,240,234)

Color info

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

RGB color model

#FDF0EA color RGB value is (253,240,234).

RGB: (253,240,234) (99%, 94%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 240 of 255 = 94%
B 234 of 255 = 92%

253
240
234

R + G + B ~ 95%. #FDF0EA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 240 + 234 = 727 (100%)
R 253 of 727 ~ 34.8%
G 240 of 727 ~ 33.01%
B 234 of 727 ~ 32.19'%

%34.8
%33.01
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 7.51%
  • key color value is 0.78%

CMYK: (0,5,8,1)
C0M5Y8K1 (0%, 5%, 8%, 1%)
(0.00 / 0.05 / 0.08 / 0.01)

CMYK percentages

%0
%5.14
%7.51
%0.78

Codes

Color #FDF0EA in popluar color models

FD F0 EA
RGB 253 240 234
HSL 19° 82.61% 95.49%
HSB/HSV 19° 7.51% 99.22%
CMYK 0.00% 5.14% 7.51%
0.78%

Color #FDF0EA in popluar number systems.

HEX FD F0 EA
Decimal 253 240 234
Binary 11111101 11110000 11101010
Octal 375 360 352

Shades and tints

Shades of #FDF0EA

#FDF0EA
(253,240,234)
#E6DBD5
(230,219,213)
#CFC6C0
(207,198,192)
#B8B1AB
(184,177,171)
#A19C96
(161,156,150)
#8A8781
(138,135,129)
#73726C
(115,114,108)
#5C5D57
(92,93,87)
#454842
(69,72,66)
#2E332D
(46,51,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #FDF0EA

#FDF0EA
(253,240,234)
#FDF1EB
(253,241,235)
#FDF2EC
(253,242,236)
#FDF3ED
(253,243,237)
#FDF4EE
(253,244,238)
#FDF5EF
(253,245,239)
#FDF6F0
(253,246,240)
#FDF7F1
(253,247,241)
#FDF8F2
(253,248,242)
#FDF9F3
(253,249,243)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF0EA color. Also use rgb(253,240,234) instead hex code.

Text Font Color

.myTextColor { color: #FDF0EA; }

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

This text font color is #FDF0EA.

Background Color

.myBgColor { background-color: #FDF0EA; }

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

This div background color is #FDF0EA.

Border color

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

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

This div border color is #FDF0EA.

Opacity

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

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

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

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

This text has shadow with #FDF0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF0EA.

Preview

Color preview on black background

This text has color #FDF0EA on black background.


Color preview on white background

This text has color #FDF0EA on white background.


Black color preview on #FDF0EA background

This text has black color on #FDF0EA background.


White color preview on #FDF0EA background

This text has white color on #FDF0EA background.


Related colors

Complementary color

Complementary color for #hex is #020F15.


I love getcolorcode.com

Triadic colors

1 #EAFDF0 and #F0EAFD with #FDF0EA are triadic colors.

2 #EAF0FD and #F0FDEA with #FDF0EA are triadic colors.