COLOR #FEF3DE

HEX: #FEF3DE
RGB: (254,243,222)

Color info

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

RGB color model

#FEF3DE color RGB value is (254,243,222).

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

RGB channels and saturation

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

254
243
222

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

Portions of RGB colors in percentages

R + G + B =
254 + 243 + 222 = 719 (100%)
R 254 of 719 ~ 35.33%
G 243 of 719 ~ 33.8%
B 222 of 719 ~ 30.88%

%35.33
%33.8
%30.88

CMYK color model

#FEF3DE color CMYK value is (0,4,13,0).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 12.60%
  • key color value is 0.39%
CMYK:
(0,4,13,0)
C0M4Y13K0 
(0%,4%,13%,0%)
(0.00/0.04/0.13/0.00)	

CMYK percentages

%0
%4.33
%12.6
%0.39

Codes

Color #FEF3DE in popluar color models

FEF3DE
RGB254243222
HSL39°94.12%93.33%
HSB/HSV39°12.60%99.61%
CMYK0.00%4.33%12.60%
0.39%

Color #FEF3DE in popluar number systems.

HEXFEF3DE
Decimal254243222
Binary111111101111001111011110
Octal376363336

Shades and tints

Shades of #FEF3DE

#FEF3DE
(254,243,222)
#E7DDCA
(231,221,202)
#D0C7B6
(208,199,182)
#B9B1A2
(185,177,162)
#A29B8E
(162,155,142)
#8B857A
(139,133,122)
#746F66
(116,111,102)
#5D5952
(93,89,82)
#46433E
(70,67,62)
#2F2D2A
(47,45,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #FEF3DE

#FEF3DE
(254,243,222)
#FEF4E1
(254,244,225)
#FEF5E4
(254,245,228)
#FEF6E7
(254,246,231)
#FEF7EA
(254,247,234)
#FEF8ED
(254,248,237)
#FEF9F0
(254,249,240)
#FEFAF3
(254,250,243)
#FEFBF6
(254,251,246)
#FEFCF9
(254,252,249)
#FEFDFC
(254,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF3DE; }

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

This text font color is #FEF3DE.


Background Color

.myBgColor { background-color: #FEF3DE; }

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

This div background color is #FEF3DE.


Border color

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

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

This div border color is #FEF3DE.


Opacity

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

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

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

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

This text has shadow with #FEF3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF3DE on black background.


Color preview on white background

This text has color #FEF3DE on white background.



Black color preview on #FEF3DE background

This text has black color on #FEF3DE background.


White color preview on #FEF3DE background

This text has white color on #FEF3DE background.