COLOR #FEEEF8

HEX: #FEEEF8 RGB: (254,238,248)

Color info

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

RGB color model

#FEEEF8 color RGB value is (254,238,248).

RGB: (254,238,248) (100%, 93%, 97%)

RGB channels and saturation

R 254 of 255 = 100%
G 238 of 255 = 93%
B 248 of 255 = 97%

254
238
248

R + G + B ~ 97%. #FEEEF8 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 238 + 248 = 740 (100%)
R 254 of 740 ~ 34.32%
G 238 of 740 ~ 32.16%
B 248 of 740 ~ 33.51'%

%34.32
%32.16
%33.51

CMYK color model

#FEEEF8 color CMYK value is (0,6,2,0).

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

CMYK: (0,6,2,0)
C0M6Y2K0 (0%, 6%, 2%, 0%)
(0.00 / 0.06 / 0.02 / 0.00)

CMYK percentages

%0
%6.3
%2.36
%0.39

Codes

Color #FEEEF8 in popluar color models

FE EE F8
RGB 254 238 248
HSL 323° 88.89% 96.47%
HSB/HSV 323° 6.30% 99.61%
CMYK 0.00% 6.30% 2.36%
0.39%

Color #FEEEF8 in popluar number systems.

HEX FE EE F8
Decimal 254 238 248
Binary 11111110 11101110 11111000
Octal 376 356 370

Shades and tints

Shades of #FEEEF8

#FEEEF8
(254,238,248)
#E7D9E2
(231,217,226)
#D0C4CC
(208,196,204)
#B9AFB6
(185,175,182)
#A29AA0
(162,154,160)
#8B858A
(139,133,138)
#747074
(116,112,116)
#5D5B5E
(93,91,94)
#464648
(70,70,72)
#2F3132
(47,49,50)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #FEEEF8

#FEEEF8
(254,238,248)
#FEEFF8
(254,239,248)
#FEF0F8
(254,240,248)
#FEF1F8
(254,241,248)
#FEF2F8
(254,242,248)
#FEF3F8
(254,243,248)
#FEF4F8
(254,244,248)
#FEF5F8
(254,245,248)
#FEF6F8
(254,246,248)
#FEF7F8
(254,247,248)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEEF8; }

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

This text font color is #FEEEF8.

Background Color

.myBgColor { background-color: #FEEEF8; }

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

This div background color is #FEEEF8.

Border color

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

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

This div border color is #FEEEF8.

Opacity

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

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

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

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

This text has shadow with #FEEEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEEF8.

Preview

Color preview on black background

This text has color #FEEEF8 on black background.


Color preview on white background

This text has color #FEEEF8 on white background.


Black color preview on #FEEEF8 background

This text has black color on #FEEEF8 background.


White color preview on #FEEEF8 background

This text has white color on #FEEEF8 background.


Related colors

Complementary color

Complementary color for #hex is #011107.


I love getcolorcode.com

Triadic colors

1 #F8FEEE and #EEF8FE with #FEEEF8 are triadic colors.

2 #F8EEFE and #EEFEF8 with #FEEEF8 are triadic colors.