COLOR #FEF7FF

HEX: #FEF7FF RGB: (254,247,255)

Color info

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

RGB color model

#FEF7FF color RGB value is (254,247,255).

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

RGB channels and saturation

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

254
247
255

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

Portions of RGB colors in percentages

R + G + B = 254 + 247 + 255 = 756 (100%)
R 254 of 756 ~ 33.6%
G 247 of 756 ~ 32.67%
B 255 of 756 ~ 33.73'%

%33.6
%32.67
%33.73

CMYK color model

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

  • cyan value is 0.39%
  • magenta value is 3.14%
  • 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
%3.14
%0
%0

Codes

Color #FEF7FF in popluar color models

FE F7 FF
RGB 254 247 255
HSL 293° 100.00% 98.43%
HSB/HSV 293° 3.14% 100.00%
CMYK 0.39% 3.14% 0.00%
0.00%

Color #FEF7FF in popluar number systems.

HEX FE F7 FF
Decimal 254 247 255
Binary 11111110 11110111 11111111
Octal 376 367 377

Shades and tints

Shades of #FEF7FF

#FEF7FF
(254,247,255)
#E7E1E8
(231,225,232)
#D0CBD1
(208,203,209)
#B9B5BA
(185,181,186)
#A29FA3
(162,159,163)
#8B898C
(139,137,140)
#747375
(116,115,117)
#5D5D5E
(93,93,94)
#464747
(70,71,71)
#2F3130
(47,49,48)
#181B19
(24,27,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF7FF; }

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

This text font color is #FEF7FF.

Background Color

.myBgColor { background-color: #FEF7FF; }

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

This div background color is #FEF7FF.

Border color

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

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

This div border color is #FEF7FF.

Opacity

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

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

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

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

This text has shadow with #FEF7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF7FF.

Preview

Color preview on black background

This text has color #FEF7FF on black background.


Color preview on white background

This text has color #FEF7FF on white background.


Black color preview on #FEF7FF background

This text has black color on #FEF7FF background.


White color preview on #FEF7FF background

This text has white color on #FEF7FF background.


Related colors

Complementary color

Complementary color for #hex is #010800.


I love getcolorcode.com

Triadic colors

1 #FFFEF7 and #F7FFFE with #FEF7FF are triadic colors.

2 #FFF7FE and #F7FEFF with #FEF7FF are triadic colors.