COLOR #FEF3E0

HEX: #FEF3E0
RGB: (254,243,224)

Color info

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

RGB color model

#FEF3E0 color RGB value is (254,243,224).

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

RGB channels and saturation

R 254 of 255 = 100%
G 243 of 255 = 95%
B 224 of 255 = 88%

254
243
224

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

Portions of RGB colors in percentages

R + G + B =
254 + 243 + 224 = 721 (100%)
R 254 of 721 ~ 35.23%
G 243 of 721 ~ 33.7%
B 224 of 721 ~ 31.07%

%35.23
%33.7
%31.07

CMYK color model

#FEF3E0 color CMYK value is (0,4,12,0).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 11.81%
  • key color value is 0.39%
CMYK:
(0,4,12,0)
C0M4Y12K0 
(0%,4%,12%,0%)
(0.00/0.04/0.12/0.00)	

CMYK percentages

%0
%4.33
%11.81
%0.39

Codes

Color #FEF3E0 in popluar color models

FEF3E0
RGB254243224
HSL38°93.75%93.73%
HSB/HSV38°11.81%99.61%
CMYK0.00%4.33%11.81%
0.39%

Color #FEF3E0 in popluar number systems.

HEXFEF3E0
Decimal254243224
Binary111111101111001111100000
Octal376363340

Shades and tints

Shades of #FEF3E0

#FEF3E0
(254,243,224)
#E7DDCC
(231,221,204)
#D0C7B8
(208,199,184)
#B9B1A4
(185,177,164)
#A29B90
(162,155,144)
#8B857C
(139,133,124)
#746F68
(116,111,104)
#5D5954
(93,89,84)
#464340
(70,67,64)
#2F2D2C
(47,45,44)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #FEF3E0

#FEF3E0
(254,243,224)
#FEF4E2
(254,244,226)
#FEF5E4
(254,245,228)
#FEF6E6
(254,246,230)
#FEF7E8
(254,247,232)
#FEF8EA
(254,248,234)
#FEF9EC
(254,249,236)
#FEFAEE
(254,250,238)
#FEFBF0
(254,251,240)
#FEFCF2
(254,252,242)
#FEFDF4
(254,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF3E0; }

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

This text font color is #FEF3E0.


Background Color

.myBgColor { background-color: #FEF3E0; }

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

This div background color is #FEF3E0.


Border color

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

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

This div border color is #FEF3E0.


Opacity

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

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

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

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

This text has shadow with #FEF3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF3E0 on black background.


Color preview on white background

This text has color #FEF3E0 on white background.



Black color preview on #FEF3E0 background

This text has black color on #FEF3E0 background.


White color preview on #FEF3E0 background

This text has white color on #FEF3E0 background.