COLOR #F5AFB3

HEX: #F5AFB3
RGB: (245,175,179)

Color info

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

RGB color model

#F5AFB3 color RGB value is (245,175,179).

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

RGB channels and saturation

R 245 of 255 = 96%
G 175 of 255 = 69%
B 179 of 255 = 70%

245
175
179

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

Portions of RGB colors in percentages

R + G + B =
245 + 175 + 179 = 599 (100%)
R 245 of 599 ~ 40.9%
G 175 of 599 ~ 29.22%
B 179 of 599 ~ 29.88%

%40.9
%29.22
%29.88

CMYK color model

#F5AFB3 color CMYK value is (0,29,27,4).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 26.94%
  • key color value is 3.92%
CMYK:
(0,29,27,4)
C0M29Y27K4 
(0%,29%,27%,4%)
(0.00/0.29/0.27/0.04)	

CMYK percentages

%0
%28.57
%26.94
%3.92

Codes

Color #F5AFB3 in popluar color models

F5AFB3
RGB245175179
HSL357°77.78%82.35%
HSB/HSV357°28.57%96.08%
CMYK0.00%28.57%26.94%
3.92%

Color #F5AFB3 in popluar number systems.

HEXF5AFB3
Decimal245175179
Binary111101011010111110110011
Octal365257263

Shades and tints

Shades of #F5AFB3

#F5AFB3
(245,175,179)
#DFA0A3
(223,160,163)
#C99193
(201,145,147)
#B38283
(179,130,131)
#9D7373
(157,115,115)
#876463
(135,100,99)
#715553
(113,85,83)
#5B4643
(91,70,67)
#453733
(69,55,51)
#2F2823
(47,40,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #F5AFB3

#F5AFB3
(245,175,179)
#F5B6B9
(245,182,185)
#F5BDBF
(245,189,191)
#F5C4C5
(245,196,197)
#F5CBCB
(245,203,203)
#F5D2D1
(245,210,209)
#F5D9D7
(245,217,215)
#F5E0DD
(245,224,221)
#F5E7E3
(245,231,227)
#F5EEE9
(245,238,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5AFB3; }

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

This text font color is #F5AFB3.


Background Color

.myBgColor { background-color: #F5AFB3; }

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

This div background color is #F5AFB3.


Border color

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

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

This div border color is #F5AFB3.


Opacity

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

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

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

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

This text has shadow with #F5AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AFB3 on black background.


Color preview on white background

This text has color #F5AFB3 on white background.



Black color preview on #F5AFB3 background

This text has black color on #F5AFB3 background.


White color preview on #F5AFB3 background

This text has white color on #F5AFB3 background.