COLOR #F5A7D2

HEX: #F5A7D2 RGB: (245,167,210)

Color info

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

RGB color model

#F5A7D2 color RGB value is (245,167,210).

RGB: (245,167,210) (96%, 65%, 82%)

RGB channels and saturation

R 245 of 255 = 96%
G 167 of 255 = 65%
B 210 of 255 = 82%

245
167
210

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

Portions of RGB colors in percentages

R + G + B = 245 + 167 + 210 = 622 (100%)
R 245 of 622 ~ 39.39%
G 167 of 622 ~ 26.85%
B 210 of 622 ~ 33.76'%

%39.39
%26.85
%33.76

CMYK color model

#F5A7D2 color CMYK value is (0,32,14,4).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 14.29%
  • key color value is 3.92%

CMYK: (0,32,14,4)
C0M32Y14K4 (0%, 32%, 14%, 4%)
(0.00 / 0.32 / 0.14 / 0.04)

CMYK percentages

%0
%31.84
%14.29
%3.92

Codes

Color #F5A7D2 in popluar color models

F5 A7 D2
RGB 245 167 210
HSL 327° 79.59% 80.78%
HSB/HSV 327° 31.84% 96.08%
CMYK 0.00% 31.84% 14.29%
3.92%

Color #F5A7D2 in popluar number systems.

HEX F5 A7 D2
Decimal 245 167 210
Binary 11110101 10100111 11010010
Octal 365 247 322

Shades and tints

Shades of #F5A7D2

#F5A7D2
(245,167,210)
#DF98BF
(223,152,191)
#C989AC
(201,137,172)
#B37A99
(179,122,153)
#9D6B86
(157,107,134)
#875C73
(135,92,115)
#714D60
(113,77,96)
#5B3E4D
(91,62,77)
#452F3A
(69,47,58)
#2F2027
(47,32,39)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #F5A7D2

#F5A7D2
(245,167,210)
#F5AFD6
(245,175,214)
#F5B7DA
(245,183,218)
#F5BFDE
(245,191,222)
#F5C7E2
(245,199,226)
#F5CFE6
(245,207,230)
#F5D7EA
(245,215,234)
#F5DFEE
(245,223,238)
#F5E7F2
(245,231,242)
#F5EFF6
(245,239,246)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A7D2 color. Also use rgb(245,167,210) instead hex code.

Text Font Color

.myTextColor { color: #F5A7D2; }

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

This text font color is #F5A7D2.

Background Color

.myBgColor { background-color: #F5A7D2; }

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

This div background color is #F5A7D2.

Border color

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

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

This div border color is #F5A7D2.

Opacity

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

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

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

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

This text has shadow with #F5A7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A7D2.

Preview

Color preview on black background

This text has color #F5A7D2 on black background.


Color preview on white background

This text has color #F5A7D2 on white background.


Black color preview on #F5A7D2 background

This text has black color on #F5A7D2 background.


White color preview on #F5A7D2 background

This text has white color on #F5A7D2 background.


Related colors

Complementary color

Complementary color for #hex is #0A582D.


I love getcolorcode.com

Triadic colors

1 #D2F5A7 and #A7D2F5 with #F5A7D2 are triadic colors.

2 #D2A7F5 and #A7F5D2 with #F5A7D2 are triadic colors.