COLOR #FDFADC

HEX: #FDFADC RGB: (253,250,220)

Color info

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

RGB color model

#FDFADC color RGB value is (253,250,220).

RGB: (253,250,220) (99%, 98%, 86%)

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 220 of 255 = 86%

253
250
220

R + G + B ~ 94%. #FDFADC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 250 + 220 = 723 (100%)
R 253 of 723 ~ 34.99%
G 250 of 723 ~ 34.58%
B 220 of 723 ~ 30.43'%

%34.99
%34.58
%30.43

CMYK color model

#FDFADC color CMYK value is (0,1,13,1).

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

CMYK: (0,1,13,1)
C0M1Y13K1 (0%, 1%, 13%, 1%)
(0.00 / 0.01 / 0.13 / 0.01)

CMYK percentages

%0
%1.19
%13.04
%0.78

Codes

Color #FDFADC in popluar color models

FD FA DC
RGB 253 250 220
HSL 55° 89.19% 92.75%
HSB/HSV 55° 13.04% 99.22%
CMYK 0.00% 1.19% 13.04%
0.78%

Color #FDFADC in popluar number systems.

HEX FD FA DC
Decimal 253 250 220
Binary 11111101 11111010 11011100
Octal 375 372 334

Shades and tints

Shades of #FDFADC

#FDFADC
(253,250,220)
#E6E4C8
(230,228,200)
#CFCEB4
(207,206,180)
#B8B8A0
(184,184,160)
#A1A28C
(161,162,140)
#8A8C78
(138,140,120)
#737664
(115,118,100)
#5C6050
(92,96,80)
#454A3C
(69,74,60)
#2E3428
(46,52,40)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #FDFADC

#FDFADC
(253,250,220)
#FDFADF
(253,250,223)
#FDFAE2
(253,250,226)
#FDFAE5
(253,250,229)
#FDFAE8
(253,250,232)
#FDFAEB
(253,250,235)
#FDFAEE
(253,250,238)
#FDFAF1
(253,250,241)
#FDFAF4
(253,250,244)
#FDFAF7
(253,250,247)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFADC; }

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

This text font color is #FDFADC.

Background Color

.myBgColor { background-color: #FDFADC; }

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

This div background color is #FDFADC.

Border color

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

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

This div border color is #FDFADC.

Opacity

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

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

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

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

This text has shadow with #FDFADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFADC.

Preview

Color preview on black background

This text has color #FDFADC on black background.


Color preview on white background

This text has color #FDFADC on white background.


Black color preview on #FDFADC background

This text has black color on #FDFADC background.


White color preview on #FDFADC background

This text has white color on #FDFADC background.


Related colors

Complementary color

Complementary color for #hex is #020523.


I love getcolorcode.com

Triadic colors

1 #DCFDFA and #FADCFD with #FDFADC are triadic colors.

2 #DCFAFD and #FAFDDC with #FDFADC are triadic colors.