COLOR #FEC9AF

HEX: #FEC9AF RGB: (254,201,175)

Color info

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

RGB color model

#FEC9AF color RGB value is (254,201,175).

RGB: (254,201,175) (100%, 79%, 69%)

RGB channels and saturation

R 254 of 255 = 100%
G 201 of 255 = 79%
B 175 of 255 = 69%

254
201
175

R + G + B ~ 83%. #FEC9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 201 + 175 = 630 (100%)
R 254 of 630 ~ 40.32%
G 201 of 630 ~ 31.9%
B 175 of 630 ~ 27.78'%

%40.32
%31.9
%27.78

CMYK color model

#FEC9AF color CMYK value is (0,21,31,0).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 31.10%
  • key color value is 0.39%

CMYK: (0,21,31,0)
C0M21Y31K0 (0%, 21%, 31%, 0%)
(0.00 / 0.21 / 0.31 / 0.00)

CMYK percentages

%0
%20.87
%31.1
%0.39

Codes

Color #FEC9AF in popluar color models

FE C9 AF
RGB 254 201 175
HSL 20° 97.53% 84.12%
HSB/HSV 20° 31.10% 99.61%
CMYK 0.00% 20.87% 31.10%
0.39%

Color #FEC9AF in popluar number systems.

HEX FE C9 AF
Decimal 254 201 175
Binary 11111110 11001001 10101111
Octal 376 311 257

Shades and tints

Shades of #FEC9AF

#FEC9AF
(254,201,175)
#E7B7A0
(231,183,160)
#D0A591
(208,165,145)
#B99382
(185,147,130)
#A28173
(162,129,115)
#8B6F64
(139,111,100)
#745D55
(116,93,85)
#5D4B46
(93,75,70)
#463937
(70,57,55)
#2F2728
(47,39,40)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #FEC9AF

#FEC9AF
(254,201,175)
#FECDB6
(254,205,182)
#FED1BD
(254,209,189)
#FED5C4
(254,213,196)
#FED9CB
(254,217,203)
#FEDDD2
(254,221,210)
#FEE1D9
(254,225,217)
#FEE5E0
(254,229,224)
#FEE9E7
(254,233,231)
#FEEDEE
(254,237,238)
#FEF1F5
(254,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC9AF color. Also use rgb(254,201,175) instead hex code.

Text Font Color

.myTextColor { color: #FEC9AF; }

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

This text font color is #FEC9AF.

Background Color

.myBgColor { background-color: #FEC9AF; }

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

This div background color is #FEC9AF.

Border color

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

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

This div border color is #FEC9AF.

Opacity

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

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

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

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

This text has shadow with #FEC9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC9AF.

Preview

Color preview on black background

This text has color #FEC9AF on black background.


Color preview on white background

This text has color #FEC9AF on white background.


Black color preview on #FEC9AF background

This text has black color on #FEC9AF background.


White color preview on #FEC9AF background

This text has white color on #FEC9AF background.


Related colors

Complementary color

Complementary color for #hex is #013650.


I love getcolorcode.com

Triadic colors

1 #AFFEC9 and #C9AFFE with #FEC9AF are triadic colors.

2 #AFC9FE and #C9FEAF with #FEC9AF are triadic colors.