COLOR #F5AFB5

HEX: #F5AFB5
RGB: (245,175,181)

Color info

#F5AFB5 contains mainly red color. Web safe color of #F5AFB5 is #FF99CC (or #F9C).

RGB color model

#F5AFB5 color RGB value is (245,175,181).

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

RGB channels and saturation

R 245 of 255 = 96%
G 175 of 255 = 69%
B 181 of 255 = 71%

245
175
181

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

Portions of RGB colors in percentages

R + G + B =
245 + 175 + 181 = 601 (100%)
R 245 of 601 ~ 40.77%
G 175 of 601 ~ 29.12%
B 181 of 601 ~ 30.12%

%40.77
%29.12
%30.12

CMYK color model

#F5AFB5 color CMYK value is (0,29,26,4).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 26.12%
  • key color value is 3.92%
CMYK:
(0,29,26,4)
C0M29Y26K4 
(0%,29%,26%,4%)
(0.00/0.29/0.26/0.04)	

CMYK percentages

%0
%28.57
%26.12
%3.92

Codes

Color #F5AFB5 in popluar color models

F5AFB5
RGB245175181
HSL355°77.78%82.35%
HSB/HSV355°28.57%96.08%
CMYK0.00%28.57%26.12%
3.92%

Color #F5AFB5 in popluar number systems.

HEXF5AFB5
Decimal245175181
Binary111101011010111110110101
Octal365257265

Shades and tints

Shades of #F5AFB5

#F5AFB5
(245,175,181)
#DFA0A5
(223,160,165)
#C99195
(201,145,149)
#B38285
(179,130,133)
#9D7375
(157,115,117)
#876465
(135,100,101)
#715555
(113,85,85)
#5B4645
(91,70,69)
#453735
(69,55,53)
#2F2825
(47,40,37)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #F5AFB5

#F5AFB5
(245,175,181)
#F5B6BB
(245,182,187)
#F5BDC1
(245,189,193)
#F5C4C7
(245,196,199)
#F5CBCD
(245,203,205)
#F5D2D3
(245,210,211)
#F5D9D9
(245,217,217)
#F5E0DF
(245,224,223)
#F5E7E5
(245,231,229)
#F5EEEB
(245,238,235)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5AFB5; }

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

This text font color is #F5AFB5.


Background Color

.myBgColor { background-color: #F5AFB5; }

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

This div background color is #F5AFB5.


Border color

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

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

This div border color is #F5AFB5.


Opacity

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

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

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

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

This text has shadow with #F5AFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AFB5 on black background.


Color preview on white background

This text has color #F5AFB5 on white background.



Black color preview on #F5AFB5 background

This text has black color on #F5AFB5 background.


White color preview on #F5AFB5 background

This text has white color on #F5AFB5 background.