COLOR #FFA6C3

HEX: #FFA6C3 RGB: (255,166,195)

Color info

#FFA6C3 contains mainly red color. Web safe color of #FFA6C3 is #FF99CC (or #F9C).

RGB color model

#FFA6C3 color RGB value is (255,166,195).

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

RGB channels and saturation

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

255
166
195

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

Portions of RGB colors in percentages

R + G + B = 255 + 166 + 195 = 616 (100%)
R 255 of 616 ~ 41.4%
G 166 of 616 ~ 26.95%
B 195 of 616 ~ 31.66'%

%41.4
%26.95
%31.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 23.53%
  • key color value is 0.00%

CMYK: (0,35,24,0)
C0M35Y24K0 (0%, 35%, 24%, 0%)
(0.00 / 0.35 / 0.24 / 0.00)

CMYK percentages

%0
%34.9
%23.53
%0

Codes

Color #FFA6C3 in popluar color models

FF A6 C3
RGB 255 166 195
HSL 340° 100.00% 82.55%
HSB/HSV 340° 34.90% 100.00%
CMYK 0.00% 34.90% 23.53%
0.00%

Color #FFA6C3 in popluar number systems.

HEX FF A6 C3
Decimal 255 166 195
Binary 11111111 10100110 11000011
Octal 377 246 303

Shades and tints

Shades of #FFA6C3

#FFA6C3
(255,166,195)
#E897B2
(232,151,178)
#D188A1
(209,136,161)
#BA7990
(186,121,144)
#A36A7F
(163,106,127)
#8C5B6E
(140,91,110)
#754C5D
(117,76,93)
#5E3D4C
(94,61,76)
#472E3B
(71,46,59)
#301F2A
(48,31,42)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #FFA6C3

#FFA6C3
(255,166,195)
#FFAEC8
(255,174,200)
#FFB6CD
(255,182,205)
#FFBED2
(255,190,210)
#FFC6D7
(255,198,215)
#FFCEDC
(255,206,220)
#FFD6E1
(255,214,225)
#FFDEE6
(255,222,230)
#FFE6EB
(255,230,235)
#FFEEF0
(255,238,240)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA6C3; }

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

This text font color is #FFA6C3.

Background Color

.myBgColor { background-color: #FFA6C3; }

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

This div background color is #FFA6C3.

Border color

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

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

This div border color is #FFA6C3.

Opacity

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

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

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

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

This text has shadow with #FFA6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA6C3.

Preview

Color preview on black background

This text has color #FFA6C3 on black background.


Color preview on white background

This text has color #FFA6C3 on white background.


Black color preview on #FFA6C3 background

This text has black color on #FFA6C3 background.


White color preview on #FFA6C3 background

This text has white color on #FFA6C3 background.


Related colors

Complementary color

Complementary color for #hex is #00593C.


I love getcolorcode.com

Triadic colors

1 #C3FFA6 and #A6C3FF with #FFA6C3 are triadic colors.

2 #C3A6FF and #A6FFC3 with #FFA6C3 are triadic colors.