COLOR #FFC0AA

HEX: #FFC0AA
RGB: (255,192,170)

Color info

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

RGB color model

#FFC0AA color RGB value is (255,192,170).

  • red value is 255;
  • green value is 192;
  • blue value is 170.
RGB:
(255,192,170)
(100%,75%,67%)

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 170 of 255 = 67%

255
192
170

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

Portions of RGB colors in percentages

R + G + B =
255 + 192 + 170 = 617 (100%)
R 255 of 617 ~ 41.33%
G 192 of 617 ~ 31.12%
B 170 of 617 ~ 27.55%

%41.33
%31.12
%27.55

CMYK color model

#FFC0AA color CMYK value is (0,25,33,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 33.33%
  • key color value is 0.00%
CMYK:
(0,25,33,0)
C0M25Y33K0 
(0%,25%,33%,0%)
(0.00/0.25/0.33/0.00)	

CMYK percentages

%0
%24.71
%33.33
%0

Codes

Color #FFC0AA in popluar color models

FFC0AA
RGB255192170
HSL16°100.00%83.33%
HSB/HSV16°33.33%100.00%
CMYK0.00%24.71%33.33%
0.00%

Color #FFC0AA in popluar number systems.

HEXFFC0AA
Decimal255192170
Binary111111111100000010101010
Octal377300252

Shades and tints

Shades of #FFC0AA

#FFC0AA
(255,192,170)
#E8AF9B
(232,175,155)
#D19E8C
(209,158,140)
#BA8D7D
(186,141,125)
#A37C6E
(163,124,110)
#8C6B5F
(140,107,95)
#755A50
(117,90,80)
#5E4941
(94,73,65)
#473832
(71,56,50)
#302723
(48,39,35)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #FFC0AA

#FFC0AA
(255,192,170)
#FFC5B1
(255,197,177)
#FFCAB8
(255,202,184)
#FFCFBF
(255,207,191)
#FFD4C6
(255,212,198)
#FFD9CD
(255,217,205)
#FFDED4
(255,222,212)
#FFE3DB
(255,227,219)
#FFE8E2
(255,232,226)
#FFEDE9
(255,237,233)
#FFF2F0
(255,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC0AA color. Also use rgb(255,192,170) instead hex code.

Text Font Color

.myTextColor { color: #FFC0AA; }

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

This text font color is #FFC0AA.


Background Color

.myBgColor { background-color: #FFC0AA; }

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

This div background color is #FFC0AA.


Border color

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

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

This div border color is #FFC0AA.


Opacity

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

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

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

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

This text has shadow with #FFC0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC0AA on black background.


Color preview on white background

This text has color #FFC0AA on white background.



Black color preview on #FFC0AA background

This text has black color on #FFC0AA background.


White color preview on #FFC0AA background

This text has white color on #FFC0AA background.