COLOR #FEEBD1

HEX: #FEEBD1
RGB: (254,235,209)

Color info

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

RGB color model

#FEEBD1 color RGB value is (254,235,209).

  • red value is 254;
  • green value is 235;
  • blue value is 209.
RGB:
(254,235,209)
(100%,92%,82%)

RGB channels and saturation

R 254 of 255 = 100%
G 235 of 255 = 92%
B 209 of 255 = 82%

254
235
209

R + G + B ~ 91%. #FEEBD1 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 235 + 209 = 698 (100%)
R 254 of 698 ~ 36.39%
G 235 of 698 ~ 33.67%
B 209 of 698 ~ 29.94%

%36.39
%33.67
%29.94

CMYK color model

#FEEBD1 color CMYK value is (0,7,18,0).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 17.72%
  • key color value is 0.39%
CMYK:
(0,7,18,0)
C0M7Y18K0 
(0%,7%,18%,0%)
(0.00/0.07/0.18/0.00)	

CMYK percentages

%0
%7.48
%17.72
%0.39

Codes

Color #FEEBD1 in popluar color models

FEEBD1
RGB254235209
HSL35°95.74%90.78%
HSB/HSV35°17.72%99.61%
CMYK0.00%7.48%17.72%
0.39%

Color #FEEBD1 in popluar number systems.

HEXFEEBD1
Decimal254235209
Binary111111101110101111010001
Octal376353321

Shades and tints

Shades of #FEEBD1

#FEEBD1
(254,235,209)
#E7D6BE
(231,214,190)
#D0C1AB
(208,193,171)
#B9AC98
(185,172,152)
#A29785
(162,151,133)
#8B8272
(139,130,114)
#746D5F
(116,109,95)
#5D584C
(93,88,76)
#464339
(70,67,57)
#2F2E26
(47,46,38)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #FEEBD1

#FEEBD1
(254,235,209)
#FEECD5
(254,236,213)
#FEEDD9
(254,237,217)
#FEEEDD
(254,238,221)
#FEEFE1
(254,239,225)
#FEF0E5
(254,240,229)
#FEF1E9
(254,241,233)
#FEF2ED
(254,242,237)
#FEF3F1
(254,243,241)
#FEF4F5
(254,244,245)
#FEF5F9
(254,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEBD1 color. Also use rgb(254,235,209) instead hex code.

Text Font Color

.myTextColor { color: #FEEBD1; }

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

This text font color is #FEEBD1.


Background Color

.myBgColor { background-color: #FEEBD1; }

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

This div background color is #FEEBD1.


Border color

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

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

This div border color is #FEEBD1.


Opacity

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

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

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

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

This text has shadow with #FEEBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEBD1 on black background.


Color preview on white background

This text has color #FEEBD1 on white background.



Black color preview on #FEEBD1 background

This text has black color on #FEEBD1 background.


White color preview on #FEEBD1 background

This text has white color on #FEEBD1 background.