COLOR #FEF6FF

HEX: #FEF6FF RGB: (254,246,255)

Color info

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

RGB color model

#FEF6FF color RGB value is (254,246,255).

RGB: (254,246,255) (100%, 96%, 100%)

RGB channels and saturation

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

254
246
255

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

Portions of RGB colors in percentages

R + G + B = 254 + 246 + 255 = 755 (100%)
R 254 of 755 ~ 33.64%
G 246 of 755 ~ 32.58%
B 255 of 755 ~ 33.77'%

%33.64
%32.58
%33.77

CMYK color model

#FEF6FF color CMYK value is (0,4,0,0).

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

CMYK: (0,4,0,0)
C0M4Y0K0 (0%, 4%, 0%, 0%)
(0.00 / 0.04 / 0.00 / 0.00)

CMYK percentages

%0.39
%3.53
%0
%0

Codes

Color #FEF6FF in popluar color models

FE F6 FF
RGB 254 246 255
HSL 293° 100.00% 98.24%
HSB/HSV 293° 3.53% 100.00%
CMYK 0.39% 3.53% 0.00%
0.00%

Color #FEF6FF in popluar number systems.

HEX FE F6 FF
Decimal 254 246 255
Binary 11111110 11110110 11111111
Octal 376 366 377

Shades and tints

Shades of #FEF6FF

#FEF6FF
(254,246,255)
#E7E0E8
(231,224,232)
#D0CAD1
(208,202,209)
#B9B4BA
(185,180,186)
#A29EA3
(162,158,163)
#8B888C
(139,136,140)
#747275
(116,114,117)
#5D5C5E
(93,92,94)
#464647
(70,70,71)
#2F3030
(47,48,48)
#181A19
(24,26,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF6FF; }

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

This text font color is #FEF6FF.

Background Color

.myBgColor { background-color: #FEF6FF; }

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

This div background color is #FEF6FF.

Border color

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

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

This div border color is #FEF6FF.

Opacity

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

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

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

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

This text has shadow with #FEF6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF6FF.

Preview

Color preview on black background

This text has color #FEF6FF on black background.


Color preview on white background

This text has color #FEF6FF on white background.


Black color preview on #FEF6FF background

This text has black color on #FEF6FF background.


White color preview on #FEF6FF background

This text has white color on #FEF6FF background.


Related colors

Complementary color

Complementary color for #hex is #010900.


I love getcolorcode.com

Triadic colors

1 #FFFEF6 and #F6FFFE with #FEF6FF are triadic colors.

2 #FFF6FE and #F6FEFF with #FEF6FF are triadic colors.