COLOR #FEF7FD

HEX: #FEF7FD RGB: (254,247,253)

Color info

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

RGB color model

#FEF7FD color RGB value is (254,247,253).

RGB: (254,247,253) (100%, 97%, 99%)

RGB channels and saturation

R 254 of 255 = 100%
G 247 of 255 = 97%
B 253 of 255 = 99%

254
247
253

R + G + B ~ 99%. #FEF7FD is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 247 + 253 = 754 (100%)
R 254 of 754 ~ 33.69%
G 247 of 754 ~ 32.76%
B 253 of 754 ~ 33.55'%

%33.69
%32.76
%33.55

CMYK color model

#FEF7FD color CMYK value is (0,3,0,0).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 0.39%
  • key color value is 0.39%

CMYK: (0,3,0,0)
C0M3Y0K0 (0%, 3%, 0%, 0%)
(0.00 / 0.03 / 0.00 / 0.00)

CMYK percentages

%0
%2.76
%0.39
%0.39

Codes

Color #FEF7FD in popluar color models

FE F7 FD
RGB 254 247 253
HSL 309° 77.78% 98.24%
HSB/HSV 309° 2.76% 99.61%
CMYK 0.00% 2.76% 0.39%
0.39%

Color #FEF7FD in popluar number systems.

HEX FE F7 FD
Decimal 254 247 253
Binary 11111110 11110111 11111101
Octal 376 367 375

Shades and tints

Shades of #FEF7FD

#FEF7FD
(254,247,253)
#E7E1E6
(231,225,230)
#D0CBCF
(208,203,207)
#B9B5B8
(185,181,184)
#A29FA1
(162,159,161)
#8B898A
(139,137,138)
#747373
(116,115,115)
#5D5D5C
(93,93,92)
#464745
(70,71,69)
#2F312E
(47,49,46)
#181B17
(24,27,23)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #FEF7FD color. Also use rgb(254,247,253) instead hex code.

Text Font Color

.myTextColor { color: #FEF7FD; }

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

This text font color is #FEF7FD.

Background Color

.myBgColor { background-color: #FEF7FD; }

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

This div background color is #FEF7FD.

Border color

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

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

This div border color is #FEF7FD.

Opacity

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

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

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

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

This text has shadow with #FEF7FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF7FD.

Preview

Color preview on black background

This text has color #FEF7FD on black background.


Color preview on white background

This text has color #FEF7FD on white background.


Black color preview on #FEF7FD background

This text has black color on #FEF7FD background.


White color preview on #FEF7FD background

This text has white color on #FEF7FD background.


Related colors

Complementary color

Complementary color for #hex is #010802.


I love getcolorcode.com

Triadic colors

1 #FDFEF7 and #F7FDFE with #FEF7FD are triadic colors.

2 #FDF7FE and #F7FEFD with #FEF7FD are triadic colors.