COLOR #FFC6A9

HEX: #FFC6A9
RGB: (255,198,169)

Color info

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

RGB color model

#FFC6A9 color RGB value is (255,198,169).

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

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 169 of 255 = 66%

255
198
169

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

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 169 = 622 (100%)
R 255 of 622 ~ 41%
G 198 of 622 ~ 31.83%
B 169 of 622 ~ 27.17%

%41
%31.83
%27.17

CMYK color model

#FFC6A9 color CMYK value is (0,22,34,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 33.73%
  • key color value is 0.00%
CMYK:
(0,22,34,0)
C0M22Y34K0 
(0%,22%,34%,0%)
(0.00/0.22/0.34/0.00)	

CMYK percentages

%0
%22.35
%33.73
%0

Codes

Color #FFC6A9 in popluar color models

FFC6A9
RGB255198169
HSL20°100.00%83.14%
HSB/HSV20°33.73%100.00%
CMYK0.00%22.35%33.73%
0.00%

Color #FFC6A9 in popluar number systems.

HEXFFC6A9
Decimal255198169
Binary111111111100011010101001
Octal377306251

Shades and tints

Shades of #FFC6A9

#FFC6A9
(255,198,169)
#E8B49A
(232,180,154)
#D1A28B
(209,162,139)
#BA907C
(186,144,124)
#A37E6D
(163,126,109)
#8C6C5E
(140,108,94)
#755A4F
(117,90,79)
#5E4840
(94,72,64)
#473631
(71,54,49)
#302422
(48,36,34)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #FFC6A9

#FFC6A9
(255,198,169)
#FFCBB0
(255,203,176)
#FFD0B7
(255,208,183)
#FFD5BE
(255,213,190)
#FFDAC5
(255,218,197)
#FFDFCC
(255,223,204)
#FFE4D3
(255,228,211)
#FFE9DA
(255,233,218)
#FFEEE1
(255,238,225)
#FFF3E8
(255,243,232)
#FFF8EF
(255,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6A9; }

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

This text font color is #FFC6A9.


Background Color

.myBgColor { background-color: #FFC6A9; }

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

This div background color is #FFC6A9.


Border color

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

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

This div border color is #FFC6A9.


Opacity

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

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

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

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

This text has shadow with #FFC6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6A9 on black background.


Color preview on white background

This text has color #FFC6A9 on white background.



Black color preview on #FFC6A9 background

This text has black color on #FFC6A9 background.


White color preview on #FFC6A9 background

This text has white color on #FFC6A9 background.