COLOR #FDF5F9

HEX: #FDF5F9
RGB: (253,245,249)

Color info

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

RGB color model

#FDF5F9 color RGB value is (253,245,249).

  • red value is 253;
  • green value is 245;
  • blue value is 249.
RGB:
(253,245,249)
(99%,96%,98%)

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 249 of 255 = 98%

253
245
249

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

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 249 = 747 (100%)
R 253 of 747 ~ 33.87%
G 245 of 747 ~ 32.8%
B 249 of 747 ~ 33.33%

%33.87
%32.8
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(0,3,2,1)
C0M3Y2K1 
(0%,3%,2%,1%)
(0.00/0.03/0.02/0.01)	

CMYK percentages

%0
%3.16
%1.58
%0.78

Codes

Color #FDF5F9 in popluar color models

FDF5F9
RGB253245249
HSL330°66.67%97.65%
HSB/HSV330°3.16%99.22%
CMYK0.00%3.16%1.58%
0.78%

Color #FDF5F9 in popluar number systems.

HEXFDF5F9
Decimal253245249
Binary111111011111010111111001
Octal375365371

Shades and tints

Shades of #FDF5F9

#FDF5F9
(253,245,249)
#E6DFE3
(230,223,227)
#CFC9CD
(207,201,205)
#B8B3B7
(184,179,183)
#A19DA1
(161,157,161)
#8A878B
(138,135,139)
#737175
(115,113,117)
#5C5B5F
(92,91,95)
#454549
(69,69,73)
#2E2F33
(46,47,51)
#17191D
(23,25,29)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #FDF5F9 color. Also use rgb(253,245,249) instead hex code.

Text Font Color

.myTextColor { color: #FDF5F9; }

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

This text font color is #FDF5F9.


Background Color

.myBgColor { background-color: #FDF5F9; }

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

This div background color is #FDF5F9.


Border color

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

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

This div border color is #FDF5F9.


Opacity

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

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

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

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

This text has shadow with #FDF5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5F9 on black background.


Color preview on white background

This text has color #FDF5F9 on white background.



Black color preview on #FDF5F9 background

This text has black color on #FDF5F9 background.


White color preview on #FDF5F9 background

This text has white color on #FDF5F9 background.