COLOR #FDF6BC

HEX: #FDF6BC RGB: (253,246,188)

Color info

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

RGB color model

#FDF6BC color RGB value is (253,246,188).

RGB: (253,246,188) (99%, 96%, 74%)

RGB channels and saturation

R 253 of 255 = 99%
G 246 of 255 = 96%
B 188 of 255 = 74%

253
246
188

R + G + B ~ 90%. #FDF6BC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 246 + 188 = 687 (100%)
R 253 of 687 ~ 36.83%
G 246 of 687 ~ 35.81%
B 188 of 687 ~ 27.37'%

%36.83
%35.81
%27.37

CMYK color model

#FDF6BC color CMYK value is (0,3,26,1).

  • cyan value is 0.00%
  • magenta value is 2.77%
  • yellow value is 25.69%
  • key color value is 0.78%
CMYK: (0,3,26,1) C0M3Y26K1 (0%,3%,26%,1%) (0.00/0.03/0.26/0.01) 

CMYK percentages

%0
%2.77
%25.69
%0.78

Codes

Color #FDF6BC in popluar color models

FD F6 BC
RGB 253 246 188
HSL 54° 94.20% 86.47%
HSB/HSV 54° 25.69% 99.22%
CMYK 0.00% 2.77% 25.69%
0.78%

Color #FDF6BC in popluar number systems.

HEX FD F6 BC
Decimal 253 246 188
Binary 11111101 11110110 10111100
Octal 375 366 274

Shades and tints

Shades of #FDF6BC

#FDF6BC
(253,246,188)
#E6E0AB
(230,224,171)
#CFCA9A
(207,202,154)
#B8B489
(184,180,137)
#A19E78
(161,158,120)
#8A8867
(138,136,103)
#737256
(115,114,86)
#5C5C45
(92,92,69)
#454634
(69,70,52)
#2E3023
(46,48,35)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #FDF6BC

#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)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF6BC; }

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

This text font color is #FDF6BC.

Background Color

.myBgColor { background-color: #FDF6BC; }

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

This div background color is #FDF6BC.

Border color

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

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

This div border color is #FDF6BC.

Opacity

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

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

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

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

This text has shadow with #FDF6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF6BC.

Preview

Color preview on black background

This text has color #FDF6BC on black background.


Color preview on white background

This text has color #FDF6BC on white background.


Black color preview on #FDF6BC background

This text has black color on #FDF6BC background.


White color preview on #FDF6BC background

This text has white color on #FDF6BC background.


Related colors

Complementary color

Complementary color for #hex is #020943.


I love getcolorcode.com

Triadic colors

1 #BCFDF6 and #F6BCFD with #FDF6BC are triadic colors.

2 #BCF6FD and #F6FDBC with #FDF6BC are triadic colors.