COLOR #FDF4EB

HEX: #FDF4EB RGB: (253,244,235)

Color info

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

RGB color model

#FDF4EB color RGB value is (253,244,235).

RGB: (253,244,235) (99%, 96%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 235 of 255 = 92%

253
244
235

R + G + B ~ 96%. #FDF4EB is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 235 = 732 (100%)
R 253 of 732 ~ 34.56%
G 244 of 732 ~ 33.33%
B 235 of 732 ~ 32.1'%

%34.56
%33.33
%32.1

CMYK color model

#FDF4EB color CMYK value is (0,4,7,1).

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

CMYK: (0,4,7,1)
C0M4Y7K1 (0%, 4%, 7%, 1%)
(0.00 / 0.04 / 0.07 / 0.01)

CMYK percentages

%0
%3.56
%7.11
%0.78

Codes

Color #FDF4EB in popluar color models

FD F4 EB
RGB 253 244 235
HSL 30° 81.82% 95.69%
HSB/HSV 30° 7.11% 99.22%
CMYK 0.00% 3.56% 7.11%
0.78%

Color #FDF4EB in popluar number systems.

HEX FD F4 EB
Decimal 253 244 235
Binary 11111101 11110100 11101011
Octal 375 364 353

Shades and tints

Shades of #FDF4EB

#FDF4EB
(253,244,235)
#E6DED6
(230,222,214)
#CFC8C1
(207,200,193)
#B8B2AC
(184,178,172)
#A19C97
(161,156,151)
#8A8682
(138,134,130)
#73706D
(115,112,109)
#5C5A58
(92,90,88)
#454443
(69,68,67)
#2E2E2E
(46,46,46)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #FDF4EB

#FDF4EB
(253,244,235)
#FDF5EC
(253,245,236)
#FDF6ED
(253,246,237)
#FDF7EE
(253,247,238)
#FDF8EF
(253,248,239)
#FDF9F0
(253,249,240)
#FDFAF1
(253,250,241)
#FDFBF2
(253,251,242)
#FDFCF3
(253,252,243)
#FDFDF4
(253,253,244)
#FDFEF5
(253,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4EB; }

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

This text font color is #FDF4EB.

Background Color

.myBgColor { background-color: #FDF4EB; }

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

This div background color is #FDF4EB.

Border color

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

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

This div border color is #FDF4EB.

Opacity

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

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

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

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

This text has shadow with #FDF4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4EB.

Preview

Color preview on black background

This text has color #FDF4EB on black background.


Color preview on white background

This text has color #FDF4EB on white background.


Black color preview on #FDF4EB background

This text has black color on #FDF4EB background.


White color preview on #FDF4EB background

This text has white color on #FDF4EB background.


Related colors

Complementary color

Complementary color for #hex is #020B14.


I love getcolorcode.com

Triadic colors

1 #EBFDF4 and #F4EBFD with #FDF4EB are triadic colors.

2 #EBF4FD and #F4FDEB with #FDF4EB are triadic colors.