COLOR #FEFBDD

HEX: #FEFBDD
RGB: (254,251,221)

Color info

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

RGB color model

#FEFBDD color RGB value is (254,251,221).

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

RGB channels and saturation

R 254 of 255 = 100%
G 251 of 255 = 98%
B 221 of 255 = 87%

254
251
221

R + G + B ~ 95%. #FEFBDD is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 251 + 221 = 726 (100%)
R 254 of 726 ~ 34.99%
G 251 of 726 ~ 34.57%
B 221 of 726 ~ 30.44%

%34.99
%34.57
%30.44

CMYK color model

#FEFBDD color CMYK value is (0,1,13,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(0,1,13,0)
C0M1Y13K0 
(0%,1%,13%,0%)
(0.00/0.01/0.13/0.00)	

CMYK percentages

%0
%1.18
%12.99
%0.39

Codes

Color #FEFBDD in popluar color models

FEFBDD
RGB254251221
HSL55°94.29%93.14%
HSB/HSV55°12.99%99.61%
CMYK0.00%1.18%12.99%
0.39%

Color #FEFBDD in popluar number systems.

HEXFEFBDD
Decimal254251221
Binary111111101111101111011101
Octal376373335

Shades and tints

Shades of #FEFBDD

#FEFBDD
(254,251,221)
#E7E5C9
(231,229,201)
#D0CFB5
(208,207,181)
#B9B9A1
(185,185,161)
#A2A38D
(162,163,141)
#8B8D79
(139,141,121)
#747765
(116,119,101)
#5D6151
(93,97,81)
#464B3D
(70,75,61)
#2F3529
(47,53,41)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #FEFBDD

#FEFBDD
(254,251,221)
#FEFBE0
(254,251,224)
#FEFBE3
(254,251,227)
#FEFBE6
(254,251,230)
#FEFBE9
(254,251,233)
#FEFBEC
(254,251,236)
#FEFBEF
(254,251,239)
#FEFBF2
(254,251,242)
#FEFBF5
(254,251,245)
#FEFBF8
(254,251,248)
#FEFBFB
(254,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFBDD; }

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

This text font color is #FEFBDD.


Background Color

.myBgColor { background-color: #FEFBDD; }

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

This div background color is #FEFBDD.


Border color

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

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

This div border color is #FEFBDD.


Opacity

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

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

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

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

This text has shadow with #FEFBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFBDD on black background.


Color preview on white background

This text has color #FEFBDD on white background.



Black color preview on #FEFBDD background

This text has black color on #FEFBDD background.


White color preview on #FEFBDD background

This text has white color on #FEFBDD background.