COLOR #FDF6B6

HEX: #FDF6B6
RGB: (253,246,182)

Color info

#FDF6B6 contains mainly red and green colors. Web safe color of #FDF6B6 is #FFFFCC (or #FFC).

RGB color model

#FDF6B6 color RGB value is (253,246,182).

  • red value is 253;
  • green value is 246;
  • blue value is 182.
RGB:
(253,246,182)
(99%,96%,71%)

RGB channels and saturation

R 253 of 255 = 99%
G 246 of 255 = 96%
B 182 of 255 = 71%

253
246
182

R + G + B ~ 89%. #FDF6B6 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 246 + 182 = 681 (100%)
R 253 of 681 ~ 37.15%
G 246 of 681 ~ 36.12%
B 182 of 681 ~ 26.73%

%37.15
%36.12
%26.73

CMYK color model

#FDF6B6 color CMYK value is (0,3,28,1).

  • cyan value is 0.00%
  • magenta value is 2.77%
  • yellow value is 28.06%
  • key color value is 0.78%
CMYK:
(0,3,28,1)
C0M3Y28K1 
(0%,3%,28%,1%)
(0.00/0.03/0.28/0.01)	

CMYK percentages

%0
%2.77
%28.06
%0.78

Codes

Color #FDF6B6 in popluar color models

FDF6B6
RGB253246182
HSL54°94.67%85.29%
HSB/HSV54°28.06%99.22%
CMYK0.00%2.77%28.06%
0.78%

Color #FDF6B6 in popluar number systems.

HEXFDF6B6
Decimal253246182
Binary111111011111011010110110
Octal375366266

Shades and tints

Shades of #FDF6B6

#FDF6B6
(253,246,182)
#E6E0A6
(230,224,166)
#CFCA96
(207,202,150)
#B8B486
(184,180,134)
#A19E76
(161,158,118)
#8A8866
(138,136,102)
#737256
(115,114,86)
#5C5C46
(92,92,70)
#454636
(69,70,54)
#2E3026
(46,48,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #FDF6B6

#FDF6B6
(253,246,182)
#FDF6BC
(253,246,188)
#FDF6C2
(253,246,194)
#FDF6C8
(253,246,200)
#FDF6CE
(253,246,206)
#FDF6D4
(253,246,212)
#FDF6DA
(253,246,218)
#FDF6E0
(253,246,224)
#FDF6E6
(253,246,230)
#FDF6EC
(253,246,236)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF6B6; }

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

This text font color is #FDF6B6.


Background Color

.myBgColor { background-color: #FDF6B6; }

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

This div background color is #FDF6B6.


Border color

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

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

This div border color is #FDF6B6.


Opacity

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

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

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

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

This text has shadow with #FDF6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF6B6 on black background.


Color preview on white background

This text has color #FDF6B6 on white background.



Black color preview on #FDF6B6 background

This text has black color on #FDF6B6 background.


White color preview on #FDF6B6 background

This text has white color on #FDF6B6 background.