COLOR #F5A3C5

HEX: #F5A3C5
RGB: (245,163,197)

Color info

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

RGB color model

#F5A3C5 color RGB value is (245,163,197).

  • red value is 245;
  • green value is 163;
  • blue value is 197.
RGB:
(245,163,197)
(96%,64%,77%)

RGB channels and saturation

R 245 of 255 = 96%
G 163 of 255 = 64%
B 197 of 255 = 77%

245
163
197

R + G + B ~ 79%. #F5A3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 163 + 197 = 605 (100%)
R 245 of 605 ~ 40.5%
G 163 of 605 ~ 26.94%
B 197 of 605 ~ 32.56%

%40.5
%26.94
%32.56

CMYK color model

#F5A3C5 color CMYK value is (0,33,20,4).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 19.59%
  • key color value is 3.92%
CMYK:
(0,33,20,4)
C0M33Y20K4 
(0%,33%,20%,4%)
(0.00/0.33/0.20/0.04)	

CMYK percentages

%0
%33.47
%19.59
%3.92

Codes

Color #F5A3C5 in popluar color models

F5A3C5
RGB245163197
HSL335°80.39%80.00%
HSB/HSV335°33.47%96.08%
CMYK0.00%33.47%19.59%
3.92%

Color #F5A3C5 in popluar number systems.

HEXF5A3C5
Decimal245163197
Binary111101011010001111000101
Octal365243305

Shades and tints

Shades of #F5A3C5

#F5A3C5
(245,163,197)
#DF95B4
(223,149,180)
#C987A3
(201,135,163)
#B37992
(179,121,146)
#9D6B81
(157,107,129)
#875D70
(135,93,112)
#714F5F
(113,79,95)
#5B414E
(91,65,78)
#45333D
(69,51,61)
#2F252C
(47,37,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #F5A3C5

#F5A3C5
(245,163,197)
#F5ABCA
(245,171,202)
#F5B3CF
(245,179,207)
#F5BBD4
(245,187,212)
#F5C3D9
(245,195,217)
#F5CBDE
(245,203,222)
#F5D3E3
(245,211,227)
#F5DBE8
(245,219,232)
#F5E3ED
(245,227,237)
#F5EBF2
(245,235,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A3C5; }

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

This text font color is #F5A3C5.


Background Color

.myBgColor { background-color: #F5A3C5; }

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

This div background color is #F5A3C5.


Border color

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

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

This div border color is #F5A3C5.


Opacity

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

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

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

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

This text has shadow with #F5A3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A3C5 on black background.


Color preview on white background

This text has color #F5A3C5 on white background.



Black color preview on #F5A3C5 background

This text has black color on #F5A3C5 background.


White color preview on #F5A3C5 background

This text has white color on #F5A3C5 background.