COLOR #FEE3EA

HEX: #FEE3EA RGB: (254,227,234)

Color info

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

RGB color model

#FEE3EA color RGB value is (254,227,234).

RGB: (254,227,234) (100%, 89%, 92%)

RGB channels and saturation

R 254 of 255 = 100%
G 227 of 255 = 89%
B 234 of 255 = 92%

254
227
234

R + G + B ~ 94%. #FEE3EA is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 227 + 234 = 715 (100%)
R 254 of 715 ~ 35.52%
G 227 of 715 ~ 31.75%
B 234 of 715 ~ 32.73'%

%35.52
%31.75
%32.73

CMYK color model

#FEE3EA color CMYK value is (0,11,8,0).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 7.87%
  • key color value is 0.39%

CMYK: (0,11,8,0)
C0M11Y8K0 (0%, 11%, 8%, 0%)
(0.00 / 0.11 / 0.08 / 0.00)

CMYK percentages

%0
%10.63
%7.87
%0.39

Codes

Color #FEE3EA in popluar color models

FE E3 EA
RGB 254 227 234
HSL 344° 93.10% 94.31%
HSB/HSV 344° 10.63% 99.61%
CMYK 0.00% 10.63% 7.87%
0.39%

Color #FEE3EA in popluar number systems.

HEX FE E3 EA
Decimal 254 227 234
Binary 11111110 11100011 11101010
Octal 376 343 352

Shades and tints

Shades of #FEE3EA

#FEE3EA
(254,227,234)
#E7CFD5
(231,207,213)
#D0BBC0
(208,187,192)
#B9A7AB
(185,167,171)
#A29396
(162,147,150)
#8B7F81
(139,127,129)
#746B6C
(116,107,108)
#5D5757
(93,87,87)
#464342
(70,67,66)
#2F2F2D
(47,47,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #FEE3EA

#FEE3EA
(254,227,234)
#FEE5EB
(254,229,235)
#FEE7EC
(254,231,236)
#FEE9ED
(254,233,237)
#FEEBEE
(254,235,238)
#FEEDEF
(254,237,239)
#FEEFF0
(254,239,240)
#FEF1F1
(254,241,241)
#FEF3F2
(254,243,242)
#FEF5F3
(254,245,243)
#FEF7F4
(254,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE3EA color. Also use rgb(254,227,234) instead hex code.

Text Font Color

.myTextColor { color: #FEE3EA; }

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

This text font color is #FEE3EA.

Background Color

.myBgColor { background-color: #FEE3EA; }

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

This div background color is #FEE3EA.

Border color

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

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

This div border color is #FEE3EA.

Opacity

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

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

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

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

This text has shadow with #FEE3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE3EA.

Preview

Color preview on black background

This text has color #FEE3EA on black background.


Color preview on white background

This text has color #FEE3EA on white background.


Black color preview on #FEE3EA background

This text has black color on #FEE3EA background.


White color preview on #FEE3EA background

This text has white color on #FEE3EA background.


Related colors

Complementary color

Complementary color for #hex is #011C15.


I love getcolorcode.com

Triadic colors

1 #EAFEE3 and #E3EAFE with #FEE3EA are triadic colors.

2 #EAE3FE and #E3FEEA with #FEE3EA are triadic colors.