COLOR #FDF6C8

HEX: #FDF6C8 RGB: (253,246,200)

Color info

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

RGB color model

#FDF6C8 color RGB value is (253,246,200).

RGB: (253,246,200) (99%, 96%, 78%)

RGB channels and saturation

R 253 of 255 = 99%
G 246 of 255 = 96%
B 200 of 255 = 78%

253
246
200

R + G + B ~ 91%. #FDF6C8 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 246 + 200 = 699 (100%)
R 253 of 699 ~ 36.19%
G 246 of 699 ~ 35.19%
B 200 of 699 ~ 28.61'%

%36.19
%35.19
%28.61

CMYK color model

#FDF6C8 color CMYK value is (0,3,21,1).

  • cyan value is 0.00%
  • magenta value is 2.77%
  • yellow value is 20.95%
  • key color value is 0.78%

CMYK: (0,3,21,1)
C0M3Y21K1 (0%, 3%, 21%, 1%)
(0.00 / 0.03 / 0.21 / 0.01)

CMYK percentages

%0
%2.77
%20.95
%0.78

Codes

Color #FDF6C8 in popluar color models

FD F6 C8
RGB 253 246 200
HSL 52° 92.98% 88.82%
HSB/HSV 52° 20.95% 99.22%
CMYK 0.00% 2.77% 20.95%
0.78%

Color #FDF6C8 in popluar number systems.

HEX FD F6 C8
Decimal 253 246 200
Binary 11111101 11110110 11001000
Octal 375 366 310

Shades and tints

Shades of #FDF6C8

#FDF6C8
(253,246,200)
#E6E0B6
(230,224,182)
#CFCAA4
(207,202,164)
#B8B492
(184,180,146)
#A19E80
(161,158,128)
#8A886E
(138,136,110)
#73725C
(115,114,92)
#5C5C4A
(92,92,74)
#454638
(69,70,56)
#2E3026
(46,48,38)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #FDF6C8

#FDF6C8
(253,246,200)
#FDF6CD
(253,246,205)
#FDF6D2
(253,246,210)
#FDF6D7
(253,246,215)
#FDF6DC
(253,246,220)
#FDF6E1
(253,246,225)
#FDF6E6
(253,246,230)
#FDF6EB
(253,246,235)
#FDF6F0
(253,246,240)
#FDF6F5
(253,246,245)
#FDF6FA
(253,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF6C8 color. Also use rgb(253,246,200) instead hex code.

Text Font Color

.myTextColor { color: #FDF6C8; }

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

This text font color is #FDF6C8.

Background Color

.myBgColor { background-color: #FDF6C8; }

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

This div background color is #FDF6C8.

Border color

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

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

This div border color is #FDF6C8.

Opacity

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

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

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

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

This text has shadow with #FDF6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF6C8.

Preview

Color preview on black background

This text has color #FDF6C8 on black background.


Color preview on white background

This text has color #FDF6C8 on white background.


Black color preview on #FDF6C8 background

This text has black color on #FDF6C8 background.


White color preview on #FDF6C8 background

This text has white color on #FDF6C8 background.


Related colors

Complementary color

Complementary color for #hex is #020937.


I love getcolorcode.com

Triadic colors

1 #C8FDF6 and #F6C8FD with #FDF6C8 are triadic colors.

2 #C8F6FD and #F6FDC8 with #FDF6C8 are triadic colors.