COLOR #F2B1A7

HEX: #F2B1A7
RGB: (242,177,167)

Color info

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

RGB color model

#F2B1A7 color RGB value is (242,177,167).

  • red value is 242;
  • green value is 177;
  • blue value is 167.
RGB:
(242,177,167)
(95%,69%,65%)

RGB channels and saturation

R 242 of 255 = 95%
G 177 of 255 = 69%
B 167 of 255 = 65%

242
177
167

R + G + B ~ 76%. #F2B1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 177 + 167 = 586 (100%)
R 242 of 586 ~ 41.3%
G 177 of 586 ~ 30.2%
B 167 of 586 ~ 28.5%

%41.3
%30.2
%28.5

CMYK color model

#F2B1A7 color CMYK value is (0,27,31,5).

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 30.99%
  • key color value is 5.10%
CMYK:
(0,27,31,5)
C0M27Y31K5 
(0%,27%,31%,5%)
(0.00/0.27/0.31/0.05)	

CMYK percentages

%0
%26.86
%30.99
%5.1

Codes

Color #F2B1A7 in popluar color models

F2B1A7
RGB242177167
HSL74.26%80.20%
HSB/HSV30.99%94.90%
CMYK0.00%26.86%30.99%
5.10%

Color #F2B1A7 in popluar number systems.

HEXF2B1A7
Decimal242177167
Binary111100101011000110100111
Octal362261247

Shades and tints

Shades of #F2B1A7

#F2B1A7
(242,177,167)
#DCA198
(220,161,152)
#C69189
(198,145,137)
#B0817A
(176,129,122)
#9A716B
(154,113,107)
#84615C
(132,97,92)
#6E514D
(110,81,77)
#58413E
(88,65,62)
#42312F
(66,49,47)
#2C2120
(44,33,32)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #F2B1A7

#F2B1A7
(242,177,167)
#F3B8AF
(243,184,175)
#F4BFB7
(244,191,183)
#F5C6BF
(245,198,191)
#F6CDC7
(246,205,199)
#F7D4CF
(247,212,207)
#F8DBD7
(248,219,215)
#F9E2DF
(249,226,223)
#FAE9E7
(250,233,231)
#FBF0EF
(251,240,239)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B1A7 color. Also use rgb(242,177,167) instead hex code.

Text Font Color

.myTextColor { color: #F2B1A7; }

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

This text font color is #F2B1A7.


Background Color

.myBgColor { background-color: #F2B1A7; }

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

This div background color is #F2B1A7.


Border color

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

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

This div border color is #F2B1A7.


Opacity

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

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

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

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

This text has shadow with #F2B1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B1A7 on black background.


Color preview on white background

This text has color #F2B1A7 on white background.



Black color preview on #F2B1A7 background

This text has black color on #F2B1A7 background.


White color preview on #F2B1A7 background

This text has white color on #F2B1A7 background.