COLOR #FDC7AB

HEX: #FDC7AB
RGB: (253,199,171)

Renk bilgisi

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

RGB renk modeli

#FDC7AB color RGB value is (253,199,171).

  • kırmız ton 253;
  • yeşil ton 199;
  • mavi ton 171.
RGB:
(253,199,171)
(99%,78%,67%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 199 of 255 = 78%
B 171 of 255 = 67%

253
199
171

R + G + B ~ 81%. #FDC7AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 199 + 171 = 623 (100%)
R 253 of 623 ~ 40.61%
G 199 of 623 ~ 31.94%
B 171 of 623 ~ 27.45%

%40.61
%31.94
%27.45

CMYK RENK MODELİ

#FDC7AB rengi CMYK tonu (0,21,32,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.34%
  • sarı tonu 32.41%
  • ana renk tonu 0.78%
CMYK:
(0,21,32,1)
C0M21Y32K1 
(0%,21%,32%,1%)
(0.00/0.21/0.32/0.01)	

CMYK yüzdeleri

%0
%21.34
%32.41
%0.78

Codes

Color #FDC7AB in popluar color models

FDC7AB
RGB253199171
HSL20°95.35%83.14%
HSB/HSV20°32.41%99.22%
CMYK0.00%21.34%32.41%
0.78%

Color #FDC7AB in popluar number systems.

HEXFDC7AB
Decimal253199171
Binary111111011100011110101011
Octal375307253

Shades and tints

Shades of #FDC7AB

#FDC7AB
(253,199,171)
#E6B59C
(230,181,156)
#CFA38D
(207,163,141)
#B8917E
(184,145,126)
#A17F6F
(161,127,111)
#8A6D60
(138,109,96)
#735B51
(115,91,81)
#5C4942
(92,73,66)
#453733
(69,55,51)
#2E2524
(46,37,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #FDC7AB

#FDC7AB
(253,199,171)
#FDCCB2
(253,204,178)
#FDD1B9
(253,209,185)
#FDD6C0
(253,214,192)
#FDDBC7
(253,219,199)
#FDE0CE
(253,224,206)
#FDE5D5
(253,229,213)
#FDEADC
(253,234,220)
#FDEFE3
(253,239,227)
#FDF4EA
(253,244,234)
#FDF9F1
(253,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC7AB color. Also use rgb(253,199,171) instead hex code.

Text Font Color

.myTextColor { color: #FDC7AB; }

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

This text font color is #FDC7AB.


Background Color

.myBgColor { background-color: #FDC7AB; }

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

This div background color is #FDC7AB.


Border color

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

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

This div border color is #FDC7AB.


Opacity

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

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

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

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

This text has shadow with #FDC7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC7AB on black background.


Color preview on white background

This text has color #FDC7AB on white background.



Black color preview on #FDC7AB background

This text has black color on #FDC7AB background.


White color preview on #FDC7AB background

This text has white color on #FDC7AB background.