COLOR #FFC2A0

HEX: #FFC2A0
RGB: (255,194,160)

Color info

#FFC2A0 contains mainly red color. Web safe color of #FFC2A0 is #FFCC99 (or #FC9).

RGB color model

#FFC2A0 color RGB value is (255,194,160).

  • red value is 255;
  • green value is 194;
  • blue value is 160.
RGB:
(255,194,160)
(100%,76%,63%)

RGB channels and saturation

R 255 of 255 = 100%
G 194 of 255 = 76%
B 160 of 255 = 63%

255
194
160

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

Portions of RGB colors in percentages

R + G + B =
255 + 194 + 160 = 609 (100%)
R 255 of 609 ~ 41.87%
G 194 of 609 ~ 31.86%
B 160 of 609 ~ 26.27%

%41.87
%31.86
%26.27

CMYK color model

#FFC2A0 color CMYK value is (0,24,37,0).

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(0,24,37,0)
C0M24Y37K0 
(0%,24%,37%,0%)
(0.00/0.24/0.37/0.00)	

CMYK percentages

%0
%23.92
%37.25
%0

Codes

Color #FFC2A0 in popluar color models

FFC2A0
RGB255194160
HSL21°100.00%81.37%
HSB/HSV21°37.25%100.00%
CMYK0.00%23.92%37.25%
0.00%

Color #FFC2A0 in popluar number systems.

HEXFFC2A0
Decimal255194160
Binary111111111100001010100000
Octal377302240

Shades and tints

Shades of #FFC2A0

#FFC2A0
(255,194,160)
#E8B192
(232,177,146)
#D1A084
(209,160,132)
#BA8F76
(186,143,118)
#A37E68
(163,126,104)
#8C6D5A
(140,109,90)
#755C4C
(117,92,76)
#5E4B3E
(94,75,62)
#473A30
(71,58,48)
#302922
(48,41,34)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #FFC2A0

#FFC2A0
(255,194,160)
#FFC7A8
(255,199,168)
#FFCCB0
(255,204,176)
#FFD1B8
(255,209,184)
#FFD6C0
(255,214,192)
#FFDBC8
(255,219,200)
#FFE0D0
(255,224,208)
#FFE5D8
(255,229,216)
#FFEAE0
(255,234,224)
#FFEFE8
(255,239,232)
#FFF4F0
(255,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC2A0 color. Also use rgb(255,194,160) instead hex code.

Text Font Color

.myTextColor { color: #FFC2A0; }

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

This text font color is #FFC2A0.


Background Color

.myBgColor { background-color: #FFC2A0; }

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

This div background color is #FFC2A0.


Border color

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

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

This div border color is #FFC2A0.


Opacity

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

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

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

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

This text has shadow with #FFC2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC2A0 on black background.


Color preview on white background

This text has color #FFC2A0 on white background.



Black color preview on #FFC2A0 background

This text has black color on #FFC2A0 background.


White color preview on #FFC2A0 background

This text has white color on #FFC2A0 background.