COLOR #F5AFB6

HEX: #F5AFB6 RGB: (245,175,182)

Color info

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

RGB color model

#F5AFB6 color RGB value is (245,175,182).

RGB: (245,175,182) (96%, 69%, 71%)

RGB channels and saturation

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

245
175
182

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

Portions of RGB colors in percentages

R + G + B = 245 + 175 + 182 = 602 (100%)
R 245 of 602 ~ 40.7%
G 175 of 602 ~ 29.07%
B 182 of 602 ~ 30.23'%

%40.7
%29.07
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 25.71%
  • 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
%25.71
%3.92

Codes

Color #F5AFB6 in popluar color models

F5 AF B6
RGB 245 175 182
HSL 354° 77.78% 82.35%
HSB/HSV 354° 28.57% 96.08%
CMYK 0.00% 28.57% 25.71%
3.92%

Color #F5AFB6 in popluar number systems.

HEX F5 AF B6
Decimal 245 175 182
Binary 11110101 10101111 10110110
Octal 365 257 266

Shades and tints

Shades of #F5AFB6

#F5AFB6
(245,175,182)
#DFA0A6
(223,160,166)
#C99196
(201,145,150)
#B38286
(179,130,134)
#9D7376
(157,115,118)
#876466
(135,100,102)
#715556
(113,85,86)
#5B4646
(91,70,70)
#453736
(69,55,54)
#2F2826
(47,40,38)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #F5AFB6

#F5AFB6
(245,175,182)
#F5B6BC
(245,182,188)
#F5BDC2
(245,189,194)
#F5C4C8
(245,196,200)
#F5CBCE
(245,203,206)
#F5D2D4
(245,210,212)
#F5D9DA
(245,217,218)
#F5E0E0
(245,224,224)
#F5E7E6
(245,231,230)
#F5EEEC
(245,238,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5AFB6; }

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

This text font color is #F5AFB6.

Background Color

.myBgColor { background-color: #F5AFB6; }

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

This div background color is #F5AFB6.

Border color

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

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

This div border color is #F5AFB6.

Opacity

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

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

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

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

This text has shadow with #F5AFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5AFB6.

Preview

Color preview on black background

This text has color #F5AFB6 on black background.


Color preview on white background

This text has color #F5AFB6 on white background.


Black color preview on #F5AFB6 background

This text has black color on #F5AFB6 background.


White color preview on #F5AFB6 background

This text has white color on #F5AFB6 background.


Related colors

Complementary color

Complementary color for #hex is #0A5049.


I love getcolorcode.com

Triadic colors

1 #B6F5AF and #AFB6F5 with #F5AFB6 are triadic colors.

2 #B6AFF5 and #AFF5B6 with #F5AFB6 are triadic colors.