COLOR #FDEBD7

HEX: #FDEBD7
RGB: (253,235,215)

Color info

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

RGB color model

#FDEBD7 color RGB value is (253,235,215).

  • red value is 253;
  • green value is 235;
  • blue value is 215.
RGB:
(253,235,215)
(99%,92%,84%)

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 215 of 255 = 84%

253
235
215

R + G + B ~ 92%. #FDEBD7 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 215 = 703 (100%)
R 253 of 703 ~ 35.99%
G 235 of 703 ~ 33.43%
B 215 of 703 ~ 30.58%

%35.99
%33.43
%30.58

CMYK color model

#FDEBD7 color CMYK value is (0,7,15,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 15.02%
  • key color value is 0.78%
CMYK:
(0,7,15,1)
C0M7Y15K1 
(0%,7%,15%,1%)
(0.00/0.07/0.15/0.01)	

CMYK percentages

%0
%7.11
%15.02
%0.78

Codes

Color #FDEBD7 in popluar color models

FDEBD7
RGB253235215
HSL32°90.48%91.76%
HSB/HSV32°15.02%99.22%
CMYK0.00%7.11%15.02%
0.78%

Color #FDEBD7 in popluar number systems.

HEXFDEBD7
Decimal253235215
Binary111111011110101111010111
Octal375353327

Shades and tints

Shades of #FDEBD7

#FDEBD7
(253,235,215)
#E6D6C4
(230,214,196)
#CFC1B1
(207,193,177)
#B8AC9E
(184,172,158)
#A1978B
(161,151,139)
#8A8278
(138,130,120)
#736D65
(115,109,101)
#5C5852
(92,88,82)
#45433F
(69,67,63)
#2E2E2C
(46,46,44)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #FDEBD7

#FDEBD7
(253,235,215)
#FDECDA
(253,236,218)
#FDEDDD
(253,237,221)
#FDEEE0
(253,238,224)
#FDEFE3
(253,239,227)
#FDF0E6
(253,240,230)
#FDF1E9
(253,241,233)
#FDF2EC
(253,242,236)
#FDF3EF
(253,243,239)
#FDF4F2
(253,244,242)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBD7; }

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

This text font color is #FDEBD7.


Background Color

.myBgColor { background-color: #FDEBD7; }

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

This div background color is #FDEBD7.


Border color

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

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

This div border color is #FDEBD7.


Opacity

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

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

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

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

This text has shadow with #FDEBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBD7 on black background.


Color preview on white background

This text has color #FDEBD7 on white background.



Black color preview on #FDEBD7 background

This text has black color on #FDEBD7 background.


White color preview on #FDEBD7 background

This text has white color on #FDEBD7 background.