COLOR #FDF4B3

HEX: #FDF4B3
RGB: (253,244,179)

Color info

#FDF4B3 contains mainly red and green colors. Web safe color of #FDF4B3 is #FFFF99 (or #FF9).

RGB color model

#FDF4B3 color RGB value is (253,244,179).

  • red value is 253;
  • green value is 244;
  • blue value is 179.
RGB:
(253,244,179)
(99%,96%,70%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 179 of 255 = 70%

253
244
179

R + G + B ~ 88%. #FDF4B3 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 244 + 179 = 676 (100%)
R 253 of 676 ~ 37.43%
G 244 of 676 ~ 36.09%
B 179 of 676 ~ 26.48%

%37.43
%36.09
%26.48

CMYK color model

#FDF4B3 color CMYK value is (0,4,29,1).

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 29.25%
  • key color value is 0.78%
CMYK:
(0,4,29,1)
C0M4Y29K1 
(0%,4%,29%,1%)
(0.00/0.04/0.29/0.01)	

CMYK percentages

%0
%3.56
%29.25
%0.78

Codes

Color #FDF4B3 in popluar color models

FDF4B3
RGB253244179
HSL53°94.87%84.71%
HSB/HSV53°29.25%99.22%
CMYK0.00%3.56%29.25%
0.78%

Color #FDF4B3 in popluar number systems.

HEXFDF4B3
Decimal253244179
Binary111111011111010010110011
Octal375364263

Shades and tints

Shades of #FDF4B3

#FDF4B3
(253,244,179)
#E6DEA3
(230,222,163)
#CFC893
(207,200,147)
#B8B283
(184,178,131)
#A19C73
(161,156,115)
#8A8663
(138,134,99)
#737053
(115,112,83)
#5C5A43
(92,90,67)
#454433
(69,68,51)
#2E2E23
(46,46,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #FDF4B3

#FDF4B3
(253,244,179)
#FDF5B9
(253,245,185)
#FDF6BF
(253,246,191)
#FDF7C5
(253,247,197)
#FDF8CB
(253,248,203)
#FDF9D1
(253,249,209)
#FDFAD7
(253,250,215)
#FDFBDD
(253,251,221)
#FDFCE3
(253,252,227)
#FDFDE9
(253,253,233)
#FDFEEF
(253,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF4B3 color. Also use rgb(253,244,179) instead hex code.

Text Font Color

.myTextColor { color: #FDF4B3; }

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

This text font color is #FDF4B3.


Background Color

.myBgColor { background-color: #FDF4B3; }

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

This div background color is #FDF4B3.


Border color

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

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

This div border color is #FDF4B3.


Opacity

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

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

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

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

This text has shadow with #FDF4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF4B3 on black background.


Color preview on white background

This text has color #FDF4B3 on white background.



Black color preview on #FDF4B3 background

This text has black color on #FDF4B3 background.


White color preview on #FDF4B3 background

This text has white color on #FDF4B3 background.