COLOR #FDEBDB

HEX: #FDEBDB
RGB: (253,235,219)

Color info

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

RGB color model

#FDEBDB color RGB value is (253,235,219).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 219 of 255 = 86%

253
235
219

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

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 219 = 707 (100%)
R 253 of 707 ~ 35.79%
G 235 of 707 ~ 33.24%
B 219 of 707 ~ 30.98%

%35.79
%33.24
%30.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(0,7,13,1)
C0M7Y13K1 
(0%,7%,13%,1%)
(0.00/0.07/0.13/0.01)	

CMYK percentages

%0
%7.11
%13.44
%0.78

Codes

Color #FDEBDB in popluar color models

FDEBDB
RGB253235219
HSL28°89.47%92.55%
HSB/HSV28°13.44%99.22%
CMYK0.00%7.11%13.44%
0.78%

Color #FDEBDB in popluar number systems.

HEXFDEBDB
Decimal253235219
Binary111111011110101111011011
Octal375353333

Shades and tints

Shades of #FDEBDB

#FDEBDB
(253,235,219)
#E6D6C8
(230,214,200)
#CFC1B5
(207,193,181)
#B8ACA2
(184,172,162)
#A1978F
(161,151,143)
#8A827C
(138,130,124)
#736D69
(115,109,105)
#5C5856
(92,88,86)
#454343
(69,67,67)
#2E2E30
(46,46,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #FDEBDB

#FDEBDB
(253,235,219)
#FDECDE
(253,236,222)
#FDEDE1
(253,237,225)
#FDEEE4
(253,238,228)
#FDEFE7
(253,239,231)
#FDF0EA
(253,240,234)
#FDF1ED
(253,241,237)
#FDF2F0
(253,242,240)
#FDF3F3
(253,243,243)
#FDF4F6
(253,244,246)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBDB; }

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

This text font color is #FDEBDB.


Background Color

.myBgColor { background-color: #FDEBDB; }

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

This div background color is #FDEBDB.


Border color

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

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

This div border color is #FDEBDB.


Opacity

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

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

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

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

This text has shadow with #FDEBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBDB on black background.


Color preview on white background

This text has color #FDEBDB on white background.



Black color preview on #FDEBDB background

This text has black color on #FDEBDB background.


White color preview on #FDEBDB background

This text has white color on #FDEBDB background.