COLOR #FEF8FB

HEX: #FEF8FB RGB: (254,248,251)

Color info

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

RGB color model

#FEF8FB color RGB value is (254,248,251).

RGB: (254,248,251) (100%, 97%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 248 of 255 = 97%
B 251 of 255 = 98%

254
248
251

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

Portions of RGB colors in percentages

R + G + B = 254 + 248 + 251 = 753 (100%)
R 254 of 753 ~ 33.73%
G 248 of 753 ~ 32.93%
B 251 of 753 ~ 33.33'%

%33.73
%32.93
%33.33

CMYK color model

#FEF8FB color CMYK value is (0,2,1,0).

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

CMYK: (0,2,1,0)
C0M2Y1K0 (0%, 2%, 1%, 0%)
(0.00 / 0.02 / 0.01 / 0.00)

CMYK percentages

%0
%2.36
%1.18
%0.39

Codes

Color #FEF8FB in popluar color models

FE F8 FB
RGB 254 248 251
HSL 330° 75.00% 98.43%
HSB/HSV 330° 2.36% 99.61%
CMYK 0.00% 2.36% 1.18%
0.39%

Color #FEF8FB in popluar number systems.

HEX FE F8 FB
Decimal 254 248 251
Binary 11111110 11111000 11111011
Octal 376 370 373

Shades and tints

Shades of #FEF8FB

#FEF8FB
(254,248,251)
#E7E2E5
(231,226,229)
#D0CCCF
(208,204,207)
#B9B6B9
(185,182,185)
#A2A0A3
(162,160,163)
#8B8A8D
(139,138,141)
#747477
(116,116,119)
#5D5E61
(93,94,97)
#46484B
(70,72,75)
#2F3235
(47,50,53)
#181C1F
(24,28,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF8FB; }

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

This text font color is #FEF8FB.

Background Color

.myBgColor { background-color: #FEF8FB; }

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

This div background color is #FEF8FB.

Border color

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

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

This div border color is #FEF8FB.

Opacity

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

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

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

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

This text has shadow with #FEF8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF8FB.

Preview

Color preview on black background

This text has color #FEF8FB on black background.


Color preview on white background

This text has color #FEF8FB on white background.


Black color preview on #FEF8FB background

This text has black color on #FEF8FB background.


White color preview on #FEF8FB background

This text has white color on #FEF8FB background.


Related colors

Complementary color

Complementary color for #hex is #010704.


I love getcolorcode.com

Triadic colors

1 #FBFEF8 and #F8FBFE with #FEF8FB are triadic colors.

2 #FBF8FE and #F8FEFB with #FEF8FB are triadic colors.