COLOR #FDF9C4

HEX: #FDF9C4
RGB: (253,249,196)

Renk bilgisi

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

RGB renk modeli

#FDF9C4 color RGB value is (253,249,196).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 249 of 255 = 98%
B 196 of 255 = 77%

253
249
196

R + G + B ~ 91%. #FDF9C4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 249 + 196 = 698 (100%)
R 253 of 698 ~ 36.25%
G 249 of 698 ~ 35.67%
B 196 of 698 ~ 28.08%

%36.25
%35.67
%28.08

CMYK RENK MODELİ

#FDF9C4 rengi CMYK tonu (0,2,23,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.58%
  • sarı tonu 22.53%
  • ana renk tonu 0.78%
CMYK:
(0,2,23,1)
C0M2Y23K1 
(0%,2%,23%,1%)
(0.00/0.02/0.23/0.01)	

CMYK yüzdeleri

%0
%1.58
%22.53
%0.78

Codes

Color #FDF9C4 in popluar color models

FDF9C4
RGB253249196
HSL56°93.44%88.04%
HSB/HSV56°22.53%99.22%
CMYK0.00%1.58%22.53%
0.78%

Color #FDF9C4 in popluar number systems.

HEXFDF9C4
Decimal253249196
Binary111111011111100111000100
Octal375371304

Shades and tints

Shades of #FDF9C4

#FDF9C4
(253,249,196)
#E6E3B3
(230,227,179)
#CFCDA2
(207,205,162)
#B8B791
(184,183,145)
#A1A180
(161,161,128)
#8A8B6F
(138,139,111)
#73755E
(115,117,94)
#5C5F4D
(92,95,77)
#45493C
(69,73,60)
#2E332B
(46,51,43)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #FDF9C4

#FDF9C4
(253,249,196)
#FDF9C9
(253,249,201)
#FDF9CE
(253,249,206)
#FDF9D3
(253,249,211)
#FDF9D8
(253,249,216)
#FDF9DD
(253,249,221)
#FDF9E2
(253,249,226)
#FDF9E7
(253,249,231)
#FDF9EC
(253,249,236)
#FDF9F1
(253,249,241)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9C4; }

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

This text font color is #FDF9C4.


Background Color

.myBgColor { background-color: #FDF9C4; }

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

This div background color is #FDF9C4.


Border color

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

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

This div border color is #FDF9C4.


Opacity

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

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

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

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

This text has shadow with #FDF9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9C4 on black background.


Color preview on white background

This text has color #FDF9C4 on white background.



Black color preview on #FDF9C4 background

This text has black color on #FDF9C4 background.


White color preview on #FDF9C4 background

This text has white color on #FDF9C4 background.