COLOR #F29C9F

HEX: #F29C9F
RGB: (242,156,159)

Color info

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

RGB color model

#F29C9F color RGB value is (242,156,159).

  • red value is 242;
  • green value is 156;
  • blue value is 159.
RGB:
(242,156,159)
(95%,61%,62%)

RGB channels and saturation

R 242 of 255 = 95%
G 156 of 255 = 61%
B 159 of 255 = 62%

242
156
159

R + G + B ~ 73%. #F29C9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 156 + 159 = 557 (100%)
R 242 of 557 ~ 43.45%
G 156 of 557 ~ 28.01%
B 159 of 557 ~ 28.55%

%43.45
%28.01
%28.55

CMYK color model

#F29C9F color CMYK value is (0,36,34,5).

  • cyan value is 0.00%
  • magenta value is 35.54%
  • yellow value is 34.30%
  • key color value is 5.10%
CMYK:
(0,36,34,5)
C0M36Y34K5 
(0%,36%,34%,5%)
(0.00/0.36/0.34/0.05)	

CMYK percentages

%0
%35.54
%34.3
%5.1

Codes

Color #F29C9F in popluar color models

F29C9F
RGB242156159
HSL358°76.79%78.04%
HSB/HSV358°35.54%94.90%
CMYK0.00%35.54%34.30%
5.10%

Color #F29C9F in popluar number systems.

HEXF29C9F
Decimal242156159
Binary111100101001110010011111
Octal362234237

Shades and tints

Shades of #F29C9F

#F29C9F
(242,156,159)
#DC8E91
(220,142,145)
#C68083
(198,128,131)
#B07275
(176,114,117)
#9A6467
(154,100,103)
#845659
(132,86,89)
#6E484B
(110,72,75)
#583A3D
(88,58,61)
#422C2F
(66,44,47)
#2C1E21
(44,30,33)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #F29C9F

#F29C9F
(242,156,159)
#F3A5A7
(243,165,167)
#F4AEAF
(244,174,175)
#F5B7B7
(245,183,183)
#F6C0BF
(246,192,191)
#F7C9C7
(247,201,199)
#F8D2CF
(248,210,207)
#F9DBD7
(249,219,215)
#FAE4DF
(250,228,223)
#FBEDE7
(251,237,231)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F29C9F color. Also use rgb(242,156,159) instead hex code.

Text Font Color

.myTextColor { color: #F29C9F; }

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

This text font color is #F29C9F.


Background Color

.myBgColor { background-color: #F29C9F; }

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

This div background color is #F29C9F.


Border color

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

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

This div border color is #F29C9F.


Opacity

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

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

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

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

This text has shadow with #F29C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29C9F on black background.


Color preview on white background

This text has color #F29C9F on white background.



Black color preview on #F29C9F background

This text has black color on #F29C9F background.


White color preview on #F29C9F background

This text has white color on #F29C9F background.