COLOR #F7AB9E

HEX: #F7AB9E RGB: (247,171,158)

Color info

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

RGB color model

#F7AB9E color RGB value is (247,171,158).

RGB: (247,171,158) (97%, 67%, 62%)

RGB channels and saturation

R 247 of 255 = 97%
G 171 of 255 = 67%
B 158 of 255 = 62%

247
171
158

R + G + B ~ 75%. #F7AB9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 171 + 158 = 576 (100%)
R 247 of 576 ~ 42.88%
G 171 of 576 ~ 29.69%
B 158 of 576 ~ 27.43'%

%42.88
%29.69
%27.43

CMYK color model

#F7AB9E color CMYK value is (0,31,36,3).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 36.03%
  • key color value is 3.14%

CMYK: (0,31,36,3)
C0M31Y36K3 (0%, 31%, 36%, 3%)
(0.00 / 0.31 / 0.36 / 0.03)

CMYK percentages

%0
%30.77
%36.03
%3.14

Codes

Color #F7AB9E in popluar color models

F7 AB 9E
RGB 247 171 158
HSL 84.76% 79.41%
HSB/HSV 36.03% 96.86%
CMYK 0.00% 30.77% 36.03%
3.14%

Color #F7AB9E in popluar number systems.

HEX F7 AB 9E
Decimal 247 171 158
Binary 11110111 10101011 10011110
Octal 367 253 236

Shades and tints

Shades of #F7AB9E

#F7AB9E
(247,171,158)
#E19C90
(225,156,144)
#CB8D82
(203,141,130)
#B57E74
(181,126,116)
#9F6F66
(159,111,102)
#896058
(137,96,88)
#73514A
(115,81,74)
#5D423C
(93,66,60)
#47332E
(71,51,46)
#312420
(49,36,32)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #F7AB9E

#F7AB9E
(247,171,158)
#F7B2A6
(247,178,166)
#F7B9AE
(247,185,174)
#F7C0B6
(247,192,182)
#F7C7BE
(247,199,190)
#F7CEC6
(247,206,198)
#F7D5CE
(247,213,206)
#F7DCD6
(247,220,214)
#F7E3DE
(247,227,222)
#F7EAE6
(247,234,230)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7AB9E color. Also use rgb(247,171,158) instead hex code.

Text Font Color

.myTextColor { color: #F7AB9E; }

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

This text font color is #F7AB9E.

Background Color

.myBgColor { background-color: #F7AB9E; }

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

This div background color is #F7AB9E.

Border color

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

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

This div border color is #F7AB9E.

Opacity

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

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

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

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

This text has shadow with #F7AB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7AB9E.

Preview

Color preview on black background

This text has color #F7AB9E on black background.


Color preview on white background

This text has color #F7AB9E on white background.


Black color preview on #F7AB9E background

This text has black color on #F7AB9E background.


White color preview on #F7AB9E background

This text has white color on #F7AB9E background.


Related colors

Complementary color

Complementary color for #hex is #085461.


I love getcolorcode.com

Triadic colors

1 #9EF7AB and #AB9EF7 with #F7AB9E are triadic colors.

2 #9EABF7 and #ABF79E with #F7AB9E are triadic colors.