COLOR #FEF4C5

HEX: #FEF4C5 RGB: (254,244,197)

Color info

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

RGB color model

#FEF4C5 color RGB value is (254,244,197).

RGB: (254,244,197) (100%, 96%, 77%)

RGB channels and saturation

R 254 of 255 = 100%
G 244 of 255 = 96%
B 197 of 255 = 77%

254
244
197

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

Portions of RGB colors in percentages

R + G + B = 254 + 244 + 197 = 695 (100%)
R 254 of 695 ~ 36.55%
G 244 of 695 ~ 35.11%
B 197 of 695 ~ 28.35'%

%36.55
%35.11
%28.35

CMYK color model

#FEF4C5 color CMYK value is (0,4,22,0).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 22.44%
  • key color value is 0.39%

CMYK: (0,4,22,0)
C0M4Y22K0 (0%, 4%, 22%, 0%)
(0.00 / 0.04 / 0.22 / 0.00)

CMYK percentages

%0
%3.94
%22.44
%0.39

Codes

Color #FEF4C5 in popluar color models

FE F4 C5
RGB 254 244 197
HSL 49° 96.61% 88.43%
HSB/HSV 49° 22.44% 99.61%
CMYK 0.00% 3.94% 22.44%
0.39%

Color #FEF4C5 in popluar number systems.

HEX FE F4 C5
Decimal 254 244 197
Binary 11111110 11110100 11000101
Octal 376 364 305

Shades and tints

Shades of #FEF4C5

#FEF4C5
(254,244,197)
#E7DEB4
(231,222,180)
#D0C8A3
(208,200,163)
#B9B292
(185,178,146)
#A29C81
(162,156,129)
#8B8670
(139,134,112)
#74705F
(116,112,95)
#5D5A4E
(93,90,78)
#46443D
(70,68,61)
#2F2E2C
(47,46,44)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #FEF4C5

#FEF4C5
(254,244,197)
#FEF5CA
(254,245,202)
#FEF6CF
(254,246,207)
#FEF7D4
(254,247,212)
#FEF8D9
(254,248,217)
#FEF9DE
(254,249,222)
#FEFAE3
(254,250,227)
#FEFBE8
(254,251,232)
#FEFCED
(254,252,237)
#FEFDF2
(254,253,242)
#FEFEF7
(254,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF4C5 color. Also use rgb(254,244,197) instead hex code.

Text Font Color

.myTextColor { color: #FEF4C5; }

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

This text font color is #FEF4C5.

Background Color

.myBgColor { background-color: #FEF4C5; }

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

This div background color is #FEF4C5.

Border color

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

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

This div border color is #FEF4C5.

Opacity

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

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

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

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

This text has shadow with #FEF4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF4C5.

Preview

Color preview on black background

This text has color #FEF4C5 on black background.


Color preview on white background

This text has color #FEF4C5 on white background.


Black color preview on #FEF4C5 background

This text has black color on #FEF4C5 background.


White color preview on #FEF4C5 background

This text has white color on #FEF4C5 background.


Related colors

Complementary color

Complementary color for #hex is #010B3A.


I love getcolorcode.com

Triadic colors

1 #C5FEF4 and #F4C5FE with #FEF4C5 are triadic colors.

2 #C5F4FE and #F4FEC5 with #FEF4C5 are triadic colors.