COLOR #F4A4D5

HEX: #F4A4D5 RGB: (244,164,213)

Color info

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

RGB color model

#F4A4D5 color RGB value is (244,164,213).

RGB: (244,164,213) (96%, 64%, 84%)

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 213 of 255 = 84%

244
164
213

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

Portions of RGB colors in percentages

R + G + B = 244 + 164 + 213 = 621 (100%)
R 244 of 621 ~ 39.29%
G 164 of 621 ~ 26.41%
B 213 of 621 ~ 34.3'%

%39.29
%26.41
%34.3

CMYK color model

#F4A4D5 color CMYK value is (0,33,13,4).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 12.70%
  • key color value is 4.31%

CMYK: (0,33,13,4)
C0M33Y13K4 (0%, 33%, 13%, 4%)
(0.00 / 0.33 / 0.13 / 0.04)

CMYK percentages

%0
%32.79
%12.7
%4.31

Codes

Color #F4A4D5 in popluar color models

F4 A4 D5
RGB 244 164 213
HSL 323° 78.43% 80.00%
HSB/HSV 323° 32.79% 95.69%
CMYK 0.00% 32.79% 12.70%
4.31%

Color #F4A4D5 in popluar number systems.

HEX F4 A4 D5
Decimal 244 164 213
Binary 11110100 10100100 11010101
Octal 364 244 325

Shades and tints

Shades of #F4A4D5

#F4A4D5
(244,164,213)
#DE96C2
(222,150,194)
#C888AF
(200,136,175)
#B27A9C
(178,122,156)
#9C6C89
(156,108,137)
#865E76
(134,94,118)
#705063
(112,80,99)
#5A4250
(90,66,80)
#44343D
(68,52,61)
#2E262A
(46,38,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #F4A4D5

#F4A4D5
(244,164,213)
#F5ACD8
(245,172,216)
#F6B4DB
(246,180,219)
#F7BCDE
(247,188,222)
#F8C4E1
(248,196,225)
#F9CCE4
(249,204,228)
#FAD4E7
(250,212,231)
#FBDCEA
(251,220,234)
#FCE4ED
(252,228,237)
#FDECF0
(253,236,240)
#FEF4F3
(254,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A4D5 color. Also use rgb(244,164,213) instead hex code.

Text Font Color

.myTextColor { color: #F4A4D5; }

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

This text font color is #F4A4D5.

Background Color

.myBgColor { background-color: #F4A4D5; }

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

This div background color is #F4A4D5.

Border color

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

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

This div border color is #F4A4D5.

Opacity

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

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

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

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

This text has shadow with #F4A4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4A4D5.

Preview

Color preview on black background

This text has color #F4A4D5 on black background.


Color preview on white background

This text has color #F4A4D5 on white background.


Black color preview on #F4A4D5 background

This text has black color on #F4A4D5 background.


White color preview on #F4A4D5 background

This text has white color on #F4A4D5 background.


Related colors

Complementary color

Complementary color for #hex is #0B5B2A.


I love getcolorcode.com

Triadic colors

1 #D5F4A4 and #A4D5F4 with #F4A4D5 are triadic colors.

2 #D5A4F4 and #A4F4D5 with #F4A4D5 are triadic colors.