COLOR #FEFBEE

HEX: #FEFBEE
RGB: (254,251,238)

Color info

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

RGB color model

#FEFBEE color RGB value is (254,251,238).

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

RGB channels and saturation

R 254 of 255 = 100%
G 251 of 255 = 98%
B 238 of 255 = 93%

254
251
238

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

Portions of RGB colors in percentages

R + G + B =
254 + 251 + 238 = 743 (100%)
R 254 of 743 ~ 34.19%
G 251 of 743 ~ 33.78%
B 238 of 743 ~ 32.03%

%34.19
%33.78
%32.03

CMYK color model

#FEFBEE color CMYK value is (0,1,6,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 6.30%
  • key color value is 0.39%
CMYK:
(0,1,6,0)
C0M1Y6K0 
(0%,1%,6%,0%)
(0.00/0.01/0.06/0.00)	

CMYK percentages

%0
%1.18
%6.3
%0.39

Codes

Color #FEFBEE in popluar color models

FEFBEE
RGB254251238
HSL49°88.89%96.47%
HSB/HSV49°6.30%99.61%
CMYK0.00%1.18%6.30%
0.39%

Color #FEFBEE in popluar number systems.

HEXFEFBEE
Decimal254251238
Binary111111101111101111101110
Octal376373356

Shades and tints

Shades of #FEFBEE

#FEFBEE
(254,251,238)
#E7E5D9
(231,229,217)
#D0CFC4
(208,207,196)
#B9B9AF
(185,185,175)
#A2A39A
(162,163,154)
#8B8D85
(139,141,133)
#747770
(116,119,112)
#5D615B
(93,97,91)
#464B46
(70,75,70)
#2F3531
(47,53,49)
#181F1C
(24,31,28)
#000000
(0,0,0)

Tints of #FEFBEE

#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)
#FEFBF6
(254,251,246)
#FEFBF7
(254,251,247)
#FEFBF8
(254,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFBEE; }

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

This text font color is #FEFBEE.


Background Color

.myBgColor { background-color: #FEFBEE; }

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

This div background color is #FEFBEE.


Border color

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

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

This div border color is #FEFBEE.


Opacity

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

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

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

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

This text has shadow with #FEFBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFBEE on black background.


Color preview on white background

This text has color #FEFBEE on white background.



Black color preview on #FEFBEE background

This text has black color on #FEFBEE background.


White color preview on #FEFBEE background

This text has white color on #FEFBEE background.