COLOR #F9C3AA

HEX: #F9C3AA RGB: (249,195,170)

Color info

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

RGB color model

#F9C3AA color RGB value is (249,195,170).

RGB: (249,195,170) (98%, 76%, 67%)

RGB channels and saturation

R 249 of 255 = 98%
G 195 of 255 = 76%
B 170 of 255 = 67%

249
195
170

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

Portions of RGB colors in percentages

R + G + B = 249 + 195 + 170 = 614 (100%)
R 249 of 614 ~ 40.55%
G 195 of 614 ~ 31.76%
B 170 of 614 ~ 27.69'%

%40.55
%31.76
%27.69

CMYK color model

#F9C3AA color CMYK value is (0,22,32,2).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 31.73%
  • key color value is 2.35%

CMYK: (0,22,32,2)
C0M22Y32K2 (0%, 22%, 32%, 2%)
(0.00 / 0.22 / 0.32 / 0.02)

CMYK percentages

%0
%21.69
%31.73
%2.35

Codes

Color #F9C3AA in popluar color models

F9 C3 AA
RGB 249 195 170
HSL 19° 86.81% 82.16%
HSB/HSV 19° 31.73% 97.65%
CMYK 0.00% 21.69% 31.73%
2.35%

Color #F9C3AA in popluar number systems.

HEX F9 C3 AA
Decimal 249 195 170
Binary 11111001 11000011 10101010
Octal 371 303 252

Shades and tints

Shades of #F9C3AA

#F9C3AA
(249,195,170)
#E3B29B
(227,178,155)
#CDA18C
(205,161,140)
#B7907D
(183,144,125)
#A17F6E
(161,127,110)
#8B6E5F
(139,110,95)
#755D50
(117,93,80)
#5F4C41
(95,76,65)
#493B32
(73,59,50)
#332A23
(51,42,35)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #F9C3AA

#F9C3AA
(249,195,170)
#F9C8B1
(249,200,177)
#F9CDB8
(249,205,184)
#F9D2BF
(249,210,191)
#F9D7C6
(249,215,198)
#F9DCCD
(249,220,205)
#F9E1D4
(249,225,212)
#F9E6DB
(249,230,219)
#F9EBE2
(249,235,226)
#F9F0E9
(249,240,233)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C3AA color. Also use rgb(249,195,170) instead hex code.

Text Font Color

.myTextColor { color: #F9C3AA; }

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

This text font color is #F9C3AA.

Background Color

.myBgColor { background-color: #F9C3AA; }

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

This div background color is #F9C3AA.

Border color

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

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

This div border color is #F9C3AA.

Opacity

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

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

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

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

This text has shadow with #F9C3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C3AA.

Preview

Color preview on black background

This text has color #F9C3AA on black background.


Color preview on white background

This text has color #F9C3AA on white background.


Black color preview on #F9C3AA background

This text has black color on #F9C3AA background.


White color preview on #F9C3AA background

This text has white color on #F9C3AA background.


Related colors

Complementary color

Complementary color for #hex is #063C55.


I love getcolorcode.com

Triadic colors

1 #AAF9C3 and #C3AAF9 with #F9C3AA are triadic colors.

2 #AAC3F9 and #C3F9AA with #F9C3AA are triadic colors.