COLOR #F9988D

HEX: #F9988D RGB: (249,152,141)

Color info

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

RGB color model

#F9988D color RGB value is (249,152,141).

RGB: (249,152,141) (98%, 60%, 55%)

RGB channels and saturation

R 249 of 255 = 98%
G 152 of 255 = 60%
B 141 of 255 = 55%

249
152
141

R + G + B ~ 71%. #F9988D is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 152 + 141 = 542 (100%)
R 249 of 542 ~ 45.94%
G 152 of 542 ~ 28.04%
B 141 of 542 ~ 26.01'%

%45.94
%28.04
%26.01

CMYK color model

#F9988D color CMYK value is (0,39,43,2).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 43.37%
  • key color value is 2.35%
CMYK: (0,39,43,2) C0M39Y43K2 (0%,39%,43%,2%) (0.00/0.39/0.43/0.02) 

CMYK percentages

%0
%38.96
%43.37
%2.35

Codes

Color #F9988D in popluar color models

F9 98 8D
RGB 249 152 141
HSL 90.00% 76.47%
HSB/HSV 43.37% 97.65%
CMYK 0.00% 38.96% 43.37%
2.35%

Color #F9988D in popluar number systems.

HEX F9 98 8D
Decimal 249 152 141
Binary 11111001 10011000 10001101
Octal 371 230 215

Shades and tints

Shades of #F9988D

#F9988D
(249,152,141)
#E38B81
(227,139,129)
#CD7E75
(205,126,117)
#B77169
(183,113,105)
#A1645D
(161,100,93)
#8B5751
(139,87,81)
#754A45
(117,74,69)
#5F3D39
(95,61,57)
#49302D
(73,48,45)
#332321
(51,35,33)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #F9988D

#F9988D
(249,152,141)
#F9A197
(249,161,151)
#F9AAA1
(249,170,161)
#F9B3AB
(249,179,171)
#F9BCB5
(249,188,181)
#F9C5BF
(249,197,191)
#F9CEC9
(249,206,201)
#F9D7D3
(249,215,211)
#F9E0DD
(249,224,221)
#F9E9E7
(249,233,231)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9988D color. Also use rgb(249,152,141) instead hex code.

Text Font Color

.myTextColor { color: #F9988D; }

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

This text font color is #F9988D.

Background Color

.myBgColor { background-color: #F9988D; }

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

This div background color is #F9988D.

Border color

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

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

This div border color is #F9988D.

Opacity

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

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

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

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

This text has shadow with #F9988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9988D.

Preview

Color preview on black background

This text has color #F9988D on black background.


Color preview on white background

This text has color #F9988D on white background.


Black color preview on #F9988D background

This text has black color on #F9988D background.


White color preview on #F9988D background

This text has white color on #F9988D background.


Related colors

Complementary color

Complementary color for #hex is #066772.


I love getcolorcode.com

Triadic colors

1 #8DF998 and #988DF9 with #F9988D are triadic colors.

2 #8D98F9 and #98F98D with #F9988D are triadic colors.