COLOR #FDFAF4

HEX: #FDFAF4 RGB: (253,250,244)

Color info

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

RGB color model

#FDFAF4 color RGB value is (253,250,244).

RGB: (253,250,244) (99%, 98%, 96%)

RGB channels and saturation

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

253
250
244

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

Portions of RGB colors in percentages

R + G + B = 253 + 250 + 244 = 747 (100%)
R 253 of 747 ~ 33.87%
G 250 of 747 ~ 33.47%
B 244 of 747 ~ 32.66'%

%33.87
%33.47
%32.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 3.56%
  • key color value is 0.78%

CMYK: (0,1,4,1)
C0M1Y4K1 (0%, 1%, 4%, 1%)
(0.00 / 0.01 / 0.04 / 0.01)

CMYK percentages

%0
%1.19
%3.56
%0.78

Codes

Color #FDFAF4 in popluar color models

FD FA F4
RGB 253 250 244
HSL 40° 69.23% 97.45%
HSB/HSV 40° 3.56% 99.22%
CMYK 0.00% 1.19% 3.56%
0.78%

Color #FDFAF4 in popluar number systems.

HEX FD FA F4
Decimal 253 250 244
Binary 11111101 11111010 11110100
Octal 375 372 364

Shades and tints

Shades of #FDFAF4

#FDFAF4
(253,250,244)
#E6E4DE
(230,228,222)
#CFCEC8
(207,206,200)
#B8B8B2
(184,184,178)
#A1A29C
(161,162,156)
#8A8C86
(138,140,134)
#737670
(115,118,112)
#5C605A
(92,96,90)
#454A44
(69,74,68)
#2E342E
(46,52,46)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #FDFAF4

#FDFAF4
(253,250,244)
#FDFAF5
(253,250,245)
#FDFAF6
(253,250,246)
#FDFAF7
(253,250,247)
#FDFAF8
(253,250,248)
#FDFAF9
(253,250,249)
#FDFAFA
(253,250,250)
#FDFAFB
(253,250,251)
#FDFAFC
(253,250,252)
#FDFAFD
(253,250,253)
#FDFAFE
(253,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAF4; }

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

This text font color is #FDFAF4.

Background Color

.myBgColor { background-color: #FDFAF4; }

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

This div background color is #FDFAF4.

Border color

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

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

This div border color is #FDFAF4.

Opacity

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

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

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

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

This text has shadow with #FDFAF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFAF4.

Preview

Color preview on black background

This text has color #FDFAF4 on black background.


Color preview on white background

This text has color #FDFAF4 on white background.


Black color preview on #FDFAF4 background

This text has black color on #FDFAF4 background.


White color preview on #FDFAF4 background

This text has white color on #FDFAF4 background.


Related colors

Complementary color

Complementary color for #hex is #02050B.


I love getcolorcode.com

Triadic colors

1 #F4FDFA and #FAF4FD with #FDFAF4 are triadic colors.

2 #F4FAFD and #FAFDF4 with #FDFAF4 are triadic colors.