COLOR #FFC6A4

HEX: #FFC6A4 RGB: (255,198,164)

Color info

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

RGB color model

#FFC6A4 color RGB value is (255,198,164).

RGB: (255,198,164) (100%, 78%, 64%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 164 of 255 = 64%

255
198
164

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

Portions of RGB colors in percentages

R + G + B = 255 + 198 + 164 = 617 (100%)
R 255 of 617 ~ 41.33%
G 198 of 617 ~ 32.09%
B 164 of 617 ~ 26.58'%

%41.33
%32.09
%26.58

CMYK color model

#FFC6A4 color CMYK value is (0,22,36,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 35.69%
  • key color value is 0.00%

CMYK: (0,22,36,0)
C0M22Y36K0 (0%, 22%, 36%, 0%)
(0.00 / 0.22 / 0.36 / 0.00)

CMYK percentages

%0
%22.35
%35.69
%0

Codes

Color #FFC6A4 in popluar color models

FF C6 A4
RGB 255 198 164
HSL 22° 100.00% 82.16%
HSB/HSV 22° 35.69% 100.00%
CMYK 0.00% 22.35% 35.69%
0.00%

Color #FFC6A4 in popluar number systems.

HEX FF C6 A4
Decimal 255 198 164
Binary 11111111 11000110 10100100
Octal 377 306 244

Shades and tints

Shades of #FFC6A4

#FFC6A4
(255,198,164)
#E8B496
(232,180,150)
#D1A288
(209,162,136)
#BA907A
(186,144,122)
#A37E6C
(163,126,108)
#8C6C5E
(140,108,94)
#755A50
(117,90,80)
#5E4842
(94,72,66)
#473634
(71,54,52)
#302426
(48,36,38)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #FFC6A4

#FFC6A4
(255,198,164)
#FFCBAC
(255,203,172)
#FFD0B4
(255,208,180)
#FFD5BC
(255,213,188)
#FFDAC4
(255,218,196)
#FFDFCC
(255,223,204)
#FFE4D4
(255,228,212)
#FFE9DC
(255,233,220)
#FFEEE4
(255,238,228)
#FFF3EC
(255,243,236)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6A4; }

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

This text font color is #FFC6A4.

Background Color

.myBgColor { background-color: #FFC6A4; }

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

This div background color is #FFC6A4.

Border color

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

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

This div border color is #FFC6A4.

Opacity

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

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

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

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

This text has shadow with #FFC6A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC6A4.

Preview

Color preview on black background

This text has color #FFC6A4 on black background.


Color preview on white background

This text has color #FFC6A4 on white background.


Black color preview on #FFC6A4 background

This text has black color on #FFC6A4 background.


White color preview on #FFC6A4 background

This text has white color on #FFC6A4 background.


Related colors

Complementary color

Complementary color for #hex is #00395B.


I love getcolorcode.com

Triadic colors

1 #A4FFC6 and #C6A4FF with #FFC6A4 are triadic colors.

2 #A4C6FF and #C6FFA4 with #FFC6A4 are triadic colors.