COLOR #FDF7FB

HEX: #FDF7FB
RGB: (253,247,251)

Color info

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

RGB color model

#FDF7FB color RGB value is (253,247,251).

  • red value is 253;
  • green value is 247;
  • blue value is 251.
RGB:
(253,247,251)
(99%,97%,98%)

RGB channels and saturation

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

253
247
251

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

Portions of RGB colors in percentages

R + G + B =
253 + 247 + 251 = 751 (100%)
R 253 of 751 ~ 33.69%
G 247 of 751 ~ 32.89%
B 251 of 751 ~ 33.42%

%33.69
%32.89
%33.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 0.79%
  • 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
%0.79
%0.78

Codes

Color #FDF7FB in popluar color models

FDF7FB
RGB253247251
HSL320°60.00%98.04%
HSB/HSV320°2.37%99.22%
CMYK0.00%2.37%0.79%
0.78%

Color #FDF7FB in popluar number systems.

HEXFDF7FB
Decimal253247251
Binary111111011111011111111011
Octal375367373

Shades and tints

Shades of #FDF7FB

#FDF7FB
(253,247,251)
#E6E1E5
(230,225,229)
#CFCBCF
(207,203,207)
#B8B5B9
(184,181,185)
#A19FA3
(161,159,163)
#8A898D
(138,137,141)
#737377
(115,115,119)
#5C5D61
(92,93,97)
#45474B
(69,71,75)
#2E3135
(46,49,53)
#171B1F
(23,27,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF7FB; }

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

This text font color is #FDF7FB.


Background Color

.myBgColor { background-color: #FDF7FB; }

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

This div background color is #FDF7FB.


Border color

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

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

This div border color is #FDF7FB.


Opacity

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

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

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

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

This text has shadow with #FDF7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF7FB on black background.


Color preview on white background

This text has color #FDF7FB on white background.



Black color preview on #FDF7FB background

This text has black color on #FDF7FB background.


White color preview on #FDF7FB background

This text has white color on #FDF7FB background.