COLOR #FEEEE3

HEX: #FEEEE3 RGB: (254,238,227)

Color info

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

RGB color model

#FEEEE3 color RGB value is (254,238,227).

RGB: (254,238,227) (100%, 93%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 238 of 255 = 93%
B 227 of 255 = 89%

254
238
227

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

Portions of RGB colors in percentages

R + G + B = 254 + 238 + 227 = 719 (100%)
R 254 of 719 ~ 35.33%
G 238 of 719 ~ 33.1%
B 227 of 719 ~ 31.57'%

%35.33
%33.1
%31.57

CMYK color model

#FEEEE3 color CMYK value is (0,6,11,0).

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

CMYK: (0,6,11,0)
C0M6Y11K0 (0%, 6%, 11%, 0%)
(0.00 / 0.06 / 0.11 / 0.00)

CMYK percentages

%0
%6.3
%10.63
%0.39

Codes

Color #FEEEE3 in popluar color models

FE EE E3
RGB 254 238 227
HSL 24° 93.10% 94.31%
HSB/HSV 24° 10.63% 99.61%
CMYK 0.00% 6.30% 10.63%
0.39%

Color #FEEEE3 in popluar number systems.

HEX FE EE E3
Decimal 254 238 227
Binary 11111110 11101110 11100011
Octal 376 356 343

Shades and tints

Shades of #FEEEE3

#FEEEE3
(254,238,227)
#E7D9CF
(231,217,207)
#D0C4BB
(208,196,187)
#B9AFA7
(185,175,167)
#A29A93
(162,154,147)
#8B857F
(139,133,127)
#74706B
(116,112,107)
#5D5B57
(93,91,87)
#464643
(70,70,67)
#2F312F
(47,49,47)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #FEEEE3

#FEEEE3
(254,238,227)
#FEEFE5
(254,239,229)
#FEF0E7
(254,240,231)
#FEF1E9
(254,241,233)
#FEF2EB
(254,242,235)
#FEF3ED
(254,243,237)
#FEF4EF
(254,244,239)
#FEF5F1
(254,245,241)
#FEF6F3
(254,246,243)
#FEF7F5
(254,247,245)
#FEF8F7
(254,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEEE3; }

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

This text font color is #FEEEE3.

Background Color

.myBgColor { background-color: #FEEEE3; }

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

This div background color is #FEEEE3.

Border color

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

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

This div border color is #FEEEE3.

Opacity

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

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

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

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

This text has shadow with #FEEEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEEE3.

Preview

Color preview on black background

This text has color #FEEEE3 on black background.


Color preview on white background

This text has color #FEEEE3 on white background.


Black color preview on #FEEEE3 background

This text has black color on #FEEEE3 background.


White color preview on #FEEEE3 background

This text has white color on #FEEEE3 background.


Related colors

Complementary color

Complementary color for #hex is #01111C.


I love getcolorcode.com

Triadic colors

1 #E3FEEE and #EEE3FE with #FEEEE3 are triadic colors.

2 #E3EEFE and #EEFEE3 with #FEEEE3 are triadic colors.