COLOR #FDEBC6

HEX: #FDEBC6
RGB: (253,235,198)

Color info

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

RGB color model

#FDEBC6 color RGB value is (253,235,198).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 198 of 255 = 78%

253
235
198

R + G + B ~ 90%. #FDEBC6 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 198 = 686 (100%)
R 253 of 686 ~ 36.88%
G 235 of 686 ~ 34.26%
B 198 of 686 ~ 28.86%

%36.88
%34.26
%28.86

CMYK color model

#FDEBC6 color CMYK value is (0,7,22,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 21.74%
  • key color value is 0.78%
CMYK:
(0,7,22,1)
C0M7Y22K1 
(0%,7%,22%,1%)
(0.00/0.07/0.22/0.01)	

CMYK percentages

%0
%7.11
%21.74
%0.78

Codes

Color #FDEBC6 in popluar color models

FDEBC6
RGB253235198
HSL40°93.22%88.43%
HSB/HSV40°21.74%99.22%
CMYK0.00%7.11%21.74%
0.78%

Color #FDEBC6 in popluar number systems.

HEXFDEBC6
Decimal253235198
Binary111111011110101111000110
Octal375353306

Shades and tints

Shades of #FDEBC6

#FDEBC6
(253,235,198)
#E6D6B4
(230,214,180)
#CFC1A2
(207,193,162)
#B8AC90
(184,172,144)
#A1977E
(161,151,126)
#8A826C
(138,130,108)
#736D5A
(115,109,90)
#5C5848
(92,88,72)
#454336
(69,67,54)
#2E2E24
(46,46,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #FDEBC6

#FDEBC6
(253,235,198)
#FDECCB
(253,236,203)
#FDEDD0
(253,237,208)
#FDEED5
(253,238,213)
#FDEFDA
(253,239,218)
#FDF0DF
(253,240,223)
#FDF1E4
(253,241,228)
#FDF2E9
(253,242,233)
#FDF3EE
(253,243,238)
#FDF4F3
(253,244,243)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBC6; }

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

This text font color is #FDEBC6.


Background Color

.myBgColor { background-color: #FDEBC6; }

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

This div background color is #FDEBC6.


Border color

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

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

This div border color is #FDEBC6.


Opacity

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

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

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

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

This text has shadow with #FDEBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBC6 on black background.


Color preview on white background

This text has color #FDEBC6 on white background.



Black color preview on #FDEBC6 background

This text has black color on #FDEBC6 background.


White color preview on #FDEBC6 background

This text has white color on #FDEBC6 background.