COLOR #FFC5A2

HEX: #FFC5A2
RGB: (255,197,162)

Color info

#FFC5A2 contains mainly red and green colors. Web safe color of #FFC5A2 is #FFCC99 (or #FC9).

RGB color model

#FFC5A2 color RGB value is (255,197,162).

  • red value is 255;
  • green value is 197;
  • blue value is 162.
RGB:
(255,197,162)
(100%,77%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 197 of 255 = 77%
B 162 of 255 = 64%

255
197
162

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

Portions of RGB colors in percentages

R + G + B =
255 + 197 + 162 = 614 (100%)
R 255 of 614 ~ 41.53%
G 197 of 614 ~ 32.08%
B 162 of 614 ~ 26.38%

%41.53
%32.08
%26.38

CMYK color model

#FFC5A2 color CMYK value is (0,23,36,0).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 36.47%
  • key color value is 0.00%
CMYK:
(0,23,36,0)
C0M23Y36K0 
(0%,23%,36%,0%)
(0.00/0.23/0.36/0.00)	

CMYK percentages

%0
%22.75
%36.47
%0

Codes

Color #FFC5A2 in popluar color models

FFC5A2
RGB255197162
HSL23°100.00%81.76%
HSB/HSV23°36.47%100.00%
CMYK0.00%22.75%36.47%
0.00%

Color #FFC5A2 in popluar number systems.

HEXFFC5A2
Decimal255197162
Binary111111111100010110100010
Octal377305242

Shades and tints

Shades of #FFC5A2

#FFC5A2
(255,197,162)
#E8B494
(232,180,148)
#D1A386
(209,163,134)
#BA9278
(186,146,120)
#A3816A
(163,129,106)
#8C705C
(140,112,92)
#755F4E
(117,95,78)
#5E4E40
(94,78,64)
#473D32
(71,61,50)
#302C24
(48,44,36)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #FFC5A2

#FFC5A2
(255,197,162)
#FFCAAA
(255,202,170)
#FFCFB2
(255,207,178)
#FFD4BA
(255,212,186)
#FFD9C2
(255,217,194)
#FFDECA
(255,222,202)
#FFE3D2
(255,227,210)
#FFE8DA
(255,232,218)
#FFEDE2
(255,237,226)
#FFF2EA
(255,242,234)
#FFF7F2
(255,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC5A2 color. Also use rgb(255,197,162) instead hex code.

Text Font Color

.myTextColor { color: #FFC5A2; }

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

This text font color is #FFC5A2.


Background Color

.myBgColor { background-color: #FFC5A2; }

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

This div background color is #FFC5A2.


Border color

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

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

This div border color is #FFC5A2.


Opacity

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

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

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

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

This text has shadow with #FFC5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC5A2 on black background.


Color preview on white background

This text has color #FFC5A2 on white background.



Black color preview on #FFC5A2 background

This text has black color on #FFC5A2 background.


White color preview on #FFC5A2 background

This text has white color on #FFC5A2 background.