COLOR #FDE5EC

HEX: #FDE5EC
RGB: (253,229,236)

Renk bilgisi

#FDE5EC contains red, green and blue colors in about the same proportion. #FDE5EC ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#FDE5EC color RGB value is (253,229,236).

  • kırmız ton 253;
  • yeşil ton 229;
  • mavi ton 236.
RGB:
(253,229,236)
(99%,90%,93%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 229 of 255 = 90%
B 236 of 255 = 93%

253
229
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 229 + 236 = 718 (100%)
R 253 of 718 ~ 35.24%
G 229 of 718 ~ 31.89%
B 236 of 718 ~ 32.87%

%35.24
%31.89
%32.87

CMYK RENK MODELİ

#FDE5EC rengi CMYK tonu (0,9,7,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.49%
  • sarı tonu 6.72%
  • ana renk tonu 0.78%
CMYK:
(0,9,7,1)
C0M9Y7K1 
(0%,9%,7%,1%)
(0.00/0.09/0.07/0.01)	

CMYK yüzdeleri

%0
%9.49
%6.72
%0.78

Codes

Color #FDE5EC in popluar color models

FDE5EC
RGB253229236
HSL343°85.71%94.51%
HSB/HSV343°9.49%99.22%
CMYK0.00%9.49%6.72%
0.78%

Color #FDE5EC in popluar number systems.

HEXFDE5EC
Decimal253229236
Binary111111011110010111101100
Octal375345354

Shades and tints

Shades of #FDE5EC

#FDE5EC
(253,229,236)
#E6D1D7
(230,209,215)
#CFBDC2
(207,189,194)
#B8A9AD
(184,169,173)
#A19598
(161,149,152)
#8A8183
(138,129,131)
#736D6E
(115,109,110)
#5C5959
(92,89,89)
#454544
(69,69,68)
#2E312F
(46,49,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #FDE5EC

#FDE5EC
(253,229,236)
#FDE7ED
(253,231,237)
#FDE9EE
(253,233,238)
#FDEBEF
(253,235,239)
#FDEDF0
(253,237,240)
#FDEFF1
(253,239,241)
#FDF1F2
(253,241,242)
#FDF3F3
(253,243,243)
#FDF5F4
(253,245,244)
#FDF7F5
(253,247,245)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE5EC; }

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

This text font color is #FDE5EC.


Background Color

.myBgColor { background-color: #FDE5EC; }

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

This div background color is #FDE5EC.


Border color

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

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

This div border color is #FDE5EC.


Opacity

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

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

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

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

This text has shadow with #FDE5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE5EC on black background.


Color preview on white background

This text has color #FDE5EC on white background.



Black color preview on #FDE5EC background

This text has black color on #FDE5EC background.


White color preview on #FDE5EC background

This text has white color on #FDE5EC background.