COLOR #FEF3FB

HEX: #FEF3FB
RGB: (254,243,251)

Color info

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

RGB color model

#FEF3FB color RGB value is (254,243,251).

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

RGB channels and saturation

R 254 of 255 = 100%
G 243 of 255 = 95%
B 251 of 255 = 98%

254
243
251

R + G + B ~ 98%. #FEF3FB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 243 + 251 = 748 (100%)
R 254 of 748 ~ 33.96%
G 243 of 748 ~ 32.49%
B 251 of 748 ~ 33.56%

%33.96
%32.49
%33.56

CMYK color model

#FEF3FB color CMYK value is (0,4,1,0).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(0,4,1,0)
C0M4Y1K0 
(0%,4%,1%,0%)
(0.00/0.04/0.01/0.00)	

CMYK percentages

%0
%4.33
%1.18
%0.39

Codes

Color #FEF3FB in popluar color models

FEF3FB
RGB254243251
HSL316°84.62%97.45%
HSB/HSV316°4.33%99.61%
CMYK0.00%4.33%1.18%
0.39%

Color #FEF3FB in popluar number systems.

HEXFEF3FB
Decimal254243251
Binary111111101111001111111011
Octal376363373

Shades and tints

Shades of #FEF3FB

#FEF3FB
(254,243,251)
#E7DDE5
(231,221,229)
#D0C7CF
(208,199,207)
#B9B1B9
(185,177,185)
#A29BA3
(162,155,163)
#8B858D
(139,133,141)
#746F77
(116,111,119)
#5D5961
(93,89,97)
#46434B
(70,67,75)
#2F2D35
(47,45,53)
#18171F
(24,23,31)
#000000
(0,0,0)

Tints of #FEF3FB

#FEF3FB
(254,243,251)
#FEF4FB
(254,244,251)
#FEF5FB
(254,245,251)
#FEF6FB
(254,246,251)
#FEF7FB
(254,247,251)
#FEF8FB
(254,248,251)
#FEF9FB
(254,249,251)
#FEFAFB
(254,250,251)
#FEFBFB
(254,251,251)
#FEFCFB
(254,252,251)
#FEFDFB
(254,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF3FB; }

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

This text font color is #FEF3FB.


Background Color

.myBgColor { background-color: #FEF3FB; }

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

This div background color is #FEF3FB.


Border color

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

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

This div border color is #FEF3FB.


Opacity

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

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

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

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

This text has shadow with #FEF3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF3FB on black background.


Color preview on white background

This text has color #FEF3FB on white background.



Black color preview on #FEF3FB background

This text has black color on #FEF3FB background.


White color preview on #FEF3FB background

This text has white color on #FEF3FB background.