COLOR #FDF8BA

HEX: #FDF8BA RGB: (253,248,186)

Color info

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

RGB color model

#FDF8BA color RGB value is (253,248,186).

RGB: (253,248,186) (99%, 97%, 73%)

RGB channels and saturation

R 253 of 255 = 99%
G 248 of 255 = 97%
B 186 of 255 = 73%

253
248
186

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

Portions of RGB colors in percentages

R + G + B = 253 + 248 + 186 = 687 (100%)
R 253 of 687 ~ 36.83%
G 248 of 687 ~ 36.1%
B 186 of 687 ~ 27.07'%

%36.83
%36.1
%27.07

CMYK color model

#FDF8BA color CMYK value is (0,2,26,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 26.48%
  • key color value is 0.78%

CMYK: (0,2,26,1)
C0M2Y26K1 (0%, 2%, 26%, 1%)
(0.00 / 0.02 / 0.26 / 0.01)

CMYK percentages

%0
%1.98
%26.48
%0.78

Codes

Color #FDF8BA in popluar color models

FD F8 BA
RGB 253 248 186
HSL 56° 94.37% 86.08%
HSB/HSV 56° 26.48% 99.22%
CMYK 0.00% 1.98% 26.48%
0.78%

Color #FDF8BA in popluar number systems.

HEX FD F8 BA
Decimal 253 248 186
Binary 11111101 11111000 10111010
Octal 375 370 272

Shades and tints

Shades of #FDF8BA

#FDF8BA
(253,248,186)
#E6E2AA
(230,226,170)
#CFCC9A
(207,204,154)
#B8B68A
(184,182,138)
#A1A07A
(161,160,122)
#8A8A6A
(138,138,106)
#73745A
(115,116,90)
#5C5E4A
(92,94,74)
#45483A
(69,72,58)
#2E322A
(46,50,42)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #FDF8BA

#FDF8BA
(253,248,186)
#FDF8C0
(253,248,192)
#FDF8C6
(253,248,198)
#FDF8CC
(253,248,204)
#FDF8D2
(253,248,210)
#FDF8D8
(253,248,216)
#FDF8DE
(253,248,222)
#FDF8E4
(253,248,228)
#FDF8EA
(253,248,234)
#FDF8F0
(253,248,240)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF8BA color. Also use rgb(253,248,186) instead hex code.

Text Font Color

.myTextColor { color: #FDF8BA; }

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

This text font color is #FDF8BA.

Background Color

.myBgColor { background-color: #FDF8BA; }

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

This div background color is #FDF8BA.

Border color

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

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

This div border color is #FDF8BA.

Opacity

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

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

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

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

This text has shadow with #FDF8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF8BA.

Preview

Color preview on black background

This text has color #FDF8BA on black background.


Color preview on white background

This text has color #FDF8BA on white background.


Black color preview on #FDF8BA background

This text has black color on #FDF8BA background.


White color preview on #FDF8BA background

This text has white color on #FDF8BA background.


Related colors

Complementary color

Complementary color for #hex is #020745.


I love getcolorcode.com

Triadic colors

1 #BAFDF8 and #F8BAFD with #FDF8BA are triadic colors.

2 #BAF8FD and #F8FDBA with #FDF8BA are triadic colors.