COLOR #FEEBE0

HEX: #FEEBE0
RGB: (254,235,224)

Color info

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

RGB color model

#FEEBE0 color RGB value is (254,235,224).

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

RGB channels and saturation

R 254 of 255 = 100%
G 235 of 255 = 92%
B 224 of 255 = 88%

254
235
224

R + G + B ~ 93%. #FEEBE0 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 235 + 224 = 713 (100%)
R 254 of 713 ~ 35.62%
G 235 of 713 ~ 32.96%
B 224 of 713 ~ 31.42%

%35.62
%32.96
%31.42

CMYK color model

#FEEBE0 color CMYK value is (0,7,12,0).

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

CMYK percentages

%0
%7.48
%11.81
%0.39

Codes

Color #FEEBE0 in popluar color models

FEEBE0
RGB254235224
HSL22°93.75%93.73%
HSB/HSV22°11.81%99.61%
CMYK0.00%7.48%11.81%
0.39%

Color #FEEBE0 in popluar number systems.

HEXFEEBE0
Decimal254235224
Binary111111101110101111100000
Octal376353340

Shades and tints

Shades of #FEEBE0

#FEEBE0
(254,235,224)
#E7D6CC
(231,214,204)
#D0C1B8
(208,193,184)
#B9ACA4
(185,172,164)
#A29790
(162,151,144)
#8B827C
(139,130,124)
#746D68
(116,109,104)
#5D5854
(93,88,84)
#464340
(70,67,64)
#2F2E2C
(47,46,44)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #FEEBE0

#FEEBE0
(254,235,224)
#FEECE2
(254,236,226)
#FEEDE4
(254,237,228)
#FEEEE6
(254,238,230)
#FEEFE8
(254,239,232)
#FEF0EA
(254,240,234)
#FEF1EC
(254,241,236)
#FEF2EE
(254,242,238)
#FEF3F0
(254,243,240)
#FEF4F2
(254,244,242)
#FEF5F4
(254,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEBE0; }

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

This text font color is #FEEBE0.


Background Color

.myBgColor { background-color: #FEEBE0; }

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

This div background color is #FEEBE0.


Border color

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

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

This div border color is #FEEBE0.


Opacity

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

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

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

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

This text has shadow with #FEEBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEBE0 on black background.


Color preview on white background

This text has color #FEEBE0 on white background.



Black color preview on #FEEBE0 background

This text has black color on #FEEBE0 background.


White color preview on #FEEBE0 background

This text has white color on #FEEBE0 background.