COLOR #FDFCB5

HEX: #FDFCB5 RGB: (253,252,181)

Color info

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

RGB color model

#FDFCB5 color RGB value is (253,252,181).

RGB: (253,252,181) (99%, 99%, 71%)

RGB channels and saturation

R 253 of 255 = 99%
G 252 of 255 = 99%
B 181 of 255 = 71%

253
252
181

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

Portions of RGB colors in percentages

R + G + B = 253 + 252 + 181 = 686 (100%)
R 253 of 686 ~ 36.88%
G 252 of 686 ~ 36.73%
B 181 of 686 ~ 26.38'%

%36.88
%36.73
%26.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 28.46%
  • key color value is 0.78%

CMYK: (0,0,28,1)
C0M0Y28K1 (0%, 0%, 28%, 1%)
(0.00 / 0.00 / 0.28 / 0.01)

CMYK percentages

%0
%0.4
%28.46
%0.78

Codes

Color #FDFCB5 in popluar color models

FD FC B5
RGB 253 252 181
HSL 59° 94.74% 85.10%
HSB/HSV 59° 28.46% 99.22%
CMYK 0.00% 0.40% 28.46%
0.78%

Color #FDFCB5 in popluar number systems.

HEX FD FC B5
Decimal 253 252 181
Binary 11111101 11111100 10110101
Octal 375 374 265

Shades and tints

Shades of #FDFCB5

#FDFCB5
(253,252,181)
#E6E6A5
(230,230,165)
#CFD095
(207,208,149)
#B8BA85
(184,186,133)
#A1A475
(161,164,117)
#8A8E65
(138,142,101)
#737855
(115,120,85)
#5C6245
(92,98,69)
#454C35
(69,76,53)
#2E3625
(46,54,37)
#172015
(23,32,21)
#000000
(0,0,0)

Tints of #FDFCB5

#FDFCB5
(253,252,181)
#FDFCBB
(253,252,187)
#FDFCC1
(253,252,193)
#FDFCC7
(253,252,199)
#FDFCCD
(253,252,205)
#FDFCD3
(253,252,211)
#FDFCD9
(253,252,217)
#FDFCDF
(253,252,223)
#FDFCE5
(253,252,229)
#FDFCEB
(253,252,235)
#FDFCF1
(253,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFCB5 color. Also use rgb(253,252,181) instead hex code.

Text Font Color

.myTextColor { color: #FDFCB5; }

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

This text font color is #FDFCB5.

Background Color

.myBgColor { background-color: #FDFCB5; }

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

This div background color is #FDFCB5.

Border color

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

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

This div border color is #FDFCB5.

Opacity

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

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

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

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

This text has shadow with #FDFCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFCB5.

Preview

Color preview on black background

This text has color #FDFCB5 on black background.


Color preview on white background

This text has color #FDFCB5 on white background.


Black color preview on #FDFCB5 background

This text has black color on #FDFCB5 background.


White color preview on #FDFCB5 background

This text has white color on #FDFCB5 background.


Related colors

Complementary color

Complementary color for #hex is #02034A.


I love getcolorcode.com

Triadic colors

1 #B5FDFC and #FCB5FD with #FDFCB5 are triadic colors.

2 #B5FCFD and #FCFDB5 with #FDFCB5 are triadic colors.