COLOR #F29FBB

HEX: #F29FBB
RGB: (242,159,187)

Color info

#F29FBB contains mainly red and blue colors. Web safe color of #F29FBB is #FF99CC (or #F9C).

RGB color model

#F29FBB color RGB value is (242,159,187).

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

RGB channels and saturation

R 242 of 255 = 95%
G 159 of 255 = 62%
B 187 of 255 = 73%

242
159
187

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

Portions of RGB colors in percentages

R + G + B =
242 + 159 + 187 = 588 (100%)
R 242 of 588 ~ 41.16%
G 159 of 588 ~ 27.04%
B 187 of 588 ~ 31.8%

%41.16
%27.04
%31.8

CMYK color model

#F29FBB color CMYK value is (0,34,23,5).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,34,23,5)
C0M34Y23K5 
(0%,34%,23%,5%)
(0.00/0.34/0.23/0.05)	

CMYK percentages

%0
%34.3
%22.73
%5.1

Codes

Color #F29FBB in popluar color models

F29FBB
RGB242159187
HSL340°76.15%78.63%
HSB/HSV340°34.30%94.90%
CMYK0.00%34.30%22.73%
5.10%

Color #F29FBB in popluar number systems.

HEXF29FBB
Decimal242159187
Binary111100101001111110111011
Octal362237273

Shades and tints

Shades of #F29FBB

#F29FBB
(242,159,187)
#DC91AA
(220,145,170)
#C68399
(198,131,153)
#B07588
(176,117,136)
#9A6777
(154,103,119)
#845966
(132,89,102)
#6E4B55
(110,75,85)
#583D44
(88,61,68)
#422F33
(66,47,51)
#2C2122
(44,33,34)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #F29FBB

#F29FBB
(242,159,187)
#F3A7C1
(243,167,193)
#F4AFC7
(244,175,199)
#F5B7CD
(245,183,205)
#F6BFD3
(246,191,211)
#F7C7D9
(247,199,217)
#F8CFDF
(248,207,223)
#F9D7E5
(249,215,229)
#FADFEB
(250,223,235)
#FBE7F1
(251,231,241)
#FCEFF7
(252,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29FBB; }

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

This text font color is #F29FBB.


Background Color

.myBgColor { background-color: #F29FBB; }

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

This div background color is #F29FBB.


Border color

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

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

This div border color is #F29FBB.


Opacity

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

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

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

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

This text has shadow with #F29FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29FBB on black background.


Color preview on white background

This text has color #F29FBB on white background.



Black color preview on #F29FBB background

This text has black color on #F29FBB background.


White color preview on #F29FBB background

This text has white color on #F29FBB background.