COLOR #FFC1A6

HEX: #FFC1A6 RGB: (255,193,166)

Color info

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

RGB color model

#FFC1A6 color RGB value is (255,193,166).

RGB: (255,193,166) (100%, 76%, 65%)

RGB channels and saturation

R 255 of 255 = 100%
G 193 of 255 = 76%
B 166 of 255 = 65%

255
193
166

R + G + B ~ 80%. #FFC1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 193 + 166 = 614 (100%)
R 255 of 614 ~ 41.53%
G 193 of 614 ~ 31.43%
B 166 of 614 ~ 27.04'%

%41.53
%31.43
%27.04

CMYK color model

#FFC1A6 color CMYK value is (0,24,35,0).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 34.90%
  • key color value is 0.00%
CMYK: (0,24,35,0) C0M24Y35K0 (0%,24%,35%,0%) (0.00/0.24/0.35/0.00) 

CMYK percentages

%0
%24.31
%34.9
%0

Codes

Color #FFC1A6 in popluar color models

FF C1 A6
RGB 255 193 166
HSL 18° 100.00% 82.55%
HSB/HSV 18° 34.90% 100.00%
CMYK 0.00% 24.31% 34.90%
0.00%

Color #FFC1A6 in popluar number systems.

HEX FF C1 A6
Decimal 255 193 166
Binary 11111111 11000001 10100110
Octal 377 301 246

Shades and tints

Shades of #FFC1A6

#FFC1A6
(255,193,166)
#E8B097
(232,176,151)
#D19F88
(209,159,136)
#BA8E79
(186,142,121)
#A37D6A
(163,125,106)
#8C6C5B
(140,108,91)
#755B4C
(117,91,76)
#5E4A3D
(94,74,61)
#47392E
(71,57,46)
#30281F
(48,40,31)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #FFC1A6

#FFC1A6
(255,193,166)
#FFC6AE
(255,198,174)
#FFCBB6
(255,203,182)
#FFD0BE
(255,208,190)
#FFD5C6
(255,213,198)
#FFDACE
(255,218,206)
#FFDFD6
(255,223,214)
#FFE4DE
(255,228,222)
#FFE9E6
(255,233,230)
#FFEEEE
(255,238,238)
#FFF3F6
(255,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1A6; }

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

This text font color is #FFC1A6.

Background Color

.myBgColor { background-color: #FFC1A6; }

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

This div background color is #FFC1A6.

Border color

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

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

This div border color is #FFC1A6.

Opacity

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

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

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

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

This text has shadow with #FFC1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC1A6.

Preview

Color preview on black background

This text has color #FFC1A6 on black background.


Color preview on white background

This text has color #FFC1A6 on white background.


Black color preview on #FFC1A6 background

This text has black color on #FFC1A6 background.


White color preview on #FFC1A6 background

This text has white color on #FFC1A6 background.


Related colors

Complementary color

Complementary color for #hex is #003E59.


I love getcolorcode.com

Triadic colors

1 #A6FFC1 and #C1A6FF with #FFC1A6 are triadic colors.

2 #A6C1FF and #C1FFA6 with #FFC1A6 are triadic colors.