COLOR #FCC5A3

HEX: #FCC5A3
RGB: (252,197,163)

Renk bilgisi

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

RGB renk modeli

#FCC5A3 color RGB value is (252,197,163).

  • kırmız ton 252;
  • yeşil ton 197;
  • mavi ton 163.
RGB:
(252,197,163)
(99%,77%,64%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 197 of 255 = 77%
B 163 of 255 = 64%

252
197
163

R + G + B ~ 80%. #FCC5A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 197 + 163 = 612 (100%)
R 252 of 612 ~ 41.18%
G 197 of 612 ~ 32.19%
B 163 of 612 ~ 26.63%

%41.18
%32.19
%26.63

CMYK RENK MODELİ

#FCC5A3 rengi CMYK tonu (0,22,35,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 35.32%
  • ana renk tonu 1.18%
CMYK:
(0,22,35,1)
C0M22Y35K1 
(0%,22%,35%,1%)
(0.00/0.22/0.35/0.01)	

CMYK yüzdeleri

%0
%21.83
%35.32
%1.18

Codes

Color #FCC5A3 in popluar color models

FCC5A3
RGB252197163
HSL23°93.68%81.37%
HSB/HSV23°35.32%98.82%
CMYK0.00%21.83%35.32%
1.18%

Color #FCC5A3 in popluar number systems.

HEXFCC5A3
Decimal252197163
Binary111111001100010110100011
Octal374305243

Shades and tints

Shades of #FCC5A3

#FCC5A3
(252,197,163)
#E6B495
(230,180,149)
#D0A387
(208,163,135)
#BA9279
(186,146,121)
#A4816B
(164,129,107)
#8E705D
(142,112,93)
#785F4F
(120,95,79)
#624E41
(98,78,65)
#4C3D33
(76,61,51)
#362C25
(54,44,37)
#201B17
(32,27,23)
#000000
(0,0,0)

Tints of #FCC5A3

#FCC5A3
(252,197,163)
#FCCAAB
(252,202,171)
#FCCFB3
(252,207,179)
#FCD4BB
(252,212,187)
#FCD9C3
(252,217,195)
#FCDECB
(252,222,203)
#FCE3D3
(252,227,211)
#FCE8DB
(252,232,219)
#FCEDE3
(252,237,227)
#FCF2EB
(252,242,235)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC5A3 color. Also use rgb(252,197,163) instead hex code.

Text Font Color

.myTextColor { color: #FCC5A3; }

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

This text font color is #FCC5A3.


Background Color

.myBgColor { background-color: #FCC5A3; }

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

This div background color is #FCC5A3.


Border color

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

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

This div border color is #FCC5A3.


Opacity

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

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

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

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

This text has shadow with #FCC5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5A3 on black background.


Color preview on white background

This text has color #FCC5A3 on white background.



Black color preview on #FCC5A3 background

This text has black color on #FCC5A3 background.


White color preview on #FCC5A3 background

This text has white color on #FCC5A3 background.