COLOR #FDF9FB

HEX: #FDF9FB
RGB: (253,249,251)

Color info

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

RGB color model

#FDF9FB color RGB value is (253,249,251).

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

RGB channels and saturation

R 253 of 255 = 99%
G 249 of 255 = 98%
B 251 of 255 = 98%

253
249
251

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

Portions of RGB colors in percentages

R + G + B =
253 + 249 + 251 = 753 (100%)
R 253 of 753 ~ 33.6%
G 249 of 753 ~ 33.07%
B 251 of 753 ~ 33.33%

%33.6
%33.07
%33.33

CMYK color model

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

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

Codes

Color #FDF9FB in popluar color models

FDF9FB
RGB253249251
HSL330°50.00%98.43%
HSB/HSV330°1.58%99.22%
CMYK0.00%1.58%0.79%
0.78%

Color #FDF9FB in popluar number systems.

HEXFDF9FB
Decimal253249251
Binary111111011111100111111011
Octal375371373

Shades and tints

Shades of #FDF9FB

#FDF9FB
(253,249,251)
#E6E3E5
(230,227,229)
#CFCDCF
(207,205,207)
#B8B7B9
(184,183,185)
#A1A1A3
(161,161,163)
#8A8B8D
(138,139,141)
#737577
(115,117,119)
#5C5F61
(92,95,97)
#45494B
(69,73,75)
#2E3335
(46,51,53)
#171D1F
(23,29,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9FB; }

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

This text font color is #FDF9FB.


Background Color

.myBgColor { background-color: #FDF9FB; }

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

This div background color is #FDF9FB.


Border color

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

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

This div border color is #FDF9FB.


Opacity

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

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

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

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

This text has shadow with #FDF9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9FB on black background.


Color preview on white background

This text has color #FDF9FB on white background.



Black color preview on #FDF9FB background

This text has black color on #FDF9FB background.


White color preview on #FDF9FB background

This text has white color on #FDF9FB background.