COLOR #FFC1A9

HEX: #FFC1A9
RGB: (255,193,169)

Color info

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

RGB color model

#FFC1A9 color RGB value is (255,193,169).

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

RGB channels and saturation

R 255 of 255 = 100%
G 193 of 255 = 76%
B 169 of 255 = 66%

255
193
169

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

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 169 = 617 (100%)
R 255 of 617 ~ 41.33%
G 193 of 617 ~ 31.28%
B 169 of 617 ~ 27.39%

%41.33
%31.28
%27.39

CMYK color model

#FFC1A9 color CMYK value is (0,24,34,0).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 33.73%
  • key color value is 0.00%
CMYK:
(0,24,34,0)
C0M24Y34K0 
(0%,24%,34%,0%)
(0.00/0.24/0.34/0.00)	

CMYK percentages

%0
%24.31
%33.73
%0

Codes

Color #FFC1A9 in popluar color models

FFC1A9
RGB255193169
HSL17°100.00%83.14%
HSB/HSV17°33.73%100.00%
CMYK0.00%24.31%33.73%
0.00%

Color #FFC1A9 in popluar number systems.

HEXFFC1A9
Decimal255193169
Binary111111111100000110101001
Octal377301251

Shades and tints

Shades of #FFC1A9

#FFC1A9
(255,193,169)
#E8B09A
(232,176,154)
#D19F8B
(209,159,139)
#BA8E7C
(186,142,124)
#A37D6D
(163,125,109)
#8C6C5E
(140,108,94)
#755B4F
(117,91,79)
#5E4A40
(94,74,64)
#473931
(71,57,49)
#302822
(48,40,34)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #FFC1A9

#FFC1A9
(255,193,169)
#FFC6B0
(255,198,176)
#FFCBB7
(255,203,183)
#FFD0BE
(255,208,190)
#FFD5C5
(255,213,197)
#FFDACC
(255,218,204)
#FFDFD3
(255,223,211)
#FFE4DA
(255,228,218)
#FFE9E1
(255,233,225)
#FFEEE8
(255,238,232)
#FFF3EF
(255,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1A9; }

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

This text font color is #FFC1A9.


Background Color

.myBgColor { background-color: #FFC1A9; }

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

This div background color is #FFC1A9.


Border color

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

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

This div border color is #FFC1A9.


Opacity

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

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

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

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

This text has shadow with #FFC1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC1A9 on black background.


Color preview on white background

This text has color #FFC1A9 on white background.



Black color preview on #FFC1A9 background

This text has black color on #FFC1A9 background.


White color preview on #FFC1A9 background

This text has white color on #FFC1A9 background.