COLOR #FEFFF7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

254
255
247

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

Portions of RGB colors in percentages

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

%33.6
%33.73
%32.67

CMYK color model

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

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

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

CMYK percentages

%0.39
%0
%3.14
%0

Codes

Color #FEFFF7 in popluar color models

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

Color #FEFFF7 in popluar number systems.

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

Shades and tints

Shades of #FEFFF7

#FEFFF7
(254,255,247)
#E7E8E1
(231,232,225)
#D0D1CB
(208,209,203)
#B9BAB5
(185,186,181)
#A2A39F
(162,163,159)
#8B8C89
(139,140,137)
#747573
(116,117,115)
#5D5E5D
(93,94,93)
#464747
(70,71,71)
#2F3031
(47,48,49)
#18191B
(24,25,27)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFFF7; }

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

This text font color is #FEFFF7.

Background Color

.myBgColor { background-color: #FEFFF7; }

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

This div background color is #FEFFF7.

Border color

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

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

This div border color is #FEFFF7.

Opacity

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

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

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

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

This text has shadow with #FEFFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFFF7.

Preview

Color preview on black background

This text has color #FEFFF7 on black background.


Color preview on white background

This text has color #FEFFF7 on white background.


Black color preview on #FEFFF7 background

This text has black color on #FEFFF7 background.


White color preview on #FEFFF7 background

This text has white color on #FEFFF7 background.


Related colors

Complementary color

Complementary color for #hex is #010008.


I love getcolorcode.com

Triadic colors

1 #F7FEFF and #FFF7FE with #FEFFF7 are triadic colors.

2 #F7FFFE and #FFFEF7 with #FEFFF7 are triadic colors.