COLOR #FEF1DF

HEX: #FEF1DF
RGB: (254,241,223)

Color info

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

RGB color model

#FEF1DF color RGB value is (254,241,223).

  • red value is 254;
  • green value is 241;
  • blue value is 223.
RGB:
(254,241,223)
(100%,95%,87%)

RGB channels and saturation

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

254
241
223

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

Portions of RGB colors in percentages

R + G + B =
254 + 241 + 223 = 718 (100%)
R 254 of 718 ~ 35.38%
G 241 of 718 ~ 33.57%
B 223 of 718 ~ 31.06%

%35.38
%33.57
%31.06

CMYK color model

#FEF1DF color CMYK value is (0,5,12,0).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 12.20%
  • key color value is 0.39%
CMYK:
(0,5,12,0)
C0M5Y12K0 
(0%,5%,12%,0%)
(0.00/0.05/0.12/0.00)	

CMYK percentages

%0
%5.12
%12.2
%0.39

Codes

Color #FEF1DF in popluar color models

FEF1DF
RGB254241223
HSL35°93.94%93.53%
HSB/HSV35°12.20%99.61%
CMYK0.00%5.12%12.20%
0.39%

Color #FEF1DF in popluar number systems.

HEXFEF1DF
Decimal254241223
Binary111111101111000111011111
Octal376361337

Shades and tints

Shades of #FEF1DF

#FEF1DF
(254,241,223)
#E7DCCB
(231,220,203)
#D0C7B7
(208,199,183)
#B9B2A3
(185,178,163)
#A29D8F
(162,157,143)
#8B887B
(139,136,123)
#747367
(116,115,103)
#5D5E53
(93,94,83)
#46493F
(70,73,63)
#2F342B
(47,52,43)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #FEF1DF

#FEF1DF
(254,241,223)
#FEF2E1
(254,242,225)
#FEF3E3
(254,243,227)
#FEF4E5
(254,244,229)
#FEF5E7
(254,245,231)
#FEF6E9
(254,246,233)
#FEF7EB
(254,247,235)
#FEF8ED
(254,248,237)
#FEF9EF
(254,249,239)
#FEFAF1
(254,250,241)
#FEFBF3
(254,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF1DF; }

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

This text font color is #FEF1DF.


Background Color

.myBgColor { background-color: #FEF1DF; }

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

This div background color is #FEF1DF.


Border color

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

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

This div border color is #FEF1DF.


Opacity

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

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

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

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

This text has shadow with #FEF1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF1DF on black background.


Color preview on white background

This text has color #FEF1DF on white background.



Black color preview on #FEF1DF background

This text has black color on #FEF1DF background.


White color preview on #FEF1DF background

This text has white color on #FEF1DF background.