COLOR #FDF0BE

HEX: #FDF0BE RGB: (253,240,190)

Color info

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

RGB color model

#FDF0BE color RGB value is (253,240,190).

RGB: (253,240,190) (99%, 94%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 240 of 255 = 94%
B 190 of 255 = 75%

253
240
190

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

Portions of RGB colors in percentages

R + G + B = 253 + 240 + 190 = 683 (100%)
R 253 of 683 ~ 37.04%
G 240 of 683 ~ 35.14%
B 190 of 683 ~ 27.82'%

%37.04
%35.14
%27.82

CMYK color model

#FDF0BE color CMYK value is (0,5,25,1).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 24.90%
  • key color value is 0.78%
CMYK: (0,5,25,1) C0M5Y25K1 (0%,5%,25%,1%) (0.00/0.05/0.25/0.01) 

CMYK percentages

%0
%5.14
%24.9
%0.78

Codes

Color #FDF0BE in popluar color models

FD F0 BE
RGB 253 240 190
HSL 48° 94.03% 86.86%
HSB/HSV 48° 24.90% 99.22%
CMYK 0.00% 5.14% 24.90%
0.78%

Color #FDF0BE in popluar number systems.

HEX FD F0 BE
Decimal 253 240 190
Binary 11111101 11110000 10111110
Octal 375 360 276

Shades and tints

Shades of #FDF0BE

#FDF0BE
(253,240,190)
#E6DBAD
(230,219,173)
#CFC69C
(207,198,156)
#B8B18B
(184,177,139)
#A19C7A
(161,156,122)
#8A8769
(138,135,105)
#737258
(115,114,88)
#5C5D47
(92,93,71)
#454836
(69,72,54)
#2E3325
(46,51,37)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #FDF0BE

#FDF0BE
(253,240,190)
#FDF1C3
(253,241,195)
#FDF2C8
(253,242,200)
#FDF3CD
(253,243,205)
#FDF4D2
(253,244,210)
#FDF5D7
(253,245,215)
#FDF6DC
(253,246,220)
#FDF7E1
(253,247,225)
#FDF8E6
(253,248,230)
#FDF9EB
(253,249,235)
#FDFAF0
(253,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF0BE color. Also use rgb(253,240,190) instead hex code.

Text Font Color

.myTextColor { color: #FDF0BE; }

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

This text font color is #FDF0BE.

Background Color

.myBgColor { background-color: #FDF0BE; }

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

This div background color is #FDF0BE.

Border color

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

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

This div border color is #FDF0BE.

Opacity

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

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

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

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

This text has shadow with #FDF0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF0BE.

Preview

Color preview on black background

This text has color #FDF0BE on black background.


Color preview on white background

This text has color #FDF0BE on white background.


Black color preview on #FDF0BE background

This text has black color on #FDF0BE background.


White color preview on #FDF0BE background

This text has white color on #FDF0BE background.


Related colors

Complementary color

Complementary color for #hex is #020F41.


I love getcolorcode.com

Triadic colors

1 #BEFDF0 and #F0BEFD with #FDF0BE are triadic colors.

2 #BEF0FD and #F0FDBE with #FDF0BE are triadic colors.