COLOR #FDF9F3

HEX: #FDF9F3 RGB: (253,249,243)

Color info

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

RGB color model

#FDF9F3 color RGB value is (253,249,243).

RGB: (253,249,243) (99%, 98%, 95%)

RGB channels and saturation

R 253 of 255 = 99%
G 249 of 255 = 98%
B 243 of 255 = 95%

253
249
243

R + G + B ~ 97%. #FDF9F3 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 249 + 243 = 745 (100%)
R 253 of 745 ~ 33.96%
G 249 of 745 ~ 33.42%
B 243 of 745 ~ 32.62'%

%33.96
%33.42
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 3.95%
  • key color value is 0.78%

CMYK: (0,2,4,1)
C0M2Y4K1 (0%, 2%, 4%, 1%)
(0.00 / 0.02 / 0.04 / 0.01)

CMYK percentages

%0
%1.58
%3.95
%0.78

Codes

Color #FDF9F3 in popluar color models

FD F9 F3
RGB 253 249 243
HSL 36° 71.43% 97.25%
HSB/HSV 36° 3.95% 99.22%
CMYK 0.00% 1.58% 3.95%
0.78%

Color #FDF9F3 in popluar number systems.

HEX FD F9 F3
Decimal 253 249 243
Binary 11111101 11111001 11110011
Octal 375 371 363

Shades and tints

Shades of #FDF9F3

#FDF9F3
(253,249,243)
#E6E3DD
(230,227,221)
#CFCDC7
(207,205,199)
#B8B7B1
(184,183,177)
#A1A19B
(161,161,155)
#8A8B85
(138,139,133)
#73756F
(115,117,111)
#5C5F59
(92,95,89)
#454943
(69,73,67)
#2E332D
(46,51,45)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #FDF9F3

#FDF9F3
(253,249,243)
#FDF9F4
(253,249,244)
#FDF9F5
(253,249,245)
#FDF9F6
(253,249,246)
#FDF9F7
(253,249,247)
#FDF9F8
(253,249,248)
#FDF9F9
(253,249,249)
#FDF9FA
(253,249,250)
#FDF9FB
(253,249,251)
#FDF9FC
(253,249,252)
#FDF9FD
(253,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9F3; }

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

This text font color is #FDF9F3.

Background Color

.myBgColor { background-color: #FDF9F3; }

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

This div background color is #FDF9F3.

Border color

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

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

This div border color is #FDF9F3.

Opacity

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

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

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

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

This text has shadow with #FDF9F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF9F3.

Preview

Color preview on black background

This text has color #FDF9F3 on black background.


Color preview on white background

This text has color #FDF9F3 on white background.


Black color preview on #FDF9F3 background

This text has black color on #FDF9F3 background.


White color preview on #FDF9F3 background

This text has white color on #FDF9F3 background.


Related colors

Complementary color

Complementary color for #hex is #02060C.


I love getcolorcode.com

Triadic colors

1 #F3FDF9 and #F9F3FD with #FDF9F3 are triadic colors.

2 #F3F9FD and #F9FDF3 with #FDF9F3 are triadic colors.