COLOR #FEFBD1

HEX: #FEFBD1
RGB: (254,251,209)

Color info

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

RGB color model

#FEFBD1 color RGB value is (254,251,209).

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

RGB channels and saturation

R 254 of 255 = 100%
G 251 of 255 = 98%
B 209 of 255 = 82%

254
251
209

R + G + B ~ 93%. #FEFBD1 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 251 + 209 = 714 (100%)
R 254 of 714 ~ 35.57%
G 251 of 714 ~ 35.15%
B 209 of 714 ~ 29.27%

%35.57
%35.15
%29.27

CMYK color model

#FEFBD1 color CMYK value is (0,1,18,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 17.72%
  • key color value is 0.39%
CMYK:
(0,1,18,0)
C0M1Y18K0 
(0%,1%,18%,0%)
(0.00/0.01/0.18/0.00)	

CMYK percentages

%0
%1.18
%17.72
%0.39

Codes

Color #FEFBD1 in popluar color models

FEFBD1
RGB254251209
HSL56°95.74%90.78%
HSB/HSV56°17.72%99.61%
CMYK0.00%1.18%17.72%
0.39%

Color #FEFBD1 in popluar number systems.

HEXFEFBD1
Decimal254251209
Binary111111101111101111010001
Octal376373321

Shades and tints

Shades of #FEFBD1

#FEFBD1
(254,251,209)
#E7E5BE
(231,229,190)
#D0CFAB
(208,207,171)
#B9B998
(185,185,152)
#A2A385
(162,163,133)
#8B8D72
(139,141,114)
#74775F
(116,119,95)
#5D614C
(93,97,76)
#464B39
(70,75,57)
#2F3526
(47,53,38)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #FEFBD1

#FEFBD1
(254,251,209)
#FEFBD5
(254,251,213)
#FEFBD9
(254,251,217)
#FEFBDD
(254,251,221)
#FEFBE1
(254,251,225)
#FEFBE5
(254,251,229)
#FEFBE9
(254,251,233)
#FEFBED
(254,251,237)
#FEFBF1
(254,251,241)
#FEFBF5
(254,251,245)
#FEFBF9
(254,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFBD1; }

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

This text font color is #FEFBD1.


Background Color

.myBgColor { background-color: #FEFBD1; }

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

This div background color is #FEFBD1.


Border color

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

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

This div border color is #FEFBD1.


Opacity

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

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

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

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

This text has shadow with #FEFBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFBD1 on black background.


Color preview on white background

This text has color #FEFBD1 on white background.



Black color preview on #FEFBD1 background

This text has black color on #FEFBD1 background.


White color preview on #FEFBD1 background

This text has white color on #FEFBD1 background.