COLOR #FEF1BD

HEX: #FEF1BD
RGB: (254,241,189)

Color info

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

RGB color model

#FEF1BD color RGB value is (254,241,189).

  • red value is 254;
  • green value is 241;
  • blue value is 189.
RGB:
(254,241,189)
(100%,95%,74%)

RGB channels and saturation

R 254 of 255 = 100%
G 241 of 255 = 95%
B 189 of 255 = 74%

254
241
189

R + G + B ~ 90%. #FEF1BD is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 241 + 189 = 684 (100%)
R 254 of 684 ~ 37.13%
G 241 of 684 ~ 35.23%
B 189 of 684 ~ 27.63%

%37.13
%35.23
%27.63

CMYK color model

#FEF1BD color CMYK value is (0,5,26,0).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 25.59%
  • key color value is 0.39%
CMYK:
(0,5,26,0)
C0M5Y26K0 
(0%,5%,26%,0%)
(0.00/0.05/0.26/0.00)	

CMYK percentages

%0
%5.12
%25.59
%0.39

Codes

Color #FEF1BD in popluar color models

FEF1BD
RGB254241189
HSL48°97.01%86.86%
HSB/HSV48°25.59%99.61%
CMYK0.00%5.12%25.59%
0.39%

Color #FEF1BD in popluar number systems.

HEXFEF1BD
Decimal254241189
Binary111111101111000110111101
Octal376361275

Shades and tints

Shades of #FEF1BD

#FEF1BD
(254,241,189)
#E7DCAC
(231,220,172)
#D0C79B
(208,199,155)
#B9B28A
(185,178,138)
#A29D79
(162,157,121)
#8B8868
(139,136,104)
#747357
(116,115,87)
#5D5E46
(93,94,70)
#464935
(70,73,53)
#2F3424
(47,52,36)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #FEF1BD

#FEF1BD
(254,241,189)
#FEF2C3
(254,242,195)
#FEF3C9
(254,243,201)
#FEF4CF
(254,244,207)
#FEF5D5
(254,245,213)
#FEF6DB
(254,246,219)
#FEF7E1
(254,247,225)
#FEF8E7
(254,248,231)
#FEF9ED
(254,249,237)
#FEFAF3
(254,250,243)
#FEFBF9
(254,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF1BD color. Also use rgb(254,241,189) instead hex code.

Text Font Color

.myTextColor { color: #FEF1BD; }

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

This text font color is #FEF1BD.


Background Color

.myBgColor { background-color: #FEF1BD; }

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

This div background color is #FEF1BD.


Border color

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

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

This div border color is #FEF1BD.


Opacity

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

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

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

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

This text has shadow with #FEF1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF1BD on black background.


Color preview on white background

This text has color #FEF1BD on white background.



Black color preview on #FEF1BD background

This text has black color on #FEF1BD background.


White color preview on #FEF1BD background

This text has white color on #FEF1BD background.