COLOR #FEF3B4

HEX: #FEF3B4
RGB: (254,243,180)

Color info

#FEF3B4 contains mainly red and green colors. Web safe color of #FEF3B4 is #FFFFCC (or #FFC).

RGB color model

#FEF3B4 color RGB value is (254,243,180).

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

RGB channels and saturation

R 254 of 255 = 100%
G 243 of 255 = 95%
B 180 of 255 = 71%

254
243
180

R + G + B ~ 89%. #FEF3B4 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 243 + 180 = 677 (100%)
R 254 of 677 ~ 37.52%
G 243 of 677 ~ 35.89%
B 180 of 677 ~ 26.59%

%37.52
%35.89
%26.59

CMYK color model

#FEF3B4 color CMYK value is (0,4,29,0).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(0,4,29,0)
C0M4Y29K0 
(0%,4%,29%,0%)
(0.00/0.04/0.29/0.00)	

CMYK percentages

%0
%4.33
%29.13
%0.39

Codes

Color #FEF3B4 in popluar color models

FEF3B4
RGB254243180
HSL51°97.37%85.10%
HSB/HSV51°29.13%99.61%
CMYK0.00%4.33%29.13%
0.39%

Color #FEF3B4 in popluar number systems.

HEXFEF3B4
Decimal254243180
Binary111111101111001110110100
Octal376363264

Shades and tints

Shades of #FEF3B4

#FEF3B4
(254,243,180)
#E7DDA4
(231,221,164)
#D0C794
(208,199,148)
#B9B184
(185,177,132)
#A29B74
(162,155,116)
#8B8564
(139,133,100)
#746F54
(116,111,84)
#5D5944
(93,89,68)
#464334
(70,67,52)
#2F2D24
(47,45,36)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #FEF3B4

#FEF3B4
(254,243,180)
#FEF4BA
(254,244,186)
#FEF5C0
(254,245,192)
#FEF6C6
(254,246,198)
#FEF7CC
(254,247,204)
#FEF8D2
(254,248,210)
#FEF9D8
(254,249,216)
#FEFADE
(254,250,222)
#FEFBE4
(254,251,228)
#FEFCEA
(254,252,234)
#FEFDF0
(254,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF3B4; }

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

This text font color is #FEF3B4.


Background Color

.myBgColor { background-color: #FEF3B4; }

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

This div background color is #FEF3B4.


Border color

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

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

This div border color is #FEF3B4.


Opacity

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

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

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

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

This text has shadow with #FEF3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF3B4 on black background.


Color preview on white background

This text has color #FEF3B4 on white background.



Black color preview on #FEF3B4 background

This text has black color on #FEF3B4 background.


White color preview on #FEF3B4 background

This text has white color on #FEF3B4 background.