COLOR #FCC5A1

HEX: #FCC5A1 RGB: (252,197,161)

Renk bilgisi

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

RGB renk modeli

#FCC5A1 color RGB value is (252,197,161).

RGB: (252,197,161) (99%, 77%, 63%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 197 of 255 = 77%
B 161 of 255 = 63%

252
197
161

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 197 + 161 = 610 (100%)
R 252 of 610 ~ 41.31%
G 197 of 610 ~ 32.3%
B 161 of 610 ~ 26.39'%

%41.31
%32.3
%26.39

CMYK RENK MODELİ

#FCC5A1 rengi CMYK tonu (0,22,36,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 36.11%
  • ana renk tonu 1.18%

CMYK: (0,22,36,1)
C0M22Y36K1 (0%, 22%, 36%, 1%)
(0.00 / 0.22 / 0.36 / 0.01)

CMYK yüzdeleri

%0
%21.83
%36.11
%1.18

Codes

Color #FCC5A1 in popluar color models

FC C5 A1
RGB 252 197 161
HSL 24° 93.81% 80.98%
HSB/HSV 24° 36.11% 98.82%
CMYK 0.00% 21.83% 36.11%
1.18%

Color #FCC5A1 in popluar number systems.

HEX FC C5 A1
Decimal 252 197 161
Binary 11111100 11000101 10100001
Octal 374 305 241

Shades and tints

Shades of #FCC5A1

#FCC5A1
(252,197,161)
#E6B493
(230,180,147)
#D0A385
(208,163,133)
#BA9277
(186,146,119)
#A48169
(164,129,105)
#8E705B
(142,112,91)
#785F4D
(120,95,77)
#624E3F
(98,78,63)
#4C3D31
(76,61,49)
#362C23
(54,44,35)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCC5A1

#FCC5A1
(252,197,161)
#FCCAA9
(252,202,169)
#FCCFB1
(252,207,177)
#FCD4B9
(252,212,185)
#FCD9C1
(252,217,193)
#FCDEC9
(252,222,201)
#FCE3D1
(252,227,209)
#FCE8D9
(252,232,217)
#FCEDE1
(252,237,225)
#FCF2E9
(252,242,233)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5A1; }

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

This text font color is #FCC5A1.

Background Color

.myBgColor { background-color: #FCC5A1; }

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

This div background color is #FCC5A1.

Border color

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

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

This div border color is #FCC5A1.

Opacity

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

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

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

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

This text has shadow with #FCC5A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC5A1.

Preview

Color preview on black background

This text has color #FCC5A1 on black background.


Color preview on white background

This text has color #FCC5A1 on white background.


Black color preview on #FCC5A1 background

This text has black color on #FCC5A1 background.


White color preview on #FCC5A1 background

This text has white color on #FCC5A1 background.


Related colors

Complementary color

Complementary color for #hex is #033A5E.


I love getcolorcode.com

Triadic colors

1 #A1FCC5 and #C5A1FC with #FCC5A1 are triadic colors.

2 #A1C5FC and #C5FCA1 with #FCC5A1 are triadic colors.