COLOR #FDF9DA

HEX: #FDF9DA
RGB: (253,249,218)

Renk bilgisi

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

RGB renk modeli

#FDF9DA color RGB value is (253,249,218).

  • kırmız ton 253;
  • yeşil ton 249;
  • mavi ton 218.
RGB:
(253,249,218)
(99%,98%,85%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 249 of 255 = 98%
B 218 of 255 = 85%

253
249
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 249 + 218 = 720 (100%)
R 253 of 720 ~ 35.14%
G 249 of 720 ~ 34.58%
B 218 of 720 ~ 30.28%

%35.14
%34.58
%30.28

CMYK RENK MODELİ

#FDF9DA rengi CMYK tonu (0,2,14,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.58%
  • sarı tonu 13.83%
  • ana renk tonu 0.78%
CMYK:
(0,2,14,1)
C0M2Y14K1 
(0%,2%,14%,1%)
(0.00/0.02/0.14/0.01)	

CMYK yüzdeleri

%0
%1.58
%13.83
%0.78

Codes

Color #FDF9DA in popluar color models

FDF9DA
RGB253249218
HSL53°89.74%92.35%
HSB/HSV53°13.83%99.22%
CMYK0.00%1.58%13.83%
0.78%

Color #FDF9DA in popluar number systems.

HEXFDF9DA
Decimal253249218
Binary111111011111100111011010
Octal375371332

Shades and tints

Shades of #FDF9DA

#FDF9DA
(253,249,218)
#E6E3C7
(230,227,199)
#CFCDB4
(207,205,180)
#B8B7A1
(184,183,161)
#A1A18E
(161,161,142)
#8A8B7B
(138,139,123)
#737568
(115,117,104)
#5C5F55
(92,95,85)
#454942
(69,73,66)
#2E332F
(46,51,47)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #FDF9DA

#FDF9DA
(253,249,218)
#FDF9DD
(253,249,221)
#FDF9E0
(253,249,224)
#FDF9E3
(253,249,227)
#FDF9E6
(253,249,230)
#FDF9E9
(253,249,233)
#FDF9EC
(253,249,236)
#FDF9EF
(253,249,239)
#FDF9F2
(253,249,242)
#FDF9F5
(253,249,245)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF9DA color. Also use rgb(253,249,218) instead hex code.

Text Font Color

.myTextColor { color: #FDF9DA; }

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

This text font color is #FDF9DA.


Background Color

.myBgColor { background-color: #FDF9DA; }

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

This div background color is #FDF9DA.


Border color

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

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

This div border color is #FDF9DA.


Opacity

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

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

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

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

This text has shadow with #FDF9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9DA on black background.


Color preview on white background

This text has color #FDF9DA on white background.



Black color preview on #FDF9DA background

This text has black color on #FDF9DA background.


White color preview on #FDF9DA background

This text has white color on #FDF9DA background.