COLOR #FDFAD1

HEX: #FDFAD1
RGB: (253,250,209)

Color info

#FDFAD1 contains red, green and blue colors in about the same proportion. Web safe color of #FDFAD1 is #FFFFCC (or #FFC).

RGB color model

#FDFAD1 color RGB value is (253,250,209).

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

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 209 of 255 = 82%

253
250
209

R + G + B ~ 93%. #FDFAD1 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 250 + 209 = 712 (100%)
R 253 of 712 ~ 35.53%
G 250 of 712 ~ 35.11%
B 209 of 712 ~ 29.35%

%35.53
%35.11
%29.35

CMYK color model

#FDFAD1 color CMYK value is (0,1,17,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 17.39%
  • key color value is 0.78%
CMYK:
(0,1,17,1)
C0M1Y17K1 
(0%,1%,17%,1%)
(0.00/0.01/0.17/0.01)	

CMYK percentages

%0
%1.19
%17.39
%0.78

Codes

Color #FDFAD1 in popluar color models

FDFAD1
RGB253250209
HSL56°91.67%90.59%
HSB/HSV56°17.39%99.22%
CMYK0.00%1.19%17.39%
0.78%

Color #FDFAD1 in popluar number systems.

HEXFDFAD1
Decimal253250209
Binary111111011111101011010001
Octal375372321

Shades and tints

Shades of #FDFAD1

#FDFAD1
(253,250,209)
#E6E4BE
(230,228,190)
#CFCEAB
(207,206,171)
#B8B898
(184,184,152)
#A1A285
(161,162,133)
#8A8C72
(138,140,114)
#73765F
(115,118,95)
#5C604C
(92,96,76)
#454A39
(69,74,57)
#2E3426
(46,52,38)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #FDFAD1

#FDFAD1
(253,250,209)
#FDFAD5
(253,250,213)
#FDFAD9
(253,250,217)
#FDFADD
(253,250,221)
#FDFAE1
(253,250,225)
#FDFAE5
(253,250,229)
#FDFAE9
(253,250,233)
#FDFAED
(253,250,237)
#FDFAF1
(253,250,241)
#FDFAF5
(253,250,245)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAD1; }

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

This text font color is #FDFAD1.


Background Color

.myBgColor { background-color: #FDFAD1; }

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

This div background color is #FDFAD1.


Border color

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

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

This div border color is #FDFAD1.


Opacity

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

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

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

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

This text has shadow with #FDFAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFAD1 on black background.


Color preview on white background

This text has color #FDFAD1 on white background.



Black color preview on #FDFAD1 background

This text has black color on #FDFAD1 background.


White color preview on #FDFAD1 background

This text has white color on #FDFAD1 background.