COLOR #F2B7AB

HEX: #F2B7AB
RGB: (242,183,171)

Color info

#F2B7AB contains mainly red and green colors. Web safe color of #F2B7AB is #FFCC99 (or #FC9).

RGB color model

#F2B7AB color RGB value is (242,183,171).

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

RGB channels and saturation

R 242 of 255 = 95%
G 183 of 255 = 72%
B 171 of 255 = 67%

242
183
171

R + G + B ~ 78%. #F2B7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 183 + 171 = 596 (100%)
R 242 of 596 ~ 40.6%
G 183 of 596 ~ 30.7%
B 171 of 596 ~ 28.69%

%40.6
%30.7
%28.69

CMYK color model

#F2B7AB color CMYK value is (0,24,29,5).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 29.34%
  • key color value is 5.10%
CMYK:
(0,24,29,5)
C0M24Y29K5 
(0%,24%,29%,5%)
(0.00/0.24/0.29/0.05)	

CMYK percentages

%0
%24.38
%29.34
%5.1

Codes

Color #F2B7AB in popluar color models

F2B7AB
RGB242183171
HSL10°73.20%80.98%
HSB/HSV10°29.34%94.90%
CMYK0.00%24.38%29.34%
5.10%

Color #F2B7AB in popluar number systems.

HEXF2B7AB
Decimal242183171
Binary111100101011011110101011
Octal362267253

Shades and tints

Shades of #F2B7AB

#F2B7AB
(242,183,171)
#DCA79C
(220,167,156)
#C6978D
(198,151,141)
#B0877E
(176,135,126)
#9A776F
(154,119,111)
#846760
(132,103,96)
#6E5751
(110,87,81)
#584742
(88,71,66)
#423733
(66,55,51)
#2C2724
(44,39,36)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #F2B7AB

#F2B7AB
(242,183,171)
#F3BDB2
(243,189,178)
#F4C3B9
(244,195,185)
#F5C9C0
(245,201,192)
#F6CFC7
(246,207,199)
#F7D5CE
(247,213,206)
#F8DBD5
(248,219,213)
#F9E1DC
(249,225,220)
#FAE7E3
(250,231,227)
#FBEDEA
(251,237,234)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B7AB; }

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

This text font color is #F2B7AB.


Background Color

.myBgColor { background-color: #F2B7AB; }

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

This div background color is #F2B7AB.


Border color

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

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

This div border color is #F2B7AB.


Opacity

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

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

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

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

This text has shadow with #F2B7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B7AB on black background.


Color preview on white background

This text has color #F2B7AB on white background.



Black color preview on #F2B7AB background

This text has black color on #F2B7AB background.


White color preview on #F2B7AB background

This text has white color on #F2B7AB background.