COLOR #FFA4C6

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

Color info

#FFA4C6 contains mainly red and blue colors. Web safe color of #FFA4C6 is #FF99CC (or #F9C).

RGB color model

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

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

RGB channels and saturation

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

255
164
198

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

Portions of RGB colors in percentages

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

%41.33
%26.58
%32.09

CMYK color model

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

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

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

CMYK percentages

%0
%35.69
%22.35
%0

Codes

Color #FFA4C6 in popluar color models

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

Color #FFA4C6 in popluar number systems.

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

Shades and tints

Shades of #FFA4C6

#FFA4C6
(255,164,198)
#E896B4
(232,150,180)
#D188A2
(209,136,162)
#BA7A90
(186,122,144)
#A36C7E
(163,108,126)
#8C5E6C
(140,94,108)
#75505A
(117,80,90)
#5E4248
(94,66,72)
#473436
(71,52,54)
#302624
(48,38,36)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #FFA4C6

#FFA4C6
(255,164,198)
#FFACCB
(255,172,203)
#FFB4D0
(255,180,208)
#FFBCD5
(255,188,213)
#FFC4DA
(255,196,218)
#FFCCDF
(255,204,223)
#FFD4E4
(255,212,228)
#FFDCE9
(255,220,233)
#FFE4EE
(255,228,238)
#FFECF3
(255,236,243)
#FFF4F8
(255,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA4C6; }

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

This text font color is #FFA4C6.

Background Color

.myBgColor { background-color: #FFA4C6; }

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

This div background color is #FFA4C6.

Border color

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

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

This div border color is #FFA4C6.

Opacity

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

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

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

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

This text has shadow with #FFA4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA4C6.

Preview

Color preview on black background

This text has color #FFA4C6 on black background.


Color preview on white background

This text has color #FFA4C6 on white background.


Black color preview on #FFA4C6 background

This text has black color on #FFA4C6 background.


White color preview on #FFA4C6 background

This text has white color on #FFA4C6 background.


Related colors

Complementary color

Complementary color for #hex is #005B39.


I love getcolorcode.com

Triadic colors

1 #C6FFA4 and #A4C6FF with #FFA4C6 are triadic colors.

2 #C6A4FF and #A4FFC6 with #FFA4C6 are triadic colors.