COLOR #FEFDEB

HEX: #FEFDEB
RGB: (254,253,235)

Color info

#FEFDEB contains red, green and blue colors in about the same proportion. Web safe color of #FEFDEB is #FFFFFF (or #FFF).

RGB color model

#FEFDEB color RGB value is (254,253,235).

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

RGB channels and saturation

R 254 of 255 = 100%
G 253 of 255 = 99%
B 235 of 255 = 92%

254
253
235

R + G + B ~ 97%. #FEFDEB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 253 + 235 = 742 (100%)
R 254 of 742 ~ 34.23%
G 253 of 742 ~ 34.1%
B 235 of 742 ~ 31.67%

%34.23
%34.1
%31.67

CMYK color model

#FEFDEB color CMYK value is (0,0,7,0).

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

CMYK percentages

%0
%0.39
%7.48
%0.39

Codes

Color #FEFDEB in popluar color models

FEFDEB
RGB254253235
HSL57°90.48%95.88%
HSB/HSV57°7.48%99.61%
CMYK0.00%0.39%7.48%
0.39%

Color #FEFDEB in popluar number systems.

HEXFEFDEB
Decimal254253235
Binary111111101111110111101011
Octal376375353

Shades and tints

Shades of #FEFDEB

#FEFDEB
(254,253,235)
#E7E6D6
(231,230,214)
#D0CFC1
(208,207,193)
#B9B8AC
(185,184,172)
#A2A197
(162,161,151)
#8B8A82
(139,138,130)
#74736D
(116,115,109)
#5D5C58
(93,92,88)
#464543
(70,69,67)
#2F2E2E
(47,46,46)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #FEFDEB

#FEFDEB
(254,253,235)
#FEFDEC
(254,253,236)
#FEFDED
(254,253,237)
#FEFDEE
(254,253,238)
#FEFDEF
(254,253,239)
#FEFDF0
(254,253,240)
#FEFDF1
(254,253,241)
#FEFDF2
(254,253,242)
#FEFDF3
(254,253,243)
#FEFDF4
(254,253,244)
#FEFDF5
(254,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFDEB; }

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

This text font color is #FEFDEB.


Background Color

.myBgColor { background-color: #FEFDEB; }

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

This div background color is #FEFDEB.


Border color

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

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

This div border color is #FEFDEB.


Opacity

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

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

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

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

This text has shadow with #FEFDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFDEB on black background.


Color preview on white background

This text has color #FEFDEB on white background.



Black color preview on #FEFDEB background

This text has black color on #FEFDEB background.


White color preview on #FEFDEB background

This text has white color on #FEFDEB background.