COLOR #F2C8AD

HEX: #F2C8AD
RGB: (242,200,173)

Color info

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

RGB color model

#F2C8AD color RGB value is (242,200,173).

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

RGB channels and saturation

R 242 of 255 = 95%
G 200 of 255 = 78%
B 173 of 255 = 68%

242
200
173

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

Portions of RGB colors in percentages

R + G + B =
242 + 200 + 173 = 615 (100%)
R 242 of 615 ~ 39.35%
G 200 of 615 ~ 32.52%
B 173 of 615 ~ 28.13%

%39.35
%32.52
%28.13

CMYK color model

#F2C8AD color CMYK value is (0,17,29,5).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 28.51%
  • key color value is 5.10%
CMYK:
(0,17,29,5)
C0M17Y29K5 
(0%,17%,29%,5%)
(0.00/0.17/0.29/0.05)	

CMYK percentages

%0
%17.36
%28.51
%5.1

Codes

Color #F2C8AD in popluar color models

F2C8AD
RGB242200173
HSL23°72.63%81.37%
HSB/HSV23°28.51%94.90%
CMYK0.00%17.36%28.51%
5.10%

Color #F2C8AD in popluar number systems.

HEXF2C8AD
Decimal242200173
Binary111100101100100010101101
Octal362310255

Shades and tints

Shades of #F2C8AD

#F2C8AD
(242,200,173)
#DCB69E
(220,182,158)
#C6A48F
(198,164,143)
#B09280
(176,146,128)
#9A8071
(154,128,113)
#846E62
(132,110,98)
#6E5C53
(110,92,83)
#584A44
(88,74,68)
#423835
(66,56,53)
#2C2626
(44,38,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #F2C8AD

#F2C8AD
(242,200,173)
#F3CDB4
(243,205,180)
#F4D2BB
(244,210,187)
#F5D7C2
(245,215,194)
#F6DCC9
(246,220,201)
#F7E1D0
(247,225,208)
#F8E6D7
(248,230,215)
#F9EBDE
(249,235,222)
#FAF0E5
(250,240,229)
#FBF5EC
(251,245,236)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C8AD; }

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

This text font color is #F2C8AD.


Background Color

.myBgColor { background-color: #F2C8AD; }

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

This div background color is #F2C8AD.


Border color

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

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

This div border color is #F2C8AD.


Opacity

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

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

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

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

This text has shadow with #F2C8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C8AD on black background.


Color preview on white background

This text has color #F2C8AD on white background.



Black color preview on #F2C8AD background

This text has black color on #F2C8AD background.


White color preview on #F2C8AD background

This text has white color on #F2C8AD background.