COLOR #F5A3D1

HEX: #F5A3D1 RGB: (245,163,209)

Color info

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

RGB color model

#F5A3D1 color RGB value is (245,163,209).

RGB: (245,163,209) (96%, 64%, 82%)

RGB channels and saturation

R 245 of 255 = 96%
G 163 of 255 = 64%
B 209 of 255 = 82%

245
163
209

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

Portions of RGB colors in percentages

R + G + B = 245 + 163 + 209 = 617 (100%)
R 245 of 617 ~ 39.71%
G 163 of 617 ~ 26.42%
B 209 of 617 ~ 33.87'%

%39.71
%26.42
%33.87

CMYK color model

#F5A3D1 color CMYK value is (0,33,15,4).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 14.69%
  • key color value is 3.92%

CMYK: (0,33,15,4)
C0M33Y15K4 (0%, 33%, 15%, 4%)
(0.00 / 0.33 / 0.15 / 0.04)

CMYK percentages

%0
%33.47
%14.69
%3.92

Codes

Color #F5A3D1 in popluar color models

F5 A3 D1
RGB 245 163 209
HSL 326° 80.39% 80.00%
HSB/HSV 326° 33.47% 96.08%
CMYK 0.00% 33.47% 14.69%
3.92%

Color #F5A3D1 in popluar number systems.

HEX F5 A3 D1
Decimal 245 163 209
Binary 11110101 10100011 11010001
Octal 365 243 321

Shades and tints

Shades of #F5A3D1

#F5A3D1
(245,163,209)
#DF95BE
(223,149,190)
#C987AB
(201,135,171)
#B37998
(179,121,152)
#9D6B85
(157,107,133)
#875D72
(135,93,114)
#714F5F
(113,79,95)
#5B414C
(91,65,76)
#453339
(69,51,57)
#2F2526
(47,37,38)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #F5A3D1

#F5A3D1
(245,163,209)
#F5ABD5
(245,171,213)
#F5B3D9
(245,179,217)
#F5BBDD
(245,187,221)
#F5C3E1
(245,195,225)
#F5CBE5
(245,203,229)
#F5D3E9
(245,211,233)
#F5DBED
(245,219,237)
#F5E3F1
(245,227,241)
#F5EBF5
(245,235,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A3D1 color. Also use rgb(245,163,209) instead hex code.

Text Font Color

.myTextColor { color: #F5A3D1; }

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

This text font color is #F5A3D1.

Background Color

.myBgColor { background-color: #F5A3D1; }

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

This div background color is #F5A3D1.

Border color

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

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

This div border color is #F5A3D1.

Opacity

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

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

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

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

This text has shadow with #F5A3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A3D1.

Preview

Color preview on black background

This text has color #F5A3D1 on black background.


Color preview on white background

This text has color #F5A3D1 on white background.


Black color preview on #F5A3D1 background

This text has black color on #F5A3D1 background.


White color preview on #F5A3D1 background

This text has white color on #F5A3D1 background.


Related colors

Complementary color

Complementary color for #hex is #0A5C2E.


I love getcolorcode.com

Triadic colors

1 #D1F5A3 and #A3D1F5 with #F5A3D1 are triadic colors.

2 #D1A3F5 and #A3F5D1 with #F5A3D1 are triadic colors.