COLOR #F2B1AB

HEX: #F2B1AB
RGB: (242,177,171)

Color info

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

RGB color model

#F2B1AB color RGB value is (242,177,171).

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

RGB channels and saturation

R 242 of 255 = 95%
G 177 of 255 = 69%
B 171 of 255 = 67%

242
177
171

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

Portions of RGB colors in percentages

R + G + B =
242 + 177 + 171 = 590 (100%)
R 242 of 590 ~ 41.02%
G 177 of 590 ~ 30%
B 171 of 590 ~ 28.98%

%41.02
%30
%28.98

CMYK color model

#F2B1AB color CMYK value is (0,27,29,5).

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 29.34%
  • key color value is 5.10%
CMYK:
(0,27,29,5)
C0M27Y29K5 
(0%,27%,29%,5%)
(0.00/0.27/0.29/0.05)	

CMYK percentages

%0
%26.86
%29.34
%5.1

Codes

Color #F2B1AB in popluar color models

F2B1AB
RGB242177171
HSL73.20%80.98%
HSB/HSV29.34%94.90%
CMYK0.00%26.86%29.34%
5.10%

Color #F2B1AB in popluar number systems.

HEXF2B1AB
Decimal242177171
Binary111100101011000110101011
Octal362261253

Shades and tints

Shades of #F2B1AB

#F2B1AB
(242,177,171)
#DCA19C
(220,161,156)
#C6918D
(198,145,141)
#B0817E
(176,129,126)
#9A716F
(154,113,111)
#846160
(132,97,96)
#6E5151
(110,81,81)
#584142
(88,65,66)
#423133
(66,49,51)
#2C2124
(44,33,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #F2B1AB

#F2B1AB
(242,177,171)
#F3B8B2
(243,184,178)
#F4BFB9
(244,191,185)
#F5C6C0
(245,198,192)
#F6CDC7
(246,205,199)
#F7D4CE
(247,212,206)
#F8DBD5
(248,219,213)
#F9E2DC
(249,226,220)
#FAE9E3
(250,233,227)
#FBF0EA
(251,240,234)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B1AB; }

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

This text font color is #F2B1AB.


Background Color

.myBgColor { background-color: #F2B1AB; }

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

This div background color is #F2B1AB.


Border color

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

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

This div border color is #F2B1AB.


Opacity

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

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

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

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

This text has shadow with #F2B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B1AB on black background.


Color preview on white background

This text has color #F2B1AB on white background.



Black color preview on #F2B1AB background

This text has black color on #F2B1AB background.


White color preview on #F2B1AB background

This text has white color on #F2B1AB background.