COLOR #FDEDE2

HEX: #FDEDE2
RGB: (253,237,226)

Color info

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

RGB color model

#FDEDE2 color RGB value is (253,237,226).

  • red value is 253;
  • green value is 237;
  • blue value is 226.
RGB:
(253,237,226)
(99%,93%,89%)

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 226 of 255 = 89%

253
237
226

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 226 = 716 (100%)
R 253 of 716 ~ 35.34%
G 237 of 716 ~ 33.1%
B 226 of 716 ~ 31.56%

%35.34
%33.1
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(0,6,11,1)
C0M6Y11K1 
(0%,6%,11%,1%)
(0.00/0.06/0.11/0.01)	

CMYK percentages

%0
%6.32
%10.67
%0.78

Codes

Color #FDEDE2 in popluar color models

FDEDE2
RGB253237226
HSL24°87.10%93.92%
HSB/HSV24°10.67%99.22%
CMYK0.00%6.32%10.67%
0.78%

Color #FDEDE2 in popluar number systems.

HEXFDEDE2
Decimal253237226
Binary111111011110110111100010
Octal375355342

Shades and tints

Shades of #FDEDE2

#FDEDE2
(253,237,226)
#E6D8CE
(230,216,206)
#CFC3BA
(207,195,186)
#B8AEA6
(184,174,166)
#A19992
(161,153,146)
#8A847E
(138,132,126)
#736F6A
(115,111,106)
#5C5A56
(92,90,86)
#454542
(69,69,66)
#2E302E
(46,48,46)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #FDEDE2

#FDEDE2
(253,237,226)
#FDEEE4
(253,238,228)
#FDEFE6
(253,239,230)
#FDF0E8
(253,240,232)
#FDF1EA
(253,241,234)
#FDF2EC
(253,242,236)
#FDF3EE
(253,243,238)
#FDF4F0
(253,244,240)
#FDF5F2
(253,245,242)
#FDF6F4
(253,246,244)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDE2; }

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

This text font color is #FDEDE2.


Background Color

.myBgColor { background-color: #FDEDE2; }

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

This div background color is #FDEDE2.


Border color

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

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

This div border color is #FDEDE2.


Opacity

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

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

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

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

This text has shadow with #FDEDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDE2 on black background.


Color preview on white background

This text has color #FDEDE2 on white background.



Black color preview on #FDEDE2 background

This text has black color on #FDEDE2 background.


White color preview on #FDEDE2 background

This text has white color on #FDEDE2 background.