COLOR #FDEBD8

HEX: #FDEBD8
RGB: (253,235,216)

Color info

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

RGB color model

#FDEBD8 color RGB value is (253,235,216).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 216 of 255 = 85%

253
235
216

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

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 216 = 704 (100%)
R 253 of 704 ~ 35.94%
G 235 of 704 ~ 33.38%
B 216 of 704 ~ 30.68%

%35.94
%33.38
%30.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 14.62%
  • 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
%14.62
%0.78

Codes

Color #FDEBD8 in popluar color models

FDEBD8
RGB253235216
HSL31°90.24%91.96%
HSB/HSV31°14.62%99.22%
CMYK0.00%7.11%14.62%
0.78%

Color #FDEBD8 in popluar number systems.

HEXFDEBD8
Decimal253235216
Binary111111011110101111011000
Octal375353330

Shades and tints

Shades of #FDEBD8

#FDEBD8
(253,235,216)
#E6D6C5
(230,214,197)
#CFC1B2
(207,193,178)
#B8AC9F
(184,172,159)
#A1978C
(161,151,140)
#8A8279
(138,130,121)
#736D66
(115,109,102)
#5C5853
(92,88,83)
#454340
(69,67,64)
#2E2E2D
(46,46,45)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #FDEBD8

#FDEBD8
(253,235,216)
#FDECDB
(253,236,219)
#FDEDDE
(253,237,222)
#FDEEE1
(253,238,225)
#FDEFE4
(253,239,228)
#FDF0E7
(253,240,231)
#FDF1EA
(253,241,234)
#FDF2ED
(253,242,237)
#FDF3F0
(253,243,240)
#FDF4F3
(253,244,243)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBD8; }

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

This text font color is #FDEBD8.


Background Color

.myBgColor { background-color: #FDEBD8; }

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

This div background color is #FDEBD8.


Border color

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

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

This div border color is #FDEBD8.


Opacity

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

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

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

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

This text has shadow with #FDEBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBD8 on black background.


Color preview on white background

This text has color #FDEBD8 on white background.



Black color preview on #FDEBD8 background

This text has black color on #FDEBD8 background.


White color preview on #FDEBD8 background

This text has white color on #FDEBD8 background.