COLOR #F2B3AD

HEX: #F2B3AD
RGB: (242,179,173)

Color info

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

RGB color model

#F2B3AD color RGB value is (242,179,173).

  • red value is 242;
  • green value is 179;
  • blue value is 173.
RGB:
(242,179,173)
(95%,70%,68%)

RGB channels and saturation

R 242 of 255 = 95%
G 179 of 255 = 70%
B 173 of 255 = 68%

242
179
173

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

Portions of RGB colors in percentages

R + G + B =
242 + 179 + 173 = 594 (100%)
R 242 of 594 ~ 40.74%
G 179 of 594 ~ 30.13%
B 173 of 594 ~ 29.12%

%40.74
%30.13
%29.12

CMYK color model

#F2B3AD color CMYK value is (0,26,29,5).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 28.51%
  • key color value is 5.10%
CMYK:
(0,26,29,5)
C0M26Y29K5 
(0%,26%,29%,5%)
(0.00/0.26/0.29/0.05)	

CMYK percentages

%0
%26.03
%28.51
%5.1

Codes

Color #F2B3AD in popluar color models

F2B3AD
RGB242179173
HSL72.63%81.37%
HSB/HSV28.51%94.90%
CMYK0.00%26.03%28.51%
5.10%

Color #F2B3AD in popluar number systems.

HEXF2B3AD
Decimal242179173
Binary111100101011001110101101
Octal362263255

Shades and tints

Shades of #F2B3AD

#F2B3AD
(242,179,173)
#DCA39E
(220,163,158)
#C6938F
(198,147,143)
#B08380
(176,131,128)
#9A7371
(154,115,113)
#846362
(132,99,98)
#6E5353
(110,83,83)
#584344
(88,67,68)
#423335
(66,51,53)
#2C2326
(44,35,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #F2B3AD

#F2B3AD
(242,179,173)
#F3B9B4
(243,185,180)
#F4BFBB
(244,191,187)
#F5C5C2
(245,197,194)
#F6CBC9
(246,203,201)
#F7D1D0
(247,209,208)
#F8D7D7
(248,215,215)
#F9DDDE
(249,221,222)
#FAE3E5
(250,227,229)
#FBE9EC
(251,233,236)
#FCEFF3
(252,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B3AD color. Also use rgb(242,179,173) instead hex code.

Text Font Color

.myTextColor { color: #F2B3AD; }

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

This text font color is #F2B3AD.


Background Color

.myBgColor { background-color: #F2B3AD; }

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

This div background color is #F2B3AD.


Border color

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

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

This div border color is #F2B3AD.


Opacity

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

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

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

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

This text has shadow with #F2B3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B3AD on black background.


Color preview on white background

This text has color #F2B3AD on white background.



Black color preview on #F2B3AD background

This text has black color on #F2B3AD background.


White color preview on #F2B3AD background

This text has white color on #F2B3AD background.