COLOR #FDEDA5

HEX: #FDEDA5
RGB: (253,237,165)

Renk bilgisi

#FDEDA5 contains mainly red and green colors. #FDEDA5 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#FDEDA5 color RGB value is (253,237,165).

  • kırmız ton 253;
  • yeşil ton 237;
  • mavi ton 165.
RGB:
(253,237,165)
(99%,93%,65%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 237 of 255 = 93%
B 165 of 255 = 65%

253
237
165

R + G + B ~ 86%. #FDEDA5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 237 + 165 = 655 (100%)
R 253 of 655 ~ 38.63%
G 237 of 655 ~ 36.18%
B 165 of 655 ~ 25.19%

%38.63
%36.18
%25.19

CMYK RENK MODELİ

#FDEDA5 rengi CMYK tonu (0,6,35,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.32%
  • sarı tonu 34.78%
  • ana renk tonu 0.78%
CMYK:
(0,6,35,1)
C0M6Y35K1 
(0%,6%,35%,1%)
(0.00/0.06/0.35/0.01)	

CMYK yüzdeleri

%0
%6.32
%34.78
%0.78

Codes

Color #FDEDA5 in popluar color models

FDEDA5
RGB253237165
HSL49°95.65%81.96%
HSB/HSV49°34.78%99.22%
CMYK0.00%6.32%34.78%
0.78%

Color #FDEDA5 in popluar number systems.

HEXFDEDA5
Decimal253237165
Binary111111011110110110100101
Octal375355245

Shades and tints

Shades of #FDEDA5

#FDEDA5
(253,237,165)
#E6D896
(230,216,150)
#CFC387
(207,195,135)
#B8AE78
(184,174,120)
#A19969
(161,153,105)
#8A845A
(138,132,90)
#736F4B
(115,111,75)
#5C5A3C
(92,90,60)
#45452D
(69,69,45)
#2E301E
(46,48,30)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #FDEDA5

#FDEDA5
(253,237,165)
#FDEEAD
(253,238,173)
#FDEFB5
(253,239,181)
#FDF0BD
(253,240,189)
#FDF1C5
(253,241,197)
#FDF2CD
(253,242,205)
#FDF3D5
(253,243,213)
#FDF4DD
(253,244,221)
#FDF5E5
(253,245,229)
#FDF6ED
(253,246,237)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDA5; }

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

This text font color is #FDEDA5.


Background Color

.myBgColor { background-color: #FDEDA5; }

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

This div background color is #FDEDA5.


Border color

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

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

This div border color is #FDEDA5.


Opacity

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

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

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

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

This text has shadow with #FDEDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDA5 on black background.


Color preview on white background

This text has color #FDEDA5 on white background.



Black color preview on #FDEDA5 background

This text has black color on #FDEDA5 background.


White color preview on #FDEDA5 background

This text has white color on #FDEDA5 background.