COLOR #FDF5D6

HEX: #FDF5D6
RGB: (253,245,214)

Renk bilgisi

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

RGB renk modeli

#FDF5D6 color RGB value is (253,245,214).

  • kırmız ton 253;
  • yeşil ton 245;
  • mavi ton 214.
RGB:
(253,245,214)
(99%,96%,84%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 245 of 255 = 96%
B 214 of 255 = 84%

253
245
214

R + G + B ~ 93%. #FDF5D6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 245 + 214 = 712 (100%)
R 253 of 712 ~ 35.53%
G 245 of 712 ~ 34.41%
B 214 of 712 ~ 30.06%

%35.53
%34.41
%30.06

CMYK RENK MODELİ

#FDF5D6 rengi CMYK tonu (0,3,15,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.16%
  • sarı tonu 15.42%
  • ana renk tonu 0.78%
CMYK:
(0,3,15,1)
C0M3Y15K1 
(0%,3%,15%,1%)
(0.00/0.03/0.15/0.01)	

CMYK yüzdeleri

%0
%3.16
%15.42
%0.78

Codes

Color #FDF5D6 in popluar color models

FDF5D6
RGB253245214
HSL48°90.70%91.57%
HSB/HSV48°15.42%99.22%
CMYK0.00%3.16%15.42%
0.78%

Color #FDF5D6 in popluar number systems.

HEXFDF5D6
Decimal253245214
Binary111111011111010111010110
Octal375365326

Shades and tints

Shades of #FDF5D6

#FDF5D6
(253,245,214)
#E6DFC3
(230,223,195)
#CFC9B0
(207,201,176)
#B8B39D
(184,179,157)
#A19D8A
(161,157,138)
#8A8777
(138,135,119)
#737164
(115,113,100)
#5C5B51
(92,91,81)
#45453E
(69,69,62)
#2E2F2B
(46,47,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDF5D6

#FDF5D6
(253,245,214)
#FDF5D9
(253,245,217)
#FDF5DC
(253,245,220)
#FDF5DF
(253,245,223)
#FDF5E2
(253,245,226)
#FDF5E5
(253,245,229)
#FDF5E8
(253,245,232)
#FDF5EB
(253,245,235)
#FDF5EE
(253,245,238)
#FDF5F1
(253,245,241)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5D6; }

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

This text font color is #FDF5D6.


Background Color

.myBgColor { background-color: #FDF5D6; }

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

This div background color is #FDF5D6.


Border color

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

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

This div border color is #FDF5D6.


Opacity

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

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

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

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

This text has shadow with #FDF5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5D6 on black background.


Color preview on white background

This text has color #FDF5D6 on white background.



Black color preview on #FDF5D6 background

This text has black color on #FDF5D6 background.


White color preview on #FDF5D6 background

This text has white color on #FDF5D6 background.