COLOR #FDEBC1

HEX: #FDEBC1
RGB: (253,235,193)

Color info

#FDEBC1 contains mainly red and green colors. Web safe color of #FDEBC1 is #FFFFCC (or #FFC).

RGB color model

#FDEBC1 color RGB value is (253,235,193).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 193 of 255 = 76%

253
235
193

R + G + B ~ 89%. #FDEBC1 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 193 = 681 (100%)
R 253 of 681 ~ 37.15%
G 235 of 681 ~ 34.51%
B 193 of 681 ~ 28.34%

%37.15
%34.51
%28.34

CMYK color model

#FDEBC1 color CMYK value is (0,7,24,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 23.72%
  • key color value is 0.78%
CMYK:
(0,7,24,1)
C0M7Y24K1 
(0%,7%,24%,1%)
(0.00/0.07/0.24/0.01)	

CMYK percentages

%0
%7.11
%23.72
%0.78

Codes

Color #FDEBC1 in popluar color models

FDEBC1
RGB253235193
HSL42°93.75%87.45%
HSB/HSV42°23.72%99.22%
CMYK0.00%7.11%23.72%
0.78%

Color #FDEBC1 in popluar number systems.

HEXFDEBC1
Decimal253235193
Binary111111011110101111000001
Octal375353301

Shades and tints

Shades of #FDEBC1

#FDEBC1
(253,235,193)
#E6D6B0
(230,214,176)
#CFC19F
(207,193,159)
#B8AC8E
(184,172,142)
#A1977D
(161,151,125)
#8A826C
(138,130,108)
#736D5B
(115,109,91)
#5C584A
(92,88,74)
#454339
(69,67,57)
#2E2E28
(46,46,40)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #FDEBC1

#FDEBC1
(253,235,193)
#FDECC6
(253,236,198)
#FDEDCB
(253,237,203)
#FDEED0
(253,238,208)
#FDEFD5
(253,239,213)
#FDF0DA
(253,240,218)
#FDF1DF
(253,241,223)
#FDF2E4
(253,242,228)
#FDF3E9
(253,243,233)
#FDF4EE
(253,244,238)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBC1; }

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

This text font color is #FDEBC1.


Background Color

.myBgColor { background-color: #FDEBC1; }

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

This div background color is #FDEBC1.


Border color

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

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

This div border color is #FDEBC1.


Opacity

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

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

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

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

This text has shadow with #FDEBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBC1 on black background.


Color preview on white background

This text has color #FDEBC1 on white background.



Black color preview on #FDEBC1 background

This text has black color on #FDEBC1 background.


White color preview on #FDEBC1 background

This text has white color on #FDEBC1 background.