COLOR #FEE0EB

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

Color info

#FEE0EB contains red, green and blue colors in about the same proportion. Web safe color of #FEE0EB is #FFCCFF (or #FCF).

RGB color model

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

RGB: (254,224,235) (100%, 88%, 92%)

RGB channels and saturation

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

254
224
235

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

Portions of RGB colors in percentages

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

%35.62
%31.42
%32.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 7.48%
  • key color value is 0.39%

CMYK: (0,12,7,0)
C0M12Y7K0 (0%, 12%, 7%, 0%)
(0.00 / 0.12 / 0.07 / 0.00)

CMYK percentages

%0
%11.81
%7.48
%0.39

Codes

Color #FEE0EB in popluar color models

FE E0 EB
RGB 254 224 235
HSL 338° 93.75% 93.73%
HSB/HSV 338° 11.81% 99.61%
CMYK 0.00% 11.81% 7.48%
0.39%

Color #FEE0EB in popluar number systems.

HEX FE E0 EB
Decimal 254 224 235
Binary 11111110 11100000 11101011
Octal 376 340 353

Shades and tints

Shades of #FEE0EB

#FEE0EB
(254,224,235)
#E7CCD6
(231,204,214)
#D0B8C1
(208,184,193)
#B9A4AC
(185,164,172)
#A29097
(162,144,151)
#8B7C82
(139,124,130)
#74686D
(116,104,109)
#5D5458
(93,84,88)
#464043
(70,64,67)
#2F2C2E
(47,44,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #FEE0EB

#FEE0EB
(254,224,235)
#FEE2EC
(254,226,236)
#FEE4ED
(254,228,237)
#FEE6EE
(254,230,238)
#FEE8EF
(254,232,239)
#FEEAF0
(254,234,240)
#FEECF1
(254,236,241)
#FEEEF2
(254,238,242)
#FEF0F3
(254,240,243)
#FEF2F4
(254,242,244)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE0EB; }

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

This text font color is #FEE0EB.

Background Color

.myBgColor { background-color: #FEE0EB; }

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

This div background color is #FEE0EB.

Border color

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

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

This div border color is #FEE0EB.

Opacity

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

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

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

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

This text has shadow with #FEE0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE0EB.

Preview

Color preview on black background

This text has color #FEE0EB on black background.


Color preview on white background

This text has color #FEE0EB on white background.


Black color preview on #FEE0EB background

This text has black color on #FEE0EB background.


White color preview on #FEE0EB background

This text has white color on #FEE0EB background.


Related colors

Complementary color

Complementary color for #hex is #011F14.


I love getcolorcode.com

Triadic colors

1 #EBFEE0 and #E0EBFE with #FEE0EB are triadic colors.

2 #EBE0FE and #E0FEEB with #FEE0EB are triadic colors.