COLOR #FEF3ED

HEX: #FEF3ED RGB: (254,243,237)

Color info

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

RGB color model

#FEF3ED color RGB value is (254,243,237).

RGB: (254,243,237) (100%, 95%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 243 of 255 = 95%
B 237 of 255 = 93%

254
243
237

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

Portions of RGB colors in percentages

R + G + B = 254 + 243 + 237 = 734 (100%)
R 254 of 734 ~ 34.6%
G 243 of 734 ~ 33.11%
B 237 of 734 ~ 32.29'%

%34.6
%33.11
%32.29

CMYK color model

#FEF3ED color CMYK value is (0,4,7,0).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 6.69%
  • key color value is 0.39%

CMYK: (0,4,7,0)
C0M4Y7K0 (0%, 4%, 7%, 0%)
(0.00 / 0.04 / 0.07 / 0.00)

CMYK percentages

%0
%4.33
%6.69
%0.39

Codes

Color #FEF3ED in popluar color models

FE F3 ED
RGB 254 243 237
HSL 21° 89.47% 96.27%
HSB/HSV 21° 6.69% 99.61%
CMYK 0.00% 4.33% 6.69%
0.39%

Color #FEF3ED in popluar number systems.

HEX FE F3 ED
Decimal 254 243 237
Binary 11111110 11110011 11101101
Octal 376 363 355

Shades and tints

Shades of #FEF3ED

#FEF3ED
(254,243,237)
#E7DDD8
(231,221,216)
#D0C7C3
(208,199,195)
#B9B1AE
(185,177,174)
#A29B99
(162,155,153)
#8B8584
(139,133,132)
#746F6F
(116,111,111)
#5D595A
(93,89,90)
#464345
(70,67,69)
#2F2D30
(47,45,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #FEF3ED

#FEF3ED
(254,243,237)
#FEF4EE
(254,244,238)
#FEF5EF
(254,245,239)
#FEF6F0
(254,246,240)
#FEF7F1
(254,247,241)
#FEF8F2
(254,248,242)
#FEF9F3
(254,249,243)
#FEFAF4
(254,250,244)
#FEFBF5
(254,251,245)
#FEFCF6
(254,252,246)
#FEFDF7
(254,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF3ED; }

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

This text font color is #FEF3ED.

Background Color

.myBgColor { background-color: #FEF3ED; }

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

This div background color is #FEF3ED.

Border color

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

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

This div border color is #FEF3ED.

Opacity

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

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

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

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

This text has shadow with #FEF3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF3ED.

Preview

Color preview on black background

This text has color #FEF3ED on black background.


Color preview on white background

This text has color #FEF3ED on white background.


Black color preview on #FEF3ED background

This text has black color on #FEF3ED background.


White color preview on #FEF3ED background

This text has white color on #FEF3ED background.


Related colors

Complementary color

Complementary color for #hex is #010C12.


I love getcolorcode.com

Triadic colors

1 #EDFEF3 and #F3EDFE with #FEF3ED are triadic colors.

2 #EDF3FE and #F3FEED with #FEF3ED are triadic colors.