COLOR #F2C3AD

HEX: #F2C3AD
RGB: (242,195,173)

Color info

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

RGB color model

#F2C3AD color RGB value is (242,195,173).

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

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 173 of 255 = 68%

242
195
173

R + G + B ~ 80%. #F2C3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 173 = 610 (100%)
R 242 of 610 ~ 39.67%
G 195 of 610 ~ 31.97%
B 173 of 610 ~ 28.36%

%39.67
%31.97
%28.36

CMYK color model

#F2C3AD color CMYK value is (0,19,29,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 28.51%
  • key color value is 5.10%
CMYK:
(0,19,29,5)
C0M19Y29K5 
(0%,19%,29%,5%)
(0.00/0.19/0.29/0.05)	

CMYK percentages

%0
%19.42
%28.51
%5.1

Codes

Color #F2C3AD in popluar color models

F2C3AD
RGB242195173
HSL19°72.63%81.37%
HSB/HSV19°28.51%94.90%
CMYK0.00%19.42%28.51%
5.10%

Color #F2C3AD in popluar number systems.

HEXF2C3AD
Decimal242195173
Binary111100101100001110101101
Octal362303255

Shades and tints

Shades of #F2C3AD

#F2C3AD
(242,195,173)
#DCB29E
(220,178,158)
#C6A18F
(198,161,143)
#B09080
(176,144,128)
#9A7F71
(154,127,113)
#846E62
(132,110,98)
#6E5D53
(110,93,83)
#584C44
(88,76,68)
#423B35
(66,59,53)
#2C2A26
(44,42,38)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #F2C3AD

#F2C3AD
(242,195,173)
#F3C8B4
(243,200,180)
#F4CDBB
(244,205,187)
#F5D2C2
(245,210,194)
#F6D7C9
(246,215,201)
#F7DCD0
(247,220,208)
#F8E1D7
(248,225,215)
#F9E6DE
(249,230,222)
#FAEBE5
(250,235,229)
#FBF0EC
(251,240,236)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C3AD; }

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

This text font color is #F2C3AD.


Background Color

.myBgColor { background-color: #F2C3AD; }

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

This div background color is #F2C3AD.


Border color

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

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

This div border color is #F2C3AD.


Opacity

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

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

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

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

This text has shadow with #F2C3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C3AD on black background.


Color preview on white background

This text has color #F2C3AD on white background.



Black color preview on #F2C3AD background

This text has black color on #F2C3AD background.


White color preview on #F2C3AD background

This text has white color on #F2C3AD background.