COLOR #FEEFEB

HEX: #FEEFEB
RGB: (254,239,235)

Color info

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

RGB color model

#FEEFEB color RGB value is (254,239,235).

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

RGB channels and saturation

R 254 of 255 = 100%
G 239 of 255 = 94%
B 235 of 255 = 92%

254
239
235

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

Portions of RGB colors in percentages

R + G + B =
254 + 239 + 235 = 728 (100%)
R 254 of 728 ~ 34.89%
G 239 of 728 ~ 32.83%
B 235 of 728 ~ 32.28%

%34.89
%32.83
%32.28

CMYK color model

#FEEFEB color CMYK value is (0,6,7,0).

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

CMYK percentages

%0
%5.91
%7.48
%0.39

Codes

Color #FEEFEB in popluar color models

FEEFEB
RGB254239235
HSL13°90.48%95.88%
HSB/HSV13°7.48%99.61%
CMYK0.00%5.91%7.48%
0.39%

Color #FEEFEB in popluar number systems.

HEXFEEFEB
Decimal254239235
Binary111111101110111111101011
Octal376357353

Shades and tints

Shades of #FEEFEB

#FEEFEB
(254,239,235)
#E7DAD6
(231,218,214)
#D0C5C1
(208,197,193)
#B9B0AC
(185,176,172)
#A29B97
(162,155,151)
#8B8682
(139,134,130)
#74716D
(116,113,109)
#5D5C58
(93,92,88)
#464743
(70,71,67)
#2F322E
(47,50,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #FEEFEB

#FEEFEB
(254,239,235)
#FEF0EC
(254,240,236)
#FEF1ED
(254,241,237)
#FEF2EE
(254,242,238)
#FEF3EF
(254,243,239)
#FEF4F0
(254,244,240)
#FEF5F1
(254,245,241)
#FEF6F2
(254,246,242)
#FEF7F3
(254,247,243)
#FEF8F4
(254,248,244)
#FEF9F5
(254,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEFEB; }

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

This text font color is #FEEFEB.


Background Color

.myBgColor { background-color: #FEEFEB; }

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

This div background color is #FEEFEB.


Border color

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

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

This div border color is #FEEFEB.


Opacity

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

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

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

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

This text has shadow with #FEEFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEFEB on black background.


Color preview on white background

This text has color #FEEFEB on white background.



Black color preview on #FEEFEB background

This text has black color on #FEEFEB background.


White color preview on #FEEFEB background

This text has white color on #FEEFEB background.