COLOR #FEFBEB

HEX: #FEFBEB
RGB: (254,251,235)

Color info

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

RGB color model

#FEFBEB color RGB value is (254,251,235).

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

RGB channels and saturation

R 254 of 255 = 100%
G 251 of 255 = 98%
B 235 of 255 = 92%

254
251
235

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

Portions of RGB colors in percentages

R + G + B =
254 + 251 + 235 = 740 (100%)
R 254 of 740 ~ 34.32%
G 251 of 740 ~ 33.92%
B 235 of 740 ~ 31.76%

%34.32
%33.92
%31.76

CMYK color model

#FEFBEB color CMYK value is (0,1,7,0).

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

CMYK percentages

%0
%1.18
%7.48
%0.39

Codes

Color #FEFBEB in popluar color models

FEFBEB
RGB254251235
HSL51°90.48%95.88%
HSB/HSV51°7.48%99.61%
CMYK0.00%1.18%7.48%
0.39%

Color #FEFBEB in popluar number systems.

HEXFEFBEB
Decimal254251235
Binary111111101111101111101011
Octal376373353

Shades and tints

Shades of #FEFBEB

#FEFBEB
(254,251,235)
#E7E5D6
(231,229,214)
#D0CFC1
(208,207,193)
#B9B9AC
(185,185,172)
#A2A397
(162,163,151)
#8B8D82
(139,141,130)
#74776D
(116,119,109)
#5D6158
(93,97,88)
#464B43
(70,75,67)
#2F352E
(47,53,46)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #FEFBEB

#FEFBEB
(254,251,235)
#FEFBEC
(254,251,236)
#FEFBED
(254,251,237)
#FEFBEE
(254,251,238)
#FEFBEF
(254,251,239)
#FEFBF0
(254,251,240)
#FEFBF1
(254,251,241)
#FEFBF2
(254,251,242)
#FEFBF3
(254,251,243)
#FEFBF4
(254,251,244)
#FEFBF5
(254,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFBEB; }

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

This text font color is #FEFBEB.


Background Color

.myBgColor { background-color: #FEFBEB; }

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

This div background color is #FEFBEB.


Border color

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

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

This div border color is #FEFBEB.


Opacity

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

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

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

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

This text has shadow with #FEFBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFBEB on black background.


Color preview on white background

This text has color #FEFBEB on white background.



Black color preview on #FEFBEB background

This text has black color on #FEFBEB background.


White color preview on #FEFBEB background

This text has white color on #FEFBEB background.