COLOR #FDF0EB

HEX: #FDF0EB RGB: (253,240,235)

Color info

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

RGB color model

#FDF0EB color RGB value is (253,240,235).

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

RGB channels and saturation

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

253
240
235

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

Portions of RGB colors in percentages

R + G + B = 253 + 240 + 235 = 728 (100%)
R 253 of 728 ~ 34.75%
G 240 of 728 ~ 32.97%
B 235 of 728 ~ 32.28'%

%34.75
%32.97
%32.28

CMYK color model

#FDF0EB color CMYK value is (0,5,7,1).

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

CMYK: (0,5,7,1)
C0M5Y7K1 (0%, 5%, 7%, 1%)
(0.00 / 0.05 / 0.07 / 0.01)

CMYK percentages

%0
%5.14
%7.11
%0.78

Codes

Color #FDF0EB in popluar color models

FD F0 EB
RGB 253 240 235
HSL 17° 81.82% 95.69%
HSB/HSV 17° 7.11% 99.22%
CMYK 0.00% 5.14% 7.11%
0.78%

Color #FDF0EB in popluar number systems.

HEX FD F0 EB
Decimal 253 240 235
Binary 11111101 11110000 11101011
Octal 375 360 353

Shades and tints

Shades of #FDF0EB

#FDF0EB
(253,240,235)
#E6DBD6
(230,219,214)
#CFC6C1
(207,198,193)
#B8B1AC
(184,177,172)
#A19C97
(161,156,151)
#8A8782
(138,135,130)
#73726D
(115,114,109)
#5C5D58
(92,93,88)
#454843
(69,72,67)
#2E332E
(46,51,46)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #FDF0EB

#FDF0EB
(253,240,235)
#FDF1EC
(253,241,236)
#FDF2ED
(253,242,237)
#FDF3EE
(253,243,238)
#FDF4EF
(253,244,239)
#FDF5F0
(253,245,240)
#FDF6F1
(253,246,241)
#FDF7F2
(253,247,242)
#FDF8F3
(253,248,243)
#FDF9F4
(253,249,244)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF0EB; }

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

This text font color is #FDF0EB.

Background Color

.myBgColor { background-color: #FDF0EB; }

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

This div background color is #FDF0EB.

Border color

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

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

This div border color is #FDF0EB.

Opacity

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

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

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

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

This text has shadow with #FDF0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF0EB.

Preview

Color preview on black background

This text has color #FDF0EB on black background.


Color preview on white background

This text has color #FDF0EB on white background.


Black color preview on #FDF0EB background

This text has black color on #FDF0EB background.


White color preview on #FDF0EB background

This text has white color on #FDF0EB background.


Related colors

Complementary color

Complementary color for #hex is #020F14.


I love getcolorcode.com

Triadic colors

1 #EBFDF0 and #F0EBFD with #FDF0EB are triadic colors.

2 #EBF0FD and #F0FDEB with #FDF0EB are triadic colors.