COLOR #FEF6FD

HEX: #FEF6FD RGB: (254,246,253)

Color info

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

RGB color model

#FEF6FD color RGB value is (254,246,253).

RGB: (254,246,253) (100%, 96%, 99%)

RGB channels and saturation

R 254 of 255 = 100%
G 246 of 255 = 96%
B 253 of 255 = 99%

254
246
253

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

Portions of RGB colors in percentages

R + G + B = 254 + 246 + 253 = 753 (100%)
R 254 of 753 ~ 33.73%
G 246 of 753 ~ 32.67%
B 253 of 753 ~ 33.6'%

%33.73
%32.67
%33.6

CMYK color model

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

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

Codes

Color #FEF6FD in popluar color models

FE F6 FD
RGB 254 246 253
HSL 308° 80.00% 98.04%
HSB/HSV 308° 3.15% 99.61%
CMYK 0.00% 3.15% 0.39%
0.39%

Color #FEF6FD in popluar number systems.

HEX FE F6 FD
Decimal 254 246 253
Binary 11111110 11110110 11111101
Octal 376 366 375

Shades and tints

Shades of #FEF6FD

#FEF6FD
(254,246,253)
#E7E0E6
(231,224,230)
#D0CACF
(208,202,207)
#B9B4B8
(185,180,184)
#A29EA1
(162,158,161)
#8B888A
(139,136,138)
#747273
(116,114,115)
#5D5C5C
(93,92,92)
#464645
(70,70,69)
#2F302E
(47,48,46)
#181A17
(24,26,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF6FD; }

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

This text font color is #FEF6FD.

Background Color

.myBgColor { background-color: #FEF6FD; }

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

This div background color is #FEF6FD.

Border color

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

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

This div border color is #FEF6FD.

Opacity

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

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

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

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

This text has shadow with #FEF6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF6FD.

Preview

Color preview on black background

This text has color #FEF6FD on black background.


Color preview on white background

This text has color #FEF6FD on white background.


Black color preview on #FEF6FD background

This text has black color on #FEF6FD background.


White color preview on #FEF6FD background

This text has white color on #FEF6FD background.


Related colors

Complementary color

Complementary color for #hex is #010902.


I love getcolorcode.com

Triadic colors

1 #FDFEF6 and #F6FDFE with #FEF6FD are triadic colors.

2 #FDF6FE and #F6FEFD with #FEF6FD are triadic colors.