COLOR #FEF1FF

HEX: #FEF1FF RGB: (254,241,255)

Color info

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

RGB color model

#FEF1FF color RGB value is (254,241,255).

RGB: (254,241,255) (100%, 95%, 100%)

RGB channels and saturation

R 254 of 255 = 100%
G 241 of 255 = 95%
B 255 of 255 = 100%

254
241
255

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

Portions of RGB colors in percentages

R + G + B = 254 + 241 + 255 = 750 (100%)
R 254 of 750 ~ 33.87%
G 241 of 750 ~ 32.13%
B 255 of 750 ~ 34'%

%33.87
%32.13
%34

CMYK color model

#FEF1FF color CMYK value is (0,5,0,0).

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

CMYK: (0,5,0,0)
C0M5Y0K0 (0%, 5%, 0%, 0%)
(0.00 / 0.05 / 0.00 / 0.00)

CMYK percentages

%0.39
%5.49
%0
%0

Codes

Color #FEF1FF in popluar color models

FE F1 FF
RGB 254 241 255
HSL 296° 100.00% 97.25%
HSB/HSV 296° 5.49% 100.00%
CMYK 0.39% 5.49% 0.00%
0.00%

Color #FEF1FF in popluar number systems.

HEX FE F1 FF
Decimal 254 241 255
Binary 11111110 11110001 11111111
Octal 376 361 377

Shades and tints

Shades of #FEF1FF

#FEF1FF
(254,241,255)
#E7DCE8
(231,220,232)
#D0C7D1
(208,199,209)
#B9B2BA
(185,178,186)
#A29DA3
(162,157,163)
#8B888C
(139,136,140)
#747375
(116,115,117)
#5D5E5E
(93,94,94)
#464947
(70,73,71)
#2F3430
(47,52,48)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #FEF1FF

#FEF1FF
(254,241,255)
#FEF2FF
(254,242,255)
#FEF3FF
(254,243,255)
#FEF4FF
(254,244,255)
#FEF5FF
(254,245,255)
#FEF6FF
(254,246,255)
#FEF7FF
(254,247,255)
#FEF8FF
(254,248,255)
#FEF9FF
(254,249,255)
#FEFAFF
(254,250,255)
#FEFBFF
(254,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF1FF; }

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

This text font color is #FEF1FF.

Background Color

.myBgColor { background-color: #FEF1FF; }

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

This div background color is #FEF1FF.

Border color

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

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

This div border color is #FEF1FF.

Opacity

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

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

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

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

This text has shadow with #FEF1FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF1FF.

Preview

Color preview on black background

This text has color #FEF1FF on black background.


Color preview on white background

This text has color #FEF1FF on white background.


Black color preview on #FEF1FF background

This text has black color on #FEF1FF background.


White color preview on #FEF1FF background

This text has white color on #FEF1FF background.


Related colors

Complementary color

Complementary color for #hex is #010E00.


I love getcolorcode.com

Triadic colors

1 #FFFEF1 and #F1FFFE with #FEF1FF are triadic colors.

2 #FFF1FE and #F1FEFF with #FEF1FF are triadic colors.