COLOR #F7B1A5

HEX: #F7B1A5
RGB: (247,177,165)

Color info

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

RGB color model

#F7B1A5 color RGB value is (247,177,165).

  • red value is 247;
  • green value is 177;
  • blue value is 165.
RGB:
(247,177,165)
(97%,69%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 177 of 255 = 69%
B 165 of 255 = 65%

247
177
165

R + G + B ~ 77%. #F7B1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 177 + 165 = 589 (100%)
R 247 of 589 ~ 41.94%
G 177 of 589 ~ 30.05%
B 165 of 589 ~ 28.01%

%41.94
%30.05
%28.01

CMYK color model

#F7B1A5 color CMYK value is (0,28,33,3).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 33.20%
  • key color value is 3.14%
CMYK:
(0,28,33,3)
C0M28Y33K3 
(0%,28%,33%,3%)
(0.00/0.28/0.33/0.03)	

CMYK percentages

%0
%28.34
%33.2
%3.14

Codes

Color #F7B1A5 in popluar color models

F7B1A5
RGB247177165
HSL83.67%80.78%
HSB/HSV33.20%96.86%
CMYK0.00%28.34%33.20%
3.14%

Color #F7B1A5 in popluar number systems.

HEXF7B1A5
Decimal247177165
Binary111101111011000110100101
Octal367261245

Shades and tints

Shades of #F7B1A5

#F7B1A5
(247,177,165)
#E1A196
(225,161,150)
#CB9187
(203,145,135)
#B58178
(181,129,120)
#9F7169
(159,113,105)
#89615A
(137,97,90)
#73514B
(115,81,75)
#5D413C
(93,65,60)
#47312D
(71,49,45)
#31211E
(49,33,30)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #F7B1A5

#F7B1A5
(247,177,165)
#F7B8AD
(247,184,173)
#F7BFB5
(247,191,181)
#F7C6BD
(247,198,189)
#F7CDC5
(247,205,197)
#F7D4CD
(247,212,205)
#F7DBD5
(247,219,213)
#F7E2DD
(247,226,221)
#F7E9E5
(247,233,229)
#F7F0ED
(247,240,237)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B1A5 color. Also use rgb(247,177,165) instead hex code.

Text Font Color

.myTextColor { color: #F7B1A5; }

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

This text font color is #F7B1A5.


Background Color

.myBgColor { background-color: #F7B1A5; }

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

This div background color is #F7B1A5.


Border color

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

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

This div border color is #F7B1A5.


Opacity

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

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

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

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

This text has shadow with #F7B1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B1A5 on black background.


Color preview on white background

This text has color #F7B1A5 on white background.



Black color preview on #F7B1A5 background

This text has black color on #F7B1A5 background.


White color preview on #F7B1A5 background

This text has white color on #F7B1A5 background.