COLOR #FEF9FF

HEX: #FEF9FF RGB: (254,249,255)

Color info

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

RGB color model

#FEF9FF color RGB value is (254,249,255).

RGB: (254,249,255) (100%, 98%, 100%)

RGB channels and saturation

R 254 of 255 = 100%
G 249 of 255 = 98%
B 255 of 255 = 100%

254
249
255

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

Portions of RGB colors in percentages

R + G + B = 254 + 249 + 255 = 758 (100%)
R 254 of 758 ~ 33.51%
G 249 of 758 ~ 32.85%
B 255 of 758 ~ 33.64'%

%33.51
%32.85
%33.64

CMYK color model

#FEF9FF color CMYK value is (0,2,0,0).

  • cyan value is 0.39%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (0,2,0,0) C0M2Y0K0 (0%,2%,0%,0%) (0.00/0.02/0.00/0.00) 

CMYK percentages

%0.39
%2.35
%0
%0

Codes

Color #FEF9FF in popluar color models

FE F9 FF
RGB 254 249 255
HSL 290° 100.00% 98.82%
HSB/HSV 290° 2.35% 100.00%
CMYK 0.39% 2.35% 0.00%
0.00%

Color #FEF9FF in popluar number systems.

HEX FE F9 FF
Decimal 254 249 255
Binary 11111110 11111001 11111111
Octal 376 371 377

Shades and tints

Shades of #FEF9FF

#FEF9FF
(254,249,255)
#E7E3E8
(231,227,232)
#D0CDD1
(208,205,209)
#B9B7BA
(185,183,186)
#A2A1A3
(162,161,163)
#8B8B8C
(139,139,140)
#747575
(116,117,117)
#5D5F5E
(93,95,94)
#464947
(70,73,71)
#2F3330
(47,51,48)
#181D19
(24,29,25)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #FEF9FF color. Also use rgb(254,249,255) instead hex code.

Text Font Color

.myTextColor { color: #FEF9FF; }

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

This text font color is #FEF9FF.

Background Color

.myBgColor { background-color: #FEF9FF; }

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

This div background color is #FEF9FF.

Border color

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

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

This div border color is #FEF9FF.

Opacity

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

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

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

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

This text has shadow with #FEF9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF9FF.

Preview

Color preview on black background

This text has color #FEF9FF on black background.


Color preview on white background

This text has color #FEF9FF on white background.


Black color preview on #FEF9FF background

This text has black color on #FEF9FF background.


White color preview on #FEF9FF background

This text has white color on #FEF9FF background.


Related colors

Complementary color

Complementary color for #hex is #010600.


I love getcolorcode.com

Triadic colors

1 #FFFEF9 and #F9FFFE with #FEF9FF are triadic colors.

2 #FFF9FE and #F9FEFF with #FEF9FF are triadic colors.