COLOR #FEF2C9

HEX: #FEF2C9 RGB: (254,242,201)

Color info

#FEF2C9 contains red, green and blue colors in about the same proportion. Web safe color of #FEF2C9 is #FFFFCC (or #FFC).

RGB color model

#FEF2C9 color RGB value is (254,242,201).

RGB: (254,242,201) (100%, 95%, 79%)

RGB channels and saturation

R 254 of 255 = 100%
G 242 of 255 = 95%
B 201 of 255 = 79%

254
242
201

R + G + B ~ 91%. #FEF2C9 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 242 + 201 = 697 (100%)
R 254 of 697 ~ 36.44%
G 242 of 697 ~ 34.72%
B 201 of 697 ~ 28.84'%

%36.44
%34.72
%28.84

CMYK color model

#FEF2C9 color CMYK value is (0,5,21,0).

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

CMYK: (0,5,21,0)
C0M5Y21K0 (0%, 5%, 21%, 0%)
(0.00 / 0.05 / 0.21 / 0.00)

CMYK percentages

%0
%4.72
%20.87
%0.39

Codes

Color #FEF2C9 in popluar color models

FE F2 C9
RGB 254 242 201
HSL 46° 96.36% 89.22%
HSB/HSV 46° 20.87% 99.61%
CMYK 0.00% 4.72% 20.87%
0.39%

Color #FEF2C9 in popluar number systems.

HEX FE F2 C9
Decimal 254 242 201
Binary 11111110 11110010 11001001
Octal 376 362 311

Shades and tints

Shades of #FEF2C9

#FEF2C9
(254,242,201)
#E7DCB7
(231,220,183)
#D0C6A5
(208,198,165)
#B9B093
(185,176,147)
#A29A81
(162,154,129)
#8B846F
(139,132,111)
#746E5D
(116,110,93)
#5D584B
(93,88,75)
#464239
(70,66,57)
#2F2C27
(47,44,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #FEF2C9

#FEF2C9
(254,242,201)
#FEF3CD
(254,243,205)
#FEF4D1
(254,244,209)
#FEF5D5
(254,245,213)
#FEF6D9
(254,246,217)
#FEF7DD
(254,247,221)
#FEF8E1
(254,248,225)
#FEF9E5
(254,249,229)
#FEFAE9
(254,250,233)
#FEFBED
(254,251,237)
#FEFCF1
(254,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF2C9; }

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

This text font color is #FEF2C9.

Background Color

.myBgColor { background-color: #FEF2C9; }

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

This div background color is #FEF2C9.

Border color

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

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

This div border color is #FEF2C9.

Opacity

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

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

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

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

This text has shadow with #FEF2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF2C9.

Preview

Color preview on black background

This text has color #FEF2C9 on black background.


Color preview on white background

This text has color #FEF2C9 on white background.


Black color preview on #FEF2C9 background

This text has black color on #FEF2C9 background.


White color preview on #FEF2C9 background

This text has white color on #FEF2C9 background.


Related colors

Complementary color

Complementary color for #hex is #010D36.


I love getcolorcode.com

Triadic colors

1 #C9FEF2 and #F2C9FE with #FEF2C9 are triadic colors.

2 #C9F2FE and #F2FEC9 with #FEF2C9 are triadic colors.