COLOR #FEF8FF

HEX: #FEF8FF RGB: (254,248,255)

Color info

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

RGB color model

#FEF8FF color RGB value is (254,248,255).

RGB: (254,248,255) (100%, 97%, 100%)

RGB channels and saturation

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

254
248
255

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

Portions of RGB colors in percentages

R + G + B = 254 + 248 + 255 = 757 (100%)
R 254 of 757 ~ 33.55%
G 248 of 757 ~ 32.76%
B 255 of 757 ~ 33.69'%

%33.55
%32.76
%33.69

CMYK color model

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

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

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

CMYK percentages

%0.39
%2.75
%0
%0

Codes

Color #FEF8FF in popluar color models

FE F8 FF
RGB 254 248 255
HSL 291° 100.00% 98.63%
HSB/HSV 291° 2.75% 100.00%
CMYK 0.39% 2.75% 0.00%
0.00%

Color #FEF8FF in popluar number systems.

HEX FE F8 FF
Decimal 254 248 255
Binary 11111110 11111000 11111111
Octal 376 370 377

Shades and tints

Shades of #FEF8FF

#FEF8FF
(254,248,255)
#E7E2E8
(231,226,232)
#D0CCD1
(208,204,209)
#B9B6BA
(185,182,186)
#A2A0A3
(162,160,163)
#8B8A8C
(139,138,140)
#747475
(116,116,117)
#5D5E5E
(93,94,94)
#464847
(70,72,71)
#2F3230
(47,50,48)
#181C19
(24,28,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF8FF; }

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

This text font color is #FEF8FF.

Background Color

.myBgColor { background-color: #FEF8FF; }

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

This div background color is #FEF8FF.

Border color

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

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

This div border color is #FEF8FF.

Opacity

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

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

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

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

This text has shadow with #FEF8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF8FF.

Preview

Color preview on black background

This text has color #FEF8FF on black background.


Color preview on white background

This text has color #FEF8FF on white background.


Black color preview on #FEF8FF background

This text has black color on #FEF8FF background.


White color preview on #FEF8FF background

This text has white color on #FEF8FF background.


Related colors

Complementary color

Complementary color for #hex is #010700.


I love getcolorcode.com

Triadic colors

1 #FFFEF8 and #F8FFFE with #FEF8FF are triadic colors.

2 #FFF8FE and #F8FEFF with #FEF8FF are triadic colors.