COLOR #F5A0CD

HEX: #F5A0CD
RGB: (245,160,205)

Color info

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

RGB color model

#F5A0CD color RGB value is (245,160,205).

  • red value is 245;
  • green value is 160;
  • blue value is 205.
RGB:
(245,160,205)
(96%,63%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 160 of 255 = 63%
B 205 of 255 = 80%

245
160
205

R + G + B ~ 80%. #F5A0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 160 + 205 = 610 (100%)
R 245 of 610 ~ 40.16%
G 160 of 610 ~ 26.23%
B 205 of 610 ~ 33.61%

%40.16
%26.23
%33.61

CMYK color model

#F5A0CD color CMYK value is (0,35,16,4).

  • cyan value is 0.00%
  • magenta value is 34.69%
  • yellow value is 16.33%
  • key color value is 3.92%
CMYK:
(0,35,16,4)
C0M35Y16K4 
(0%,35%,16%,4%)
(0.00/0.35/0.16/0.04)	

CMYK percentages

%0
%34.69
%16.33
%3.92

Codes

Color #F5A0CD in popluar color models

F5A0CD
RGB245160205
HSL328°80.95%79.41%
HSB/HSV328°34.69%96.08%
CMYK0.00%34.69%16.33%
3.92%

Color #F5A0CD in popluar number systems.

HEXF5A0CD
Decimal245160205
Binary111101011010000011001101
Octal365240315

Shades and tints

Shades of #F5A0CD

#F5A0CD
(245,160,205)
#DF92BB
(223,146,187)
#C984A9
(201,132,169)
#B37697
(179,118,151)
#9D6885
(157,104,133)
#875A73
(135,90,115)
#714C61
(113,76,97)
#5B3E4F
(91,62,79)
#45303D
(69,48,61)
#2F222B
(47,34,43)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #F5A0CD

#F5A0CD
(245,160,205)
#F5A8D1
(245,168,209)
#F5B0D5
(245,176,213)
#F5B8D9
(245,184,217)
#F5C0DD
(245,192,221)
#F5C8E1
(245,200,225)
#F5D0E5
(245,208,229)
#F5D8E9
(245,216,233)
#F5E0ED
(245,224,237)
#F5E8F1
(245,232,241)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A0CD color. Also use rgb(245,160,205) instead hex code.

Text Font Color

.myTextColor { color: #F5A0CD; }

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

This text font color is #F5A0CD.


Background Color

.myBgColor { background-color: #F5A0CD; }

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

This div background color is #F5A0CD.


Border color

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

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

This div border color is #F5A0CD.


Opacity

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

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

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

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

This text has shadow with #F5A0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A0CD on black background.


Color preview on white background

This text has color #F5A0CD on white background.



Black color preview on #F5A0CD background

This text has black color on #F5A0CD background.


White color preview on #F5A0CD background

This text has white color on #F5A0CD background.