COLOR #FDF9E1

HEX: #FDF9E1
RGB: (253,249,225)

Renk bilgisi

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

RGB renk modeli

#FDF9E1 color RGB value is (253,249,225).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 249 of 255 = 98%
B 225 of 255 = 88%

253
249
225

R + G + B ~ 95%. #FDF9E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 249 + 225 = 727 (100%)
R 253 of 727 ~ 34.8%
G 249 of 727 ~ 34.25%
B 225 of 727 ~ 30.95%

%34.8
%34.25
%30.95

CMYK RENK MODELİ

#FDF9E1 rengi CMYK tonu (0,2,11,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.58%
  • sarı tonu 11.07%
  • ana renk tonu 0.78%
CMYK:
(0,2,11,1)
C0M2Y11K1 
(0%,2%,11%,1%)
(0.00/0.02/0.11/0.01)	

CMYK yüzdeleri

%0
%1.58
%11.07
%0.78

Codes

Color #FDF9E1 in popluar color models

FDF9E1
RGB253249225
HSL51°87.50%93.73%
HSB/HSV51°11.07%99.22%
CMYK0.00%1.58%11.07%
0.78%

Color #FDF9E1 in popluar number systems.

HEXFDF9E1
Decimal253249225
Binary111111011111100111100001
Octal375371341

Shades and tints

Shades of #FDF9E1

#FDF9E1
(253,249,225)
#E6E3CD
(230,227,205)
#CFCDB9
(207,205,185)
#B8B7A5
(184,183,165)
#A1A191
(161,161,145)
#8A8B7D
(138,139,125)
#737569
(115,117,105)
#5C5F55
(92,95,85)
#454941
(69,73,65)
#2E332D
(46,51,45)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #FDF9E1

#FDF9E1
(253,249,225)
#FDF9E3
(253,249,227)
#FDF9E5
(253,249,229)
#FDF9E7
(253,249,231)
#FDF9E9
(253,249,233)
#FDF9EB
(253,249,235)
#FDF9ED
(253,249,237)
#FDF9EF
(253,249,239)
#FDF9F1
(253,249,241)
#FDF9F3
(253,249,243)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9E1; }

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

This text font color is #FDF9E1.


Background Color

.myBgColor { background-color: #FDF9E1; }

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

This div background color is #FDF9E1.


Border color

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

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

This div border color is #FDF9E1.


Opacity

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

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

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

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

This text has shadow with #FDF9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9E1 on black background.


Color preview on white background

This text has color #FDF9E1 on white background.



Black color preview on #FDF9E1 background

This text has black color on #FDF9E1 background.


White color preview on #FDF9E1 background

This text has white color on #FDF9E1 background.