COLOR #FFA4EA

HEX: #FFA4EA RGB: (255,164,234)

Color info

#FFA4EA contains mainly red and blue colors. Web safe color of #FFA4EA is #FF99FF (or #F9F).

RGB color model

#FFA4EA color RGB value is (255,164,234).

RGB: (255,164,234) (100%, 64%, 92%)

RGB channels and saturation

R 255 of 255 = 100%
G 164 of 255 = 64%
B 234 of 255 = 92%

255
164
234

R + G + B ~ 85%. #FFA4EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 164 + 234 = 653 (100%)
R 255 of 653 ~ 39.05%
G 164 of 653 ~ 25.11%
B 234 of 653 ~ 35.83'%

%39.05
%25.11
%35.83

CMYK color model

#FFA4EA color CMYK value is (0,36,8,0).

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

CMYK: (0,36,8,0)
C0M36Y8K0 (0%, 36%, 8%, 0%)
(0.00 / 0.36 / 0.08 / 0.00)

CMYK percentages

%0
%35.69
%8.24
%0

Codes

Color #FFA4EA in popluar color models

FF A4 EA
RGB 255 164 234
HSL 314° 100.00% 82.16%
HSB/HSV 314° 35.69% 100.00%
CMYK 0.00% 35.69% 8.24%
0.00%

Color #FFA4EA in popluar number systems.

HEX FF A4 EA
Decimal 255 164 234
Binary 11111111 10100100 11101010
Octal 377 244 352

Shades and tints

Shades of #FFA4EA

#FFA4EA
(255,164,234)
#E896D5
(232,150,213)
#D188C0
(209,136,192)
#BA7AAB
(186,122,171)
#A36C96
(163,108,150)
#8C5E81
(140,94,129)
#75506C
(117,80,108)
#5E4257
(94,66,87)
#473442
(71,52,66)
#30262D
(48,38,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFA4EA

#FFA4EA
(255,164,234)
#FFACEB
(255,172,235)
#FFB4EC
(255,180,236)
#FFBCED
(255,188,237)
#FFC4EE
(255,196,238)
#FFCCEF
(255,204,239)
#FFD4F0
(255,212,240)
#FFDCF1
(255,220,241)
#FFE4F2
(255,228,242)
#FFECF3
(255,236,243)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA4EA; }

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

This text font color is #FFA4EA.

Background Color

.myBgColor { background-color: #FFA4EA; }

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

This div background color is #FFA4EA.

Border color

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

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

This div border color is #FFA4EA.

Opacity

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

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

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

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

This text has shadow with #FFA4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA4EA.

Preview

Color preview on black background

This text has color #FFA4EA on black background.


Color preview on white background

This text has color #FFA4EA on white background.


Black color preview on #FFA4EA background

This text has black color on #FFA4EA background.


White color preview on #FFA4EA background

This text has white color on #FFA4EA background.


Related colors

Complementary color

Complementary color for #hex is #005B15.


I love getcolorcode.com

Triadic colors

1 #EAFFA4 and #A4EAFF with #FFA4EA are triadic colors.

2 #EAA4FF and #A4FFEA with #FFA4EA are triadic colors.