COLOR #F5AFA1

HEX: #F5AFA1
RGB: (245,175,161)

Color info

#F5AFA1 contains mainly red color. Web safe color of #F5AFA1 is #FF9999 (or #F99).

RGB color model

#F5AFA1 color RGB value is (245,175,161).

  • red value is 245;
  • green value is 175;
  • blue value is 161.
RGB:
(245,175,161)
(96%,69%,63%)

RGB channels and saturation

R 245 of 255 = 96%
G 175 of 255 = 69%
B 161 of 255 = 63%

245
175
161

R + G + B ~ 76%. #F5AFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 175 + 161 = 581 (100%)
R 245 of 581 ~ 42.17%
G 175 of 581 ~ 30.12%
B 161 of 581 ~ 27.71%

%42.17
%30.12
%27.71

CMYK color model

#F5AFA1 color CMYK value is (0,29,34,4).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 34.29%
  • key color value is 3.92%
CMYK:
(0,29,34,4)
C0M29Y34K4 
(0%,29%,34%,4%)
(0.00/0.29/0.34/0.04)	

CMYK percentages

%0
%28.57
%34.29
%3.92

Codes

Color #F5AFA1 in popluar color models

F5AFA1
RGB245175161
HSL10°80.77%79.61%
HSB/HSV10°34.29%96.08%
CMYK0.00%28.57%34.29%
3.92%

Color #F5AFA1 in popluar number systems.

HEXF5AFA1
Decimal245175161
Binary111101011010111110100001
Octal365257241

Shades and tints

Shades of #F5AFA1

#F5AFA1
(245,175,161)
#DFA093
(223,160,147)
#C99185
(201,145,133)
#B38277
(179,130,119)
#9D7369
(157,115,105)
#87645B
(135,100,91)
#71554D
(113,85,77)
#5B463F
(91,70,63)
#453731
(69,55,49)
#2F2823
(47,40,35)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #F5AFA1

#F5AFA1
(245,175,161)
#F5B6A9
(245,182,169)
#F5BDB1
(245,189,177)
#F5C4B9
(245,196,185)
#F5CBC1
(245,203,193)
#F5D2C9
(245,210,201)
#F5D9D1
(245,217,209)
#F5E0D9
(245,224,217)
#F5E7E1
(245,231,225)
#F5EEE9
(245,238,233)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5AFA1 color. Also use rgb(245,175,161) instead hex code.

Text Font Color

.myTextColor { color: #F5AFA1; }

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

This text font color is #F5AFA1.


Background Color

.myBgColor { background-color: #F5AFA1; }

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

This div background color is #F5AFA1.


Border color

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

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

This div border color is #F5AFA1.


Opacity

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

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

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

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

This text has shadow with #F5AFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AFA1 on black background.


Color preview on white background

This text has color #F5AFA1 on white background.



Black color preview on #F5AFA1 background

This text has black color on #F5AFA1 background.


White color preview on #F5AFA1 background

This text has white color on #F5AFA1 background.