COLOR #FFC1AA

HEX: #FFC1AA
RGB: (255,193,170)

Color info

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

RGB color model

#FFC1AA color RGB value is (255,193,170).

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

RGB channels and saturation

R 255 of 255 = 100%
G 193 of 255 = 76%
B 170 of 255 = 67%

255
193
170

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

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 170 = 618 (100%)
R 255 of 618 ~ 41.26%
G 193 of 618 ~ 31.23%
B 170 of 618 ~ 27.51%

%41.26
%31.23
%27.51

CMYK color model

#FFC1AA color CMYK value is (0,24,33,0).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 33.33%
  • key color value is 0.00%
CMYK:
(0,24,33,0)
C0M24Y33K0 
(0%,24%,33%,0%)
(0.00/0.24/0.33/0.00)	

CMYK percentages

%0
%24.31
%33.33
%0

Codes

Color #FFC1AA in popluar color models

FFC1AA
RGB255193170
HSL16°100.00%83.33%
HSB/HSV16°33.33%100.00%
CMYK0.00%24.31%33.33%
0.00%

Color #FFC1AA in popluar number systems.

HEXFFC1AA
Decimal255193170
Binary111111111100000110101010
Octal377301252

Shades and tints

Shades of #FFC1AA

#FFC1AA
(255,193,170)
#E8B09B
(232,176,155)
#D19F8C
(209,159,140)
#BA8E7D
(186,142,125)
#A37D6E
(163,125,110)
#8C6C5F
(140,108,95)
#755B50
(117,91,80)
#5E4A41
(94,74,65)
#473932
(71,57,50)
#302823
(48,40,35)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #FFC1AA

#FFC1AA
(255,193,170)
#FFC6B1
(255,198,177)
#FFCBB8
(255,203,184)
#FFD0BF
(255,208,191)
#FFD5C6
(255,213,198)
#FFDACD
(255,218,205)
#FFDFD4
(255,223,212)
#FFE4DB
(255,228,219)
#FFE9E2
(255,233,226)
#FFEEE9
(255,238,233)
#FFF3F0
(255,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1AA; }

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

This text font color is #FFC1AA.


Background Color

.myBgColor { background-color: #FFC1AA; }

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

This div background color is #FFC1AA.


Border color

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

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

This div border color is #FFC1AA.


Opacity

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

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

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

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

This text has shadow with #FFC1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC1AA on black background.


Color preview on white background

This text has color #FFC1AA on white background.



Black color preview on #FFC1AA background

This text has black color on #FFC1AA background.


White color preview on #FFC1AA background

This text has white color on #FFC1AA background.