COLOR #FEEFF4

HEX: #FEEFF4 RGB: (254,239,244)

Color info

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

RGB color model

#FEEFF4 color RGB value is (254,239,244).

RGB: (254,239,244) (100%, 94%, 96%)

RGB channels and saturation

R 254 of 255 = 100%
G 239 of 255 = 94%
B 244 of 255 = 96%

254
239
244

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

Portions of RGB colors in percentages

R + G + B = 254 + 239 + 244 = 737 (100%)
R 254 of 737 ~ 34.46%
G 239 of 737 ~ 32.43%
B 244 of 737 ~ 33.11'%

%34.46
%32.43
%33.11

CMYK color model

#FEEFF4 color CMYK value is (0,6,4,0).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 3.94%
  • key color value is 0.39%

CMYK: (0,6,4,0)
C0M6Y4K0 (0%, 6%, 4%, 0%)
(0.00 / 0.06 / 0.04 / 0.00)

CMYK percentages

%0
%5.91
%3.94
%0.39

Codes

Color #FEEFF4 in popluar color models

FE EF F4
RGB 254 239 244
HSL 340° 88.24% 96.67%
HSB/HSV 340° 5.91% 99.61%
CMYK 0.00% 5.91% 3.94%
0.39%

Color #FEEFF4 in popluar number systems.

HEX FE EF F4
Decimal 254 239 244
Binary 11111110 11101111 11110100
Octal 376 357 364

Shades and tints

Shades of #FEEFF4

#FEEFF4
(254,239,244)
#E7DADE
(231,218,222)
#D0C5C8
(208,197,200)
#B9B0B2
(185,176,178)
#A29B9C
(162,155,156)
#8B8686
(139,134,134)
#747170
(116,113,112)
#5D5C5A
(93,92,90)
#464744
(70,71,68)
#2F322E
(47,50,46)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #FEEFF4

#FEEFF4
(254,239,244)
#FEF0F5
(254,240,245)
#FEF1F6
(254,241,246)
#FEF2F7
(254,242,247)
#FEF3F8
(254,243,248)
#FEF4F9
(254,244,249)
#FEF5FA
(254,245,250)
#FEF6FB
(254,246,251)
#FEF7FC
(254,247,252)
#FEF8FD
(254,248,253)
#FEF9FE
(254,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEFF4 color. Also use rgb(254,239,244) instead hex code.

Text Font Color

.myTextColor { color: #FEEFF4; }

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

This text font color is #FEEFF4.

Background Color

.myBgColor { background-color: #FEEFF4; }

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

This div background color is #FEEFF4.

Border color

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

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

This div border color is #FEEFF4.

Opacity

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

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

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

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

This text has shadow with #FEEFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEFF4.

Preview

Color preview on black background

This text has color #FEEFF4 on black background.


Color preview on white background

This text has color #FEEFF4 on white background.


Black color preview on #FEEFF4 background

This text has black color on #FEEFF4 background.


White color preview on #FEEFF4 background

This text has white color on #FEEFF4 background.


Related colors

Complementary color

Complementary color for #hex is #01100B.


I love getcolorcode.com

Triadic colors

1 #F4FEEF and #EFF4FE with #FEEFF4 are triadic colors.

2 #F4EFFE and #EFFEF4 with #FEEFF4 are triadic colors.