COLOR #FDFAF7

HEX: #FDFAF7
RGB: (253,250,247)

Color info

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

RGB color model

#FDFAF7 color RGB value is (253,250,247).

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

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 247 of 255 = 97%

253
250
247

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

Portions of RGB colors in percentages

R + G + B =
253 + 250 + 247 = 750 (100%)
R 253 of 750 ~ 33.73%
G 250 of 750 ~ 33.33%
B 247 of 750 ~ 32.93%

%33.73
%33.33
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 2.37%
  • key color value is 0.78%
CMYK:
(0,1,2,1)
C0M1Y2K1 
(0%,1%,2%,1%)
(0.00/0.01/0.02/0.01)	

CMYK percentages

%0
%1.19
%2.37
%0.78

Codes

Color #FDFAF7 in popluar color models

FDFAF7
RGB253250247
HSL30°60.00%98.04%
HSB/HSV30°2.37%99.22%
CMYK0.00%1.19%2.37%
0.78%

Color #FDFAF7 in popluar number systems.

HEXFDFAF7
Decimal253250247
Binary111111011111101011110111
Octal375372367

Shades and tints

Shades of #FDFAF7

#FDFAF7
(253,250,247)
#E6E4E1
(230,228,225)
#CFCECB
(207,206,203)
#B8B8B5
(184,184,181)
#A1A29F
(161,162,159)
#8A8C89
(138,140,137)
#737673
(115,118,115)
#5C605D
(92,96,93)
#454A47
(69,74,71)
#2E3431
(46,52,49)
#171E1B
(23,30,27)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAF7; }

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

This text font color is #FDFAF7.


Background Color

.myBgColor { background-color: #FDFAF7; }

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

This div background color is #FDFAF7.


Border color

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

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

This div border color is #FDFAF7.


Opacity

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

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

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

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

This text has shadow with #FDFAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFAF7 on black background.


Color preview on white background

This text has color #FDFAF7 on white background.



Black color preview on #FDFAF7 background

This text has black color on #FDFAF7 background.


White color preview on #FDFAF7 background

This text has white color on #FDFAF7 background.