COLOR #FEF6BD

HEX: #FEF6BD RGB: (254,246,189)

Color info

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

RGB color model

#FEF6BD color RGB value is (254,246,189).

RGB: (254,246,189) (100%, 96%, 74%)

RGB channels and saturation

R 254 of 255 = 100%
G 246 of 255 = 96%
B 189 of 255 = 74%

254
246
189

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

Portions of RGB colors in percentages

R + G + B = 254 + 246 + 189 = 689 (100%)
R 254 of 689 ~ 36.87%
G 246 of 689 ~ 35.7%
B 189 of 689 ~ 27.43'%

%36.87
%35.7
%27.43

CMYK color model

#FEF6BD color CMYK value is (0,3,26,0).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 25.59%
  • key color value is 0.39%

CMYK: (0,3,26,0)
C0M3Y26K0 (0%, 3%, 26%, 0%)
(0.00 / 0.03 / 0.26 / 0.00)

CMYK percentages

%0
%3.15
%25.59
%0.39

Codes

Color #FEF6BD in popluar color models

FE F6 BD
RGB 254 246 189
HSL 53° 97.01% 86.86%
HSB/HSV 53° 25.59% 99.61%
CMYK 0.00% 3.15% 25.59%
0.39%

Color #FEF6BD in popluar number systems.

HEX FE F6 BD
Decimal 254 246 189
Binary 11111110 11110110 10111101
Octal 376 366 275

Shades and tints

Shades of #FEF6BD

#FEF6BD
(254,246,189)
#E7E0AC
(231,224,172)
#D0CA9B
(208,202,155)
#B9B48A
(185,180,138)
#A29E79
(162,158,121)
#8B8868
(139,136,104)
#747257
(116,114,87)
#5D5C46
(93,92,70)
#464635
(70,70,53)
#2F3024
(47,48,36)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #FEF6BD

#FEF6BD
(254,246,189)
#FEF6C3
(254,246,195)
#FEF6C9
(254,246,201)
#FEF6CF
(254,246,207)
#FEF6D5
(254,246,213)
#FEF6DB
(254,246,219)
#FEF6E1
(254,246,225)
#FEF6E7
(254,246,231)
#FEF6ED
(254,246,237)
#FEF6F3
(254,246,243)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF6BD; }

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

This text font color is #FEF6BD.

Background Color

.myBgColor { background-color: #FEF6BD; }

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

This div background color is #FEF6BD.

Border color

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

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

This div border color is #FEF6BD.

Opacity

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

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

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

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

This text has shadow with #FEF6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF6BD.

Preview

Color preview on black background

This text has color #FEF6BD on black background.


Color preview on white background

This text has color #FEF6BD on white background.


Black color preview on #FEF6BD background

This text has black color on #FEF6BD background.


White color preview on #FEF6BD background

This text has white color on #FEF6BD background.


Related colors

Complementary color

Complementary color for #hex is #010942.


I love getcolorcode.com

Triadic colors

1 #BDFEF6 and #F6BDFE with #FEF6BD are triadic colors.

2 #BDF6FE and #F6FEBD with #FEF6BD are triadic colors.