COLOR #FDF5FA

HEX: #FDF5FA
RGB: (253,245,250)

Color info

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

RGB color model

#FDF5FA color RGB value is (253,245,250).

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

RGB channels and saturation

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

253
245
250

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

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 250 = 748 (100%)
R 253 of 748 ~ 33.82%
G 245 of 748 ~ 32.75%
B 250 of 748 ~ 33.42%

%33.82
%32.75
%33.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK:
(0,3,1,1)
C0M3Y1K1 
(0%,3%,1%,1%)
(0.00/0.03/0.01/0.01)	

CMYK percentages

%0
%3.16
%1.19
%0.78

Codes

Color #FDF5FA in popluar color models

FDF5FA
RGB253245250
HSL323°66.67%97.65%
HSB/HSV323°3.16%99.22%
CMYK0.00%3.16%1.19%
0.78%

Color #FDF5FA in popluar number systems.

HEXFDF5FA
Decimal253245250
Binary111111011111010111111010
Octal375365372

Shades and tints

Shades of #FDF5FA

#FDF5FA
(253,245,250)
#E6DFE4
(230,223,228)
#CFC9CE
(207,201,206)
#B8B3B8
(184,179,184)
#A19DA2
(161,157,162)
#8A878C
(138,135,140)
#737176
(115,113,118)
#5C5B60
(92,91,96)
#45454A
(69,69,74)
#2E2F34
(46,47,52)
#17191E
(23,25,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5FA; }

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

This text font color is #FDF5FA.


Background Color

.myBgColor { background-color: #FDF5FA; }

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

This div background color is #FDF5FA.


Border color

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

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

This div border color is #FDF5FA.


Opacity

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

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

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

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

This text has shadow with #FDF5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5FA on black background.


Color preview on white background

This text has color #FDF5FA on white background.



Black color preview on #FDF5FA background

This text has black color on #FDF5FA background.


White color preview on #FDF5FA background

This text has white color on #FDF5FA background.