COLOR #FDC89C

HEX: #FDC89C
RGB: (253,200,156)

Renk bilgisi

#FDC89C contains mainly red and green colors. #FDC89C ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FDC89C color RGB value is (253,200,156).

  • kırmız ton 253;
  • yeşil ton 200;
  • mavi ton 156.
RGB:
(253,200,156)
(99%,78%,61%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 200 of 255 = 78%
B 156 of 255 = 61%

253
200
156

R + G + B ~ 79%. #FDC89C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 200 + 156 = 609 (100%)
R 253 of 609 ~ 41.54%
G 200 of 609 ~ 32.84%
B 156 of 609 ~ 25.62%

%41.54
%32.84
%25.62

CMYK RENK MODELİ

#FDC89C rengi CMYK tonu (0,21,38,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.95%
  • sarı tonu 38.34%
  • ana renk tonu 0.78%
CMYK:
(0,21,38,1)
C0M21Y38K1 
(0%,21%,38%,1%)
(0.00/0.21/0.38/0.01)	

CMYK yüzdeleri

%0
%20.95
%38.34
%0.78

Codes

Color #FDC89C in popluar color models

FDC89C
RGB253200156
HSL27°96.04%80.20%
HSB/HSV27°38.34%99.22%
CMYK0.00%20.95%38.34%
0.78%

Color #FDC89C in popluar number systems.

HEXFDC89C
Decimal253200156
Binary111111011100100010011100
Octal375310234

Shades and tints

Shades of #FDC89C

#FDC89C
(253,200,156)
#E6B68E
(230,182,142)
#CFA480
(207,164,128)
#B89272
(184,146,114)
#A18064
(161,128,100)
#8A6E56
(138,110,86)
#735C48
(115,92,72)
#5C4A3A
(92,74,58)
#45382C
(69,56,44)
#2E261E
(46,38,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #FDC89C

#FDC89C
(253,200,156)
#FDCDA5
(253,205,165)
#FDD2AE
(253,210,174)
#FDD7B7
(253,215,183)
#FDDCC0
(253,220,192)
#FDE1C9
(253,225,201)
#FDE6D2
(253,230,210)
#FDEBDB
(253,235,219)
#FDF0E4
(253,240,228)
#FDF5ED
(253,245,237)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC89C color. Also use rgb(253,200,156) instead hex code.

Text Font Color

.myTextColor { color: #FDC89C; }

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

This text font color is #FDC89C.


Background Color

.myBgColor { background-color: #FDC89C; }

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

This div background color is #FDC89C.


Border color

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

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

This div border color is #FDC89C.


Opacity

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

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

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

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

This text has shadow with #FDC89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC89C on black background.


Color preview on white background

This text has color #FDC89C on white background.



Black color preview on #FDC89C background

This text has black color on #FDC89C background.


White color preview on #FDC89C background

This text has white color on #FDC89C background.