COLOR #FDECEB

HEX: #FDECEB
RGB: (253,236,235)

Color info

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

RGB color model

#FDECEB color RGB value is (253,236,235).

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

RGB channels and saturation

R 253 of 255 = 99%
G 236 of 255 = 93%
B 235 of 255 = 92%

253
236
235

R + G + B ~ 95%. #FDECEB is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 236 + 235 = 724 (100%)
R 253 of 724 ~ 34.94%
G 236 of 724 ~ 32.6%
B 235 of 724 ~ 32.46%

%34.94
%32.6
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(0,7,7,1)
C0M7Y7K1 
(0%,7%,7%,1%)
(0.00/0.07/0.07/0.01)	

CMYK percentages

%0
%6.72
%7.11
%0.78

Codes

Color #FDECEB in popluar color models

FDECEB
RGB253236235
HSL81.82%95.69%
HSB/HSV7.11%99.22%
CMYK0.00%6.72%7.11%
0.78%

Color #FDECEB in popluar number systems.

HEXFDECEB
Decimal253236235
Binary111111011110110011101011
Octal375354353

Shades and tints

Shades of #FDECEB

#FDECEB
(253,236,235)
#E6D7D6
(230,215,214)
#CFC2C1
(207,194,193)
#B8ADAC
(184,173,172)
#A19897
(161,152,151)
#8A8382
(138,131,130)
#736E6D
(115,110,109)
#5C5958
(92,89,88)
#454443
(69,68,67)
#2E2F2E
(46,47,46)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #FDECEB

#FDECEB
(253,236,235)
#FDEDEC
(253,237,236)
#FDEEED
(253,238,237)
#FDEFEE
(253,239,238)
#FDF0EF
(253,240,239)
#FDF1F0
(253,241,240)
#FDF2F1
(253,242,241)
#FDF3F2
(253,243,242)
#FDF4F3
(253,244,243)
#FDF5F4
(253,245,244)
#FDF6F5
(253,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDECEB; }

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

This text font color is #FDECEB.


Background Color

.myBgColor { background-color: #FDECEB; }

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

This div background color is #FDECEB.


Border color

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

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

This div border color is #FDECEB.


Opacity

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

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

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

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

This text has shadow with #FDECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDECEB on black background.


Color preview on white background

This text has color #FDECEB on white background.



Black color preview on #FDECEB background

This text has black color on #FDECEB background.


White color preview on #FDECEB background

This text has white color on #FDECEB background.