COLOR #F9CDA2

HEX: #F9CDA2
RGB: (249,205,162)

Color info

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

RGB color model

#F9CDA2 color RGB value is (249,205,162).

  • red value is 249;
  • green value is 205;
  • blue value is 162.
RGB:
(249,205,162)
(98%,80%,64%)

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 162 of 255 = 64%

249
205
162

R + G + B ~ 81%. #F9CDA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 205 + 162 = 616 (100%)
R 249 of 616 ~ 40.42%
G 205 of 616 ~ 33.28%
B 162 of 616 ~ 26.3%

%40.42
%33.28
%26.3

CMYK color model

#F9CDA2 color CMYK value is (0,18,35,2).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 34.94%
  • key color value is 2.35%
CMYK:
(0,18,35,2)
C0M18Y35K2 
(0%,18%,35%,2%)
(0.00/0.18/0.35/0.02)	

CMYK percentages

%0
%17.67
%34.94
%2.35

Codes

Color #F9CDA2 in popluar color models

F9CDA2
RGB249205162
HSL30°87.88%80.59%
HSB/HSV30°34.94%97.65%
CMYK0.00%17.67%34.94%
2.35%

Color #F9CDA2 in popluar number systems.

HEXF9CDA2
Decimal249205162
Binary111110011100110110100010
Octal371315242

Shades and tints

Shades of #F9CDA2

#F9CDA2
(249,205,162)
#E3BB94
(227,187,148)
#CDA986
(205,169,134)
#B79778
(183,151,120)
#A1856A
(161,133,106)
#8B735C
(139,115,92)
#75614E
(117,97,78)
#5F4F40
(95,79,64)
#493D32
(73,61,50)
#332B24
(51,43,36)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #F9CDA2

#F9CDA2
(249,205,162)
#F9D1AA
(249,209,170)
#F9D5B2
(249,213,178)
#F9D9BA
(249,217,186)
#F9DDC2
(249,221,194)
#F9E1CA
(249,225,202)
#F9E5D2
(249,229,210)
#F9E9DA
(249,233,218)
#F9EDE2
(249,237,226)
#F9F1EA
(249,241,234)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CDA2 color. Also use rgb(249,205,162) instead hex code.

Text Font Color

.myTextColor { color: #F9CDA2; }

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

This text font color is #F9CDA2.


Background Color

.myBgColor { background-color: #F9CDA2; }

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

This div background color is #F9CDA2.


Border color

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

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

This div border color is #F9CDA2.


Opacity

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

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

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

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

This text has shadow with #F9CDA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CDA2 on black background.


Color preview on white background

This text has color #F9CDA2 on white background.



Black color preview on #F9CDA2 background

This text has black color on #F9CDA2 background.


White color preview on #F9CDA2 background

This text has white color on #F9CDA2 background.