COLOR #FDF7FA

HEX: #FDF7FA RGB: (253,247,250)

Color info

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

RGB color model

#FDF7FA color RGB value is (253,247,250).

RGB: (253,247,250) (99%, 97%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 250 of 255 = 98%

253
247
250

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

Portions of RGB colors in percentages

R + G + B = 253 + 247 + 250 = 750 (100%)
R 253 of 750 ~ 33.73%
G 247 of 750 ~ 32.93%
B 250 of 750 ~ 33.33'%

%33.73
%32.93
%33.33

CMYK color model

#FDF7FA color CMYK value is (0,2,1,1).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 1.19%
  • key color value is 0.78%

CMYK: (0,2,1,1)
C0M2Y1K1 (0%, 2%, 1%, 1%)
(0.00 / 0.02 / 0.01 / 0.01)

CMYK percentages

%0
%2.37
%1.19
%0.78

Codes

Color #FDF7FA in popluar color models

FD F7 FA
RGB 253 247 250
HSL 330° 60.00% 98.04%
HSB/HSV 330° 2.37% 99.22%
CMYK 0.00% 2.37% 1.19%
0.78%

Color #FDF7FA in popluar number systems.

HEX FD F7 FA
Decimal 253 247 250
Binary 11111101 11110111 11111010
Octal 375 367 372

Shades and tints

Shades of #FDF7FA

#FDF7FA
(253,247,250)
#E6E1E4
(230,225,228)
#CFCBCE
(207,203,206)
#B8B5B8
(184,181,184)
#A19FA2
(161,159,162)
#8A898C
(138,137,140)
#737376
(115,115,118)
#5C5D60
(92,93,96)
#45474A
(69,71,74)
#2E3134
(46,49,52)
#171B1E
(23,27,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF7FA; }

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

This text font color is #FDF7FA.

Background Color

.myBgColor { background-color: #FDF7FA; }

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

This div background color is #FDF7FA.

Border color

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

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

This div border color is #FDF7FA.

Opacity

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

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

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

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

This text has shadow with #FDF7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF7FA.

Preview

Color preview on black background

This text has color #FDF7FA on black background.


Color preview on white background

This text has color #FDF7FA on white background.


Black color preview on #FDF7FA background

This text has black color on #FDF7FA background.


White color preview on #FDF7FA background

This text has white color on #FDF7FA background.


Related colors

Complementary color

Complementary color for #hex is #020805.


I love getcolorcode.com

Triadic colors

1 #FAFDF7 and #F7FAFD with #FDF7FA are triadic colors.

2 #FAF7FD and #F7FDFA with #FDF7FA are triadic colors.