COLOR #FEF3F2

HEX: #FEF3F2
RGB: (254,243,242)

Color info

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

RGB color model

#FEF3F2 color RGB value is (254,243,242).

  • red value is 254;
  • green value is 243;
  • blue value is 242.
RGB:
(254,243,242)
(100%,95%,95%)

RGB channels and saturation

R 254 of 255 = 100%
G 243 of 255 = 95%
B 242 of 255 = 95%

254
243
242

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

Portions of RGB colors in percentages

R + G + B =
254 + 243 + 242 = 739 (100%)
R 254 of 739 ~ 34.37%
G 243 of 739 ~ 32.88%
B 242 of 739 ~ 32.75%

%34.37
%32.88
%32.75

CMYK color model

#FEF3F2 color CMYK value is (0,4,5,0).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 4.72%
  • key color value is 0.39%
CMYK:
(0,4,5,0)
C0M4Y5K0 
(0%,4%,5%,0%)
(0.00/0.04/0.05/0.00)	

CMYK percentages

%0
%4.33
%4.72
%0.39

Codes

Color #FEF3F2 in popluar color models

FEF3F2
RGB254243242
HSL85.71%97.25%
HSB/HSV4.72%99.61%
CMYK0.00%4.33%4.72%
0.39%

Color #FEF3F2 in popluar number systems.

HEXFEF3F2
Decimal254243242
Binary111111101111001111110010
Octal376363362

Shades and tints

Shades of #FEF3F2

#FEF3F2
(254,243,242)
#E7DDDC
(231,221,220)
#D0C7C6
(208,199,198)
#B9B1B0
(185,177,176)
#A29B9A
(162,155,154)
#8B8584
(139,133,132)
#746F6E
(116,111,110)
#5D5958
(93,89,88)
#464342
(70,67,66)
#2F2D2C
(47,45,44)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #FEF3F2

#FEF3F2
(254,243,242)
#FEF4F3
(254,244,243)
#FEF5F4
(254,245,244)
#FEF6F5
(254,246,245)
#FEF7F6
(254,247,246)
#FEF8F7
(254,248,247)
#FEF9F8
(254,249,248)
#FEFAF9
(254,250,249)
#FEFBFA
(254,251,250)
#FEFCFB
(254,252,251)
#FEFDFC
(254,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF3F2 color. Also use rgb(254,243,242) instead hex code.

Text Font Color

.myTextColor { color: #FEF3F2; }

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

This text font color is #FEF3F2.


Background Color

.myBgColor { background-color: #FEF3F2; }

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

This div background color is #FEF3F2.


Border color

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

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

This div border color is #FEF3F2.


Opacity

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

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

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

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

This text has shadow with #FEF3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF3F2 on black background.


Color preview on white background

This text has color #FEF3F2 on white background.



Black color preview on #FEF3F2 background

This text has black color on #FEF3F2 background.


White color preview on #FEF3F2 background

This text has white color on #FEF3F2 background.