COLOR #FDF5FB

HEX: #FDF5FB
RGB: (253,245,251)

Color info

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

RGB color model

#FDF5FB color RGB value is (253,245,251).

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

RGB channels and saturation

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

253
245
251

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

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 251 = 749 (100%)
R 253 of 749 ~ 33.78%
G 245 of 749 ~ 32.71%
B 251 of 749 ~ 33.51%

%33.78
%32.71
%33.51

CMYK color model

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

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

Codes

Color #FDF5FB in popluar color models

FDF5FB
RGB253245251
HSL315°66.67%97.65%
HSB/HSV315°3.16%99.22%
CMYK0.00%3.16%0.79%
0.78%

Color #FDF5FB in popluar number systems.

HEXFDF5FB
Decimal253245251
Binary111111011111010111111011
Octal375365373

Shades and tints

Shades of #FDF5FB

#FDF5FB
(253,245,251)
#E6DFE5
(230,223,229)
#CFC9CF
(207,201,207)
#B8B3B9
(184,179,185)
#A19DA3
(161,157,163)
#8A878D
(138,135,141)
#737177
(115,113,119)
#5C5B61
(92,91,97)
#45454B
(69,69,75)
#2E2F35
(46,47,53)
#17191F
(23,25,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5FB; }

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

This text font color is #FDF5FB.


Background Color

.myBgColor { background-color: #FDF5FB; }

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

This div background color is #FDF5FB.


Border color

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

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

This div border color is #FDF5FB.


Opacity

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

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

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

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

This text has shadow with #FDF5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5FB on black background.


Color preview on white background

This text has color #FDF5FB on white background.



Black color preview on #FDF5FB background

This text has black color on #FDF5FB background.


White color preview on #FDF5FB background

This text has white color on #FDF5FB background.