COLOR #FDFEF7

HEX: #FDFEF7 RGB: (253,254,247)

Color info

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

RGB color model

#FDFEF7 color RGB value is (253,254,247).

RGB: (253,254,247) (99%, 100%, 97%)

RGB channels and saturation

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

253
254
247

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

Portions of RGB colors in percentages

R + G + B = 253 + 254 + 247 = 754 (100%)
R 253 of 754 ~ 33.55%
G 254 of 754 ~ 33.69%
B 247 of 754 ~ 32.76'%

%33.55
%33.69
%32.76

CMYK color model

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

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

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

CMYK percentages

%0.39
%0
%2.76
%0.39

Codes

Color #FDFEF7 in popluar color models

FD FE F7
RGB 253 254 247
HSL 69° 77.78% 98.24%
HSB/HSV 69° 2.76% 99.61%
CMYK 0.39% 0.00% 2.76%
0.39%

Color #FDFEF7 in popluar number systems.

HEX FD FE F7
Decimal 253 254 247
Binary 11111101 11111110 11110111
Octal 375 376 367

Shades and tints

Shades of #FDFEF7

#FDFEF7
(253,254,247)
#E6E7E1
(230,231,225)
#CFD0CB
(207,208,203)
#B8B9B5
(184,185,181)
#A1A29F
(161,162,159)
#8A8B89
(138,139,137)
#737473
(115,116,115)
#5C5D5D
(92,93,93)
#454647
(69,70,71)
#2E2F31
(46,47,49)
#17181B
(23,24,27)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFEF7; }

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

This text font color is #FDFEF7.

Background Color

.myBgColor { background-color: #FDFEF7; }

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

This div background color is #FDFEF7.

Border color

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

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

This div border color is #FDFEF7.

Opacity

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

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

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

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

This text has shadow with #FDFEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFEF7.

Preview

Color preview on black background

This text has color #FDFEF7 on black background.


Color preview on white background

This text has color #FDFEF7 on white background.


Black color preview on #FDFEF7 background

This text has black color on #FDFEF7 background.


White color preview on #FDFEF7 background

This text has white color on #FDFEF7 background.


Related colors

Complementary color

Complementary color for #hex is #020108.


I love getcolorcode.com

Triadic colors

1 #F7FDFE and #FEF7FD with #FDFEF7 are triadic colors.

2 #F7FEFD and #FEFDF7 with #FDFEF7 are triadic colors.