COLOR #FEF1EC

HEX: #FEF1EC RGB: (254,241,236)

Color info

#FEF1EC contains red, green and blue colors in about the same proportion. Web safe color of #FEF1EC is #FFFFFF (or #FFF).

RGB color model

#FEF1EC color RGB value is (254,241,236).

RGB: (254,241,236) (100%, 95%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 241 of 255 = 95%
B 236 of 255 = 93%

254
241
236

R + G + B ~ 96%. #FEF1EC is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 241 + 236 = 731 (100%)
R 254 of 731 ~ 34.75%
G 241 of 731 ~ 32.97%
B 236 of 731 ~ 32.28'%

%34.75
%32.97
%32.28

CMYK color model

#FEF1EC color CMYK value is (0,5,7,0).

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

CMYK: (0,5,7,0)
C0M5Y7K0 (0%, 5%, 7%, 0%)
(0.00 / 0.05 / 0.07 / 0.00)

CMYK percentages

%0
%5.12
%7.09
%0.39

Codes

Color #FEF1EC in popluar color models

FE F1 EC
RGB 254 241 236
HSL 17° 90.00% 96.08%
HSB/HSV 17° 7.09% 99.61%
CMYK 0.00% 5.12% 7.09%
0.39%

Color #FEF1EC in popluar number systems.

HEX FE F1 EC
Decimal 254 241 236
Binary 11111110 11110001 11101100
Octal 376 361 354

Shades and tints

Shades of #FEF1EC

#FEF1EC
(254,241,236)
#E7DCD7
(231,220,215)
#D0C7C2
(208,199,194)
#B9B2AD
(185,178,173)
#A29D98
(162,157,152)
#8B8883
(139,136,131)
#74736E
(116,115,110)
#5D5E59
(93,94,89)
#464944
(70,73,68)
#2F342F
(47,52,47)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #FEF1EC

#FEF1EC
(254,241,236)
#FEF2ED
(254,242,237)
#FEF3EE
(254,243,238)
#FEF4EF
(254,244,239)
#FEF5F0
(254,245,240)
#FEF6F1
(254,246,241)
#FEF7F2
(254,247,242)
#FEF8F3
(254,248,243)
#FEF9F4
(254,249,244)
#FEFAF5
(254,250,245)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF1EC; }

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

This text font color is #FEF1EC.

Background Color

.myBgColor { background-color: #FEF1EC; }

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

This div background color is #FEF1EC.

Border color

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

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

This div border color is #FEF1EC.

Opacity

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

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

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

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

This text has shadow with #FEF1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF1EC.

Preview

Color preview on black background

This text has color #FEF1EC on black background.


Color preview on white background

This text has color #FEF1EC on white background.


Black color preview on #FEF1EC background

This text has black color on #FEF1EC background.


White color preview on #FEF1EC background

This text has white color on #FEF1EC background.


Related colors

Complementary color

Complementary color for #hex is #010E13.


I love getcolorcode.com

Triadic colors

1 #ECFEF1 and #F1ECFE with #FEF1EC are triadic colors.

2 #ECF1FE and #F1FEEC with #FEF1EC are triadic colors.