COLOR #F9C5AE

HEX: #F9C5AE RGB: (249,197,174)

Color info

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

RGB color model

#F9C5AE color RGB value is (249,197,174).

RGB: (249,197,174) (98%, 77%, 68%)

RGB channels and saturation

R 249 of 255 = 98%
G 197 of 255 = 77%
B 174 of 255 = 68%

249
197
174

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

Portions of RGB colors in percentages

R + G + B = 249 + 197 + 174 = 620 (100%)
R 249 of 620 ~ 40.16%
G 197 of 620 ~ 31.77%
B 174 of 620 ~ 28.06'%

%40.16
%31.77
%28.06

CMYK color model

#F9C5AE color CMYK value is (0,21,30,2).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 30.12%
  • key color value is 2.35%
CMYK: (0,21,30,2) C0M21Y30K2 (0%,21%,30%,2%) (0.00/0.21/0.30/0.02) 

CMYK percentages

%0
%20.88
%30.12
%2.35

Codes

Color #F9C5AE in popluar color models

F9 C5 AE
RGB 249 197 174
HSL 18° 86.21% 82.94%
HSB/HSV 18° 30.12% 97.65%
CMYK 0.00% 20.88% 30.12%
2.35%

Color #F9C5AE in popluar number systems.

HEX F9 C5 AE
Decimal 249 197 174
Binary 11111001 11000101 10101110
Octal 371 305 256

Shades and tints

Shades of #F9C5AE

#F9C5AE
(249,197,174)
#E3B49F
(227,180,159)
#CDA390
(205,163,144)
#B79281
(183,146,129)
#A18172
(161,129,114)
#8B7063
(139,112,99)
#755F54
(117,95,84)
#5F4E45
(95,78,69)
#493D36
(73,61,54)
#332C27
(51,44,39)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #F9C5AE

#F9C5AE
(249,197,174)
#F9CAB5
(249,202,181)
#F9CFBC
(249,207,188)
#F9D4C3
(249,212,195)
#F9D9CA
(249,217,202)
#F9DED1
(249,222,209)
#F9E3D8
(249,227,216)
#F9E8DF
(249,232,223)
#F9EDE6
(249,237,230)
#F9F2ED
(249,242,237)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C5AE color. Also use rgb(249,197,174) instead hex code.

Text Font Color

.myTextColor { color: #F9C5AE; }

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

This text font color is #F9C5AE.

Background Color

.myBgColor { background-color: #F9C5AE; }

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

This div background color is #F9C5AE.

Border color

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

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

This div border color is #F9C5AE.

Opacity

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

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

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

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

This text has shadow with #F9C5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C5AE.

Preview

Color preview on black background

This text has color #F9C5AE on black background.


Color preview on white background

This text has color #F9C5AE on white background.


Black color preview on #F9C5AE background

This text has black color on #F9C5AE background.


White color preview on #F9C5AE background

This text has white color on #F9C5AE background.


Related colors

Complementary color

Complementary color for #hex is #063A51.


I love getcolorcode.com

Triadic colors

1 #AEF9C5 and #C5AEF9 with #F9C5AE are triadic colors.

2 #AEC5F9 and #C5F9AE with #F9C5AE are triadic colors.