COLOR #FDE0E0

HEX: #FDE0E0
RGB: (253,224,224)

Color info

#FDE0E0 contains red, green and blue colors in about the same proportion. Web safe color of #FDE0E0 is #FFCCCC (or #FCC).

RGB color model

#FDE0E0 color RGB value is (253,224,224).

  • red value is 253;
  • green value is 224;
  • blue value is 224.
RGB:
(253,224,224)
(99%,88%,88%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 224 of 255 = 88%

253
224
224

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

Portions of RGB colors in percentages

R + G + B =
253 + 224 + 224 = 701 (100%)
R 253 of 701 ~ 36.09%
G 224 of 701 ~ 31.95%
B 224 of 701 ~ 31.95%

%36.09
%31.95
%31.95

CMYK color model

#FDE0E0 color CMYK value is (0,11,11,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(0,11,11,1)
C0M11Y11K1 
(0%,11%,11%,1%)
(0.00/0.11/0.11/0.01)	

CMYK percentages

%0
%11.46
%11.46
%0.78

Codes

Color #FDE0E0 in popluar color models

FDE0E0
RGB253224224
HSL87.88%93.53%
HSB/HSV11.46%99.22%
CMYK0.00%11.46%11.46%
0.78%

Color #FDE0E0 in popluar number systems.

HEXFDE0E0
Decimal253224224
Binary111111011110000011100000
Octal375340340

Shades and tints

Shades of #FDE0E0

#FDE0E0
(253,224,224)
#E6CCCC
(230,204,204)
#CFB8B8
(207,184,184)
#B8A4A4
(184,164,164)
#A19090
(161,144,144)
#8A7C7C
(138,124,124)
#736868
(115,104,104)
#5C5454
(92,84,84)
#454040
(69,64,64)
#2E2C2C
(46,44,44)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #FDE0E0

#FDE0E0
(253,224,224)
#FDE2E2
(253,226,226)
#FDE4E4
(253,228,228)
#FDE6E6
(253,230,230)
#FDE8E8
(253,232,232)
#FDEAEA
(253,234,234)
#FDECEC
(253,236,236)
#FDEEEE
(253,238,238)
#FDF0F0
(253,240,240)
#FDF2F2
(253,242,242)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE0E0; }

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

This text font color is #FDE0E0.


Background Color

.myBgColor { background-color: #FDE0E0; }

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

This div background color is #FDE0E0.


Border color

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

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

This div border color is #FDE0E0.


Opacity

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

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

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

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

This text has shadow with #FDE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE0E0 on black background.


Color preview on white background

This text has color #FDE0E0 on white background.



Black color preview on #FDE0E0 background

This text has black color on #FDE0E0 background.


White color preview on #FDE0E0 background

This text has white color on #FDE0E0 background.