COLOR #F5AFB1

HEX: #F5AFB1
RGB: (245,175,177)

Color info

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

RGB color model

#F5AFB1 color RGB value is (245,175,177).

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

RGB channels and saturation

R 245 of 255 = 96%
G 175 of 255 = 69%
B 177 of 255 = 69%

245
175
177

R + G + B ~ 78%. #F5AFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 175 + 177 = 597 (100%)
R 245 of 597 ~ 41.04%
G 175 of 597 ~ 29.31%
B 177 of 597 ~ 29.65%

%41.04
%29.31
%29.65

CMYK color model

#F5AFB1 color CMYK value is (0,29,28,4).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 27.76%
  • key color value is 3.92%
CMYK:
(0,29,28,4)
C0M29Y28K4 
(0%,29%,28%,4%)
(0.00/0.29/0.28/0.04)	

CMYK percentages

%0
%28.57
%27.76
%3.92

Codes

Color #F5AFB1 in popluar color models

F5AFB1
RGB245175177
HSL358°77.78%82.35%
HSB/HSV358°28.57%96.08%
CMYK0.00%28.57%27.76%
3.92%

Color #F5AFB1 in popluar number systems.

HEXF5AFB1
Decimal245175177
Binary111101011010111110110001
Octal365257261

Shades and tints

Shades of #F5AFB1

#F5AFB1
(245,175,177)
#DFA0A1
(223,160,161)
#C99191
(201,145,145)
#B38281
(179,130,129)
#9D7371
(157,115,113)
#876461
(135,100,97)
#715551
(113,85,81)
#5B4641
(91,70,65)
#453731
(69,55,49)
#2F2821
(47,40,33)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #F5AFB1

#F5AFB1
(245,175,177)
#F5B6B8
(245,182,184)
#F5BDBF
(245,189,191)
#F5C4C6
(245,196,198)
#F5CBCD
(245,203,205)
#F5D2D4
(245,210,212)
#F5D9DB
(245,217,219)
#F5E0E2
(245,224,226)
#F5E7E9
(245,231,233)
#F5EEF0
(245,238,240)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5AFB1; }

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

This text font color is #F5AFB1.


Background Color

.myBgColor { background-color: #F5AFB1; }

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

This div background color is #F5AFB1.


Border color

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

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

This div border color is #F5AFB1.


Opacity

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

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

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

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

This text has shadow with #F5AFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AFB1 on black background.


Color preview on white background

This text has color #F5AFB1 on white background.



Black color preview on #F5AFB1 background

This text has black color on #F5AFB1 background.


White color preview on #F5AFB1 background

This text has white color on #F5AFB1 background.