COLOR #FDEEC0

HEX: #FDEEC0
RGB: (253,238,192)

Color info

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

RGB color model

#FDEEC0 color RGB value is (253,238,192).

  • red value is 253;
  • green value is 238;
  • blue value is 192.
RGB:
(253,238,192)
(99%,93%,75%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 192 of 255 = 75%

253
238
192

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

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 192 = 683 (100%)
R 253 of 683 ~ 37.04%
G 238 of 683 ~ 34.85%
B 192 of 683 ~ 28.11%

%37.04
%34.85
%28.11

CMYK color model

#FDEEC0 color CMYK value is (0,6,24,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 24.11%
  • key color value is 0.78%
CMYK:
(0,6,24,1)
C0M6Y24K1 
(0%,6%,24%,1%)
(0.00/0.06/0.24/0.01)	

CMYK percentages

%0
%5.93
%24.11
%0.78

Codes

Color #FDEEC0 in popluar color models

FDEEC0
RGB253238192
HSL45°93.85%87.25%
HSB/HSV45°24.11%99.22%
CMYK0.00%5.93%24.11%
0.78%

Color #FDEEC0 in popluar number systems.

HEXFDEEC0
Decimal253238192
Binary111111011110111011000000
Octal375356300

Shades and tints

Shades of #FDEEC0

#FDEEC0
(253,238,192)
#E6D9AF
(230,217,175)
#CFC49E
(207,196,158)
#B8AF8D
(184,175,141)
#A19A7C
(161,154,124)
#8A856B
(138,133,107)
#73705A
(115,112,90)
#5C5B49
(92,91,73)
#454638
(69,70,56)
#2E3127
(46,49,39)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #FDEEC0

#FDEEC0
(253,238,192)
#FDEFC5
(253,239,197)
#FDF0CA
(253,240,202)
#FDF1CF
(253,241,207)
#FDF2D4
(253,242,212)
#FDF3D9
(253,243,217)
#FDF4DE
(253,244,222)
#FDF5E3
(253,245,227)
#FDF6E8
(253,246,232)
#FDF7ED
(253,247,237)
#FDF8F2
(253,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEC0; }

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

This text font color is #FDEEC0.


Background Color

.myBgColor { background-color: #FDEEC0; }

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

This div background color is #FDEEC0.


Border color

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

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

This div border color is #FDEEC0.


Opacity

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

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

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

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

This text has shadow with #FDEEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEEC0 on black background.


Color preview on white background

This text has color #FDEEC0 on white background.



Black color preview on #FDEEC0 background

This text has black color on #FDEEC0 background.


White color preview on #FDEEC0 background

This text has white color on #FDEEC0 background.