COLOR #FDEBD4

HEX: #FDEBD4 RGB: (253,235,212)

Color info

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

RGB color model

#FDEBD4 color RGB value is (253,235,212).

RGB: (253,235,212) (99%, 92%, 83%)

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 212 of 255 = 83%

253
235
212

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

Portions of RGB colors in percentages

R + G + B = 253 + 235 + 212 = 700 (100%)
R 253 of 700 ~ 36.14%
G 235 of 700 ~ 33.57%
B 212 of 700 ~ 30.29'%

%36.14
%33.57
%30.29

CMYK color model

#FDEBD4 color CMYK value is (0,7,16,1).

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

CMYK: (0,7,16,1)
C0M7Y16K1 (0%, 7%, 16%, 1%)
(0.00 / 0.07 / 0.16 / 0.01)

CMYK percentages

%0
%7.11
%16.21
%0.78

Codes

Color #FDEBD4 in popluar color models

FD EB D4
RGB 253 235 212
HSL 34° 91.11% 91.18%
HSB/HSV 34° 16.21% 99.22%
CMYK 0.00% 7.11% 16.21%
0.78%

Color #FDEBD4 in popluar number systems.

HEX FD EB D4
Decimal 253 235 212
Binary 11111101 11101011 11010100
Octal 375 353 324

Shades and tints

Shades of #FDEBD4

#FDEBD4
(253,235,212)
#E6D6C1
(230,214,193)
#CFC1AE
(207,193,174)
#B8AC9B
(184,172,155)
#A19788
(161,151,136)
#8A8275
(138,130,117)
#736D62
(115,109,98)
#5C584F
(92,88,79)
#45433C
(69,67,60)
#2E2E29
(46,46,41)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #FDEBD4

#FDEBD4
(253,235,212)
#FDECD7
(253,236,215)
#FDEDDA
(253,237,218)
#FDEEDD
(253,238,221)
#FDEFE0
(253,239,224)
#FDF0E3
(253,240,227)
#FDF1E6
(253,241,230)
#FDF2E9
(253,242,233)
#FDF3EC
(253,243,236)
#FDF4EF
(253,244,239)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBD4; }

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

This text font color is #FDEBD4.

Background Color

.myBgColor { background-color: #FDEBD4; }

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

This div background color is #FDEBD4.

Border color

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

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

This div border color is #FDEBD4.

Opacity

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

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

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

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

This text has shadow with #FDEBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEBD4.

Preview

Color preview on black background

This text has color #FDEBD4 on black background.


Color preview on white background

This text has color #FDEBD4 on white background.


Black color preview on #FDEBD4 background

This text has black color on #FDEBD4 background.


White color preview on #FDEBD4 background

This text has white color on #FDEBD4 background.


Related colors

Complementary color

Complementary color for #hex is #02142B.


I love getcolorcode.com

Triadic colors

1 #D4FDEB and #EBD4FD with #FDEBD4 are triadic colors.

2 #D4EBFD and #EBFDD4 with #FDEBD4 are triadic colors.