COLOR #FEF3D2

HEX: #FEF3D2
RGB: (254,243,210)

Color info

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

RGB color model

#FEF3D2 color RGB value is (254,243,210).

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

RGB channels and saturation

R 254 of 255 = 100%
G 243 of 255 = 95%
B 210 of 255 = 82%

254
243
210

R + G + B ~ 92%. #FEF3D2 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 243 + 210 = 707 (100%)
R 254 of 707 ~ 35.93%
G 243 of 707 ~ 34.37%
B 210 of 707 ~ 29.7%

%35.93
%34.37
%29.7

CMYK color model

#FEF3D2 color CMYK value is (0,4,17,0).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 17.32%
  • key color value is 0.39%
CMYK: (0,4,17,0) C0M4Y17K0 (0%,4%,17%,0%) (0.00/0.04/0.17/0.00)

CMYK percentages

%0
%4.33
%17.32
%0.39

Codes

Color #FEF3D2 in popluar color models

FEF3D2
RGB254243210
HSL45°95.65%90.98%
HSB/HSV45°17.32%99.61%
CMYK0.00%4.33%17.32%
0.39%

Color #FEF3D2 in popluar number systems.

HEXFEF3D2
Decimal254243210
Binary111111101111001111010010
Octal376363322

Shades and tints

Shades of #FEF3D2

#FEF3D2
(254,243,210)
#E7DDBF
(231,221,191)
#D0C7AC
(208,199,172)
#B9B199
(185,177,153)
#A29B86
(162,155,134)
#8B8573
(139,133,115)
#746F60
(116,111,96)
#5D594D
(93,89,77)
#46433A
(70,67,58)
#2F2D27
(47,45,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #FEF3D2

#FEF3D2
(254,243,210)
#FEF4D6
(254,244,214)
#FEF5DA
(254,245,218)
#FEF6DE
(254,246,222)
#FEF7E2
(254,247,226)
#FEF8E6
(254,248,230)
#FEF9EA
(254,249,234)
#FEFAEE
(254,250,238)
#FEFBF2
(254,251,242)
#FEFCF6
(254,252,246)
#FEFDFA
(254,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF3D2; }

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

This text font color is #FEF3D2.


Background Color

.myBgColor { background-color: #FEF3D2; }

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

This div background color is #FEF3D2.


Border color

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

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

This div border color is #FEF3D2.


Opacity

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

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

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

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

This text has shadow with #FEF3D2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FEF3D2 on black background.


Color preview on white background

This text has color #FEF3D2 on white background.



Black color preview on #FEF3D2 background

This text has black color on #FEF3D2 background.


White color preview on #FEF3D2 background

This text has white color on #FEF3D2 background.