COLOR #FDEBE9

HEX: #FDEBE9
RGB: (253,235,233)

Color info

#FDEBE9 contains red, green and blue colors in about the same proportion. Web safe color of #FDEBE9 is #FFFFFF (or #FFF).

RGB color model

#FDEBE9 color RGB value is (253,235,233).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 233 of 255 = 91%

253
235
233

R + G + B ~ 94%. #FDEBE9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 233 = 721 (100%)
R 253 of 721 ~ 35.09%
G 235 of 721 ~ 32.59%
B 233 of 721 ~ 32.32%

%35.09
%32.59
%32.32

CMYK color model

#FDEBE9 color CMYK value is (0,7,8,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(0,7,8,1)
C0M7Y8K1 
(0%,7%,8%,1%)
(0.00/0.07/0.08/0.01)	

CMYK percentages

%0
%7.11
%7.91
%0.78

Codes

Color #FDEBE9 in popluar color models

FDEBE9
RGB253235233
HSL83.33%95.29%
HSB/HSV7.91%99.22%
CMYK0.00%7.11%7.91%
0.78%

Color #FDEBE9 in popluar number systems.

HEXFDEBE9
Decimal253235233
Binary111111011110101111101001
Octal375353351

Shades and tints

Shades of #FDEBE9

#FDEBE9
(253,235,233)
#E6D6D4
(230,214,212)
#CFC1BF
(207,193,191)
#B8ACAA
(184,172,170)
#A19795
(161,151,149)
#8A8280
(138,130,128)
#736D6B
(115,109,107)
#5C5856
(92,88,86)
#454341
(69,67,65)
#2E2E2C
(46,46,44)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #FDEBE9

#FDEBE9
(253,235,233)
#FDECEB
(253,236,235)
#FDEDED
(253,237,237)
#FDEEEF
(253,238,239)
#FDEFF1
(253,239,241)
#FDF0F3
(253,240,243)
#FDF1F5
(253,241,245)
#FDF2F7
(253,242,247)
#FDF3F9
(253,243,249)
#FDF4FB
(253,244,251)
#FDF5FD
(253,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBE9; }

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

This text font color is #FDEBE9.


Background Color

.myBgColor { background-color: #FDEBE9; }

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

This div background color is #FDEBE9.


Border color

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

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

This div border color is #FDEBE9.


Opacity

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

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

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

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

This text has shadow with #FDEBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBE9 on black background.


Color preview on white background

This text has color #FDEBE9 on white background.



Black color preview on #FDEBE9 background

This text has black color on #FDEBE9 background.


White color preview on #FDEBE9 background

This text has white color on #FDEBE9 background.