COLOR #FDFCF9

HEX: #FDFCF9
RGB: (253,252,249)

Renk bilgisi

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

RGB renk modeli

#FDFCF9 color RGB value is (253,252,249).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 252 of 255 = 99%
B 249 of 255 = 98%

253
252
249

R + G + B ~ 99%. #FDFCF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 252 + 249 = 754 (100%)
R 253 of 754 ~ 33.55%
G 252 of 754 ~ 33.42%
B 249 of 754 ~ 33.02%

%33.55
%33.42
%33.02

CMYK RENK MODELİ

#FDFCF9 rengi CMYK tonu (0,0,2,1).

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

CMYK yüzdeleri

%0
%0.4
%1.58
%0.78

Codes

Color #FDFCF9 in popluar color models

FDFCF9
RGB253252249
HSL45°50.00%98.43%
HSB/HSV45°1.58%99.22%
CMYK0.00%0.40%1.58%
0.78%

Color #FDFCF9 in popluar number systems.

HEXFDFCF9
Decimal253252249
Binary111111011111110011111001
Octal375374371

Shades and tints

Shades of #FDFCF9

#FDFCF9
(253,252,249)
#E6E6E3
(230,230,227)
#CFD0CD
(207,208,205)
#B8BAB7
(184,186,183)
#A1A4A1
(161,164,161)
#8A8E8B
(138,142,139)
#737875
(115,120,117)
#5C625F
(92,98,95)
#454C49
(69,76,73)
#2E3633
(46,54,51)
#17201D
(23,32,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCF9; }

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

This text font color is #FDFCF9.


Background Color

.myBgColor { background-color: #FDFCF9; }

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

This div background color is #FDFCF9.


Border color

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

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

This div border color is #FDFCF9.


Opacity

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

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

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

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

This text has shadow with #FDFCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFCF9 on black background.


Color preview on white background

This text has color #FDFCF9 on white background.



Black color preview on #FDFCF9 background

This text has black color on #FDFCF9 background.


White color preview on #FDFCF9 background

This text has white color on #FDFCF9 background.