COLOR #FEEBEC

HEX: #FEEBEC
RGB: (254,235,236)

Color info

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

RGB color model

#FEEBEC color RGB value is (254,235,236).

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

RGB channels and saturation

R 254 of 255 = 100%
G 235 of 255 = 92%
B 236 of 255 = 93%

254
235
236

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

Portions of RGB colors in percentages

R + G + B =
254 + 235 + 236 = 725 (100%)
R 254 of 725 ~ 35.03%
G 235 of 725 ~ 32.41%
B 236 of 725 ~ 32.55%

%35.03
%32.41
%32.55

CMYK color model

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

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

CMYK percentages

%0
%7.48
%7.09
%0.39

Codes

Color #FEEBEC in popluar color models

FEEBEC
RGB254235236
HSL357°90.48%95.88%
HSB/HSV357°7.48%99.61%
CMYK0.00%7.48%7.09%
0.39%

Color #FEEBEC in popluar number systems.

HEXFEEBEC
Decimal254235236
Binary111111101110101111101100
Octal376353354

Shades and tints

Shades of #FEEBEC

#FEEBEC
(254,235,236)
#E7D6D7
(231,214,215)
#D0C1C2
(208,193,194)
#B9ACAD
(185,172,173)
#A29798
(162,151,152)
#8B8283
(139,130,131)
#746D6E
(116,109,110)
#5D5859
(93,88,89)
#464344
(70,67,68)
#2F2E2F
(47,46,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #FEEBEC

#FEEBEC
(254,235,236)
#FEECED
(254,236,237)
#FEEDEE
(254,237,238)
#FEEEEF
(254,238,239)
#FEEFF0
(254,239,240)
#FEF0F1
(254,240,241)
#FEF1F2
(254,241,242)
#FEF2F3
(254,242,243)
#FEF3F4
(254,243,244)
#FEF4F5
(254,244,245)
#FEF5F6
(254,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEBEC; }

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

This text font color is #FEEBEC.


Background Color

.myBgColor { background-color: #FEEBEC; }

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

This div background color is #FEEBEC.


Border color

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

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

This div border color is #FEEBEC.


Opacity

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

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

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

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

This text has shadow with #FEEBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEBEC on black background.


Color preview on white background

This text has color #FEEBEC on white background.



Black color preview on #FEEBEC background

This text has black color on #FEEBEC background.


White color preview on #FEEBEC background

This text has white color on #FEEBEC background.