COLOR #FEF5FB

HEX: #FEF5FB RGB: (254,245,251)

Color info

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

RGB color model

#FEF5FB color RGB value is (254,245,251).

RGB: (254,245,251) (100%, 96%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 245 of 255 = 96%
B 251 of 255 = 98%

254
245
251

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

Portions of RGB colors in percentages

R + G + B = 254 + 245 + 251 = 750 (100%)
R 254 of 750 ~ 33.87%
G 245 of 750 ~ 32.67%
B 251 of 750 ~ 33.47'%

%33.87
%32.67
%33.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.54%
  • 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
%3.54
%1.18
%0.39

Codes

Color #FEF5FB in popluar color models

FE F5 FB
RGB 254 245 251
HSL 320° 81.82% 97.84%
HSB/HSV 320° 3.54% 99.61%
CMYK 0.00% 3.54% 1.18%
0.39%

Color #FEF5FB in popluar number systems.

HEX FE F5 FB
Decimal 254 245 251
Binary 11111110 11110101 11111011
Octal 376 365 373

Shades and tints

Shades of #FEF5FB

#FEF5FB
(254,245,251)
#E7DFE5
(231,223,229)
#D0C9CF
(208,201,207)
#B9B3B9
(185,179,185)
#A29DA3
(162,157,163)
#8B878D
(139,135,141)
#747177
(116,113,119)
#5D5B61
(93,91,97)
#46454B
(70,69,75)
#2F2F35
(47,47,53)
#18191F
(24,25,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF5FB; }

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

This text font color is #FEF5FB.

Background Color

.myBgColor { background-color: #FEF5FB; }

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

This div background color is #FEF5FB.

Border color

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

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

This div border color is #FEF5FB.

Opacity

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

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

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

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

This text has shadow with #FEF5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF5FB.

Preview

Color preview on black background

This text has color #FEF5FB on black background.


Color preview on white background

This text has color #FEF5FB on white background.


Black color preview on #FEF5FB background

This text has black color on #FEF5FB background.


White color preview on #FEF5FB background

This text has white color on #FEF5FB background.


Related colors

Complementary color

Complementary color for #hex is #010A04.


I love getcolorcode.com

Triadic colors

1 #FBFEF5 and #F5FBFE with #FEF5FB are triadic colors.

2 #FBF5FE and #F5FEFB with #FEF5FB are triadic colors.