COLOR #FEEBED

HEX: #FEEBED RGB: (254,235,237)

Color info

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

RGB color model

#FEEBED color RGB value is (254,235,237).

RGB: (254,235,237) (100%, 92%, 93%)

RGB channels and saturation

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

254
235
237

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

Portions of RGB colors in percentages

R + G + B = 254 + 235 + 237 = 726 (100%)
R 254 of 726 ~ 34.99%
G 235 of 726 ~ 32.37%
B 237 of 726 ~ 32.64'%

%34.99
%32.37
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 6.69%
  • 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
%6.69
%0.39

Codes

Color #FEEBED in popluar color models

FE EB ED
RGB 254 235 237
HSL 354° 90.48% 95.88%
HSB/HSV 354° 7.48% 99.61%
CMYK 0.00% 7.48% 6.69%
0.39%

Color #FEEBED in popluar number systems.

HEX FE EB ED
Decimal 254 235 237
Binary 11111110 11101011 11101101
Octal 376 353 355

Shades and tints

Shades of #FEEBED

#FEEBED
(254,235,237)
#E7D6D8
(231,214,216)
#D0C1C3
(208,193,195)
#B9ACAE
(185,172,174)
#A29799
(162,151,153)
#8B8284
(139,130,132)
#746D6F
(116,109,111)
#5D585A
(93,88,90)
#464345
(70,67,69)
#2F2E30
(47,46,48)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #FEEBED

#FEEBED
(254,235,237)
#FEECEE
(254,236,238)
#FEEDEF
(254,237,239)
#FEEEF0
(254,238,240)
#FEEFF1
(254,239,241)
#FEF0F2
(254,240,242)
#FEF1F3
(254,241,243)
#FEF2F4
(254,242,244)
#FEF3F5
(254,243,245)
#FEF4F6
(254,244,246)
#FEF5F7
(254,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEBED; }

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

This text font color is #FEEBED.

Background Color

.myBgColor { background-color: #FEEBED; }

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

This div background color is #FEEBED.

Border color

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

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

This div border color is #FEEBED.

Opacity

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

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

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

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

This text has shadow with #FEEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEBED.

Preview

Color preview on black background

This text has color #FEEBED on black background.


Color preview on white background

This text has color #FEEBED on white background.


Black color preview on #FEEBED background

This text has black color on #FEEBED background.


White color preview on #FEEBED background

This text has white color on #FEEBED background.


Related colors

Complementary color

Complementary color for #hex is #011412.


I love getcolorcode.com

Triadic colors

1 #EDFEEB and #EBEDFE with #FEEBED are triadic colors.

2 #EDEBFE and #EBFEED with #FEEBED are triadic colors.