COLOR #FEF1DE

HEX: #FEF1DE RGB: (254,241,222)

Color info

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

RGB color model

#FEF1DE color RGB value is (254,241,222).

RGB: (254,241,222) (100%, 95%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 241 of 255 = 95%
B 222 of 255 = 87%

254
241
222

R + G + B ~ 94%. #FEF1DE is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 241 + 222 = 717 (100%)
R 254 of 717 ~ 35.43%
G 241 of 717 ~ 33.61%
B 222 of 717 ~ 30.96'%

%35.43
%33.61
%30.96

CMYK color model

#FEF1DE color CMYK value is (0,5,13,0).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 12.60%
  • key color value is 0.39%

CMYK: (0,5,13,0)
C0M5Y13K0 (0%, 5%, 13%, 0%)
(0.00 / 0.05 / 0.13 / 0.00)

CMYK percentages

%0
%5.12
%12.6
%0.39

Codes

Color #FEF1DE in popluar color models

FE F1 DE
RGB 254 241 222
HSL 36° 94.12% 93.33%
HSB/HSV 36° 12.60% 99.61%
CMYK 0.00% 5.12% 12.60%
0.39%

Color #FEF1DE in popluar number systems.

HEX FE F1 DE
Decimal 254 241 222
Binary 11111110 11110001 11011110
Octal 376 361 336

Shades and tints

Shades of #FEF1DE

#FEF1DE
(254,241,222)
#E7DCCA
(231,220,202)
#D0C7B6
(208,199,182)
#B9B2A2
(185,178,162)
#A29D8E
(162,157,142)
#8B887A
(139,136,122)
#747366
(116,115,102)
#5D5E52
(93,94,82)
#46493E
(70,73,62)
#2F342A
(47,52,42)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #FEF1DE

#FEF1DE
(254,241,222)
#FEF2E1
(254,242,225)
#FEF3E4
(254,243,228)
#FEF4E7
(254,244,231)
#FEF5EA
(254,245,234)
#FEF6ED
(254,246,237)
#FEF7F0
(254,247,240)
#FEF8F3
(254,248,243)
#FEF9F6
(254,249,246)
#FEFAF9
(254,250,249)
#FEFBFC
(254,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF1DE color. Also use rgb(254,241,222) instead hex code.

Text Font Color

.myTextColor { color: #FEF1DE; }

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

This text font color is #FEF1DE.

Background Color

.myBgColor { background-color: #FEF1DE; }

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

This div background color is #FEF1DE.

Border color

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

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

This div border color is #FEF1DE.

Opacity

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

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

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

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

This text has shadow with #FEF1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF1DE.

Preview

Color preview on black background

This text has color #FEF1DE on black background.


Color preview on white background

This text has color #FEF1DE on white background.


Black color preview on #FEF1DE background

This text has black color on #FEF1DE background.


White color preview on #FEF1DE background

This text has white color on #FEF1DE background.


Related colors

Complementary color

Complementary color for #hex is #010E21.


I love getcolorcode.com

Triadic colors

1 #DEFEF1 and #F1DEFE with #FEF1DE are triadic colors.

2 #DEF1FE and #F1FEDE with #FEF1DE are triadic colors.