COLOR #FDFDF4

HEX: #FDFDF4
RGB: (253,253,244)

Color info

#FDFDF4 contains red, green and blue colors in about the same proportion. Web safe color of #FDFDF4 is #FFFFFF (or #FFF).

RGB color model

#FDFDF4 color RGB value is (253,253,244).

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

RGB channels and saturation

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

253
253
244

R + G + B ~ 98%. #FDFDF4 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 253 + 244 = 750 (100%)
R 253 of 750 ~ 33.73%
G 253 of 750 ~ 33.73%
B 244 of 750 ~ 32.53%

%33.73
%33.73
%32.53

CMYK color model

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

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

CMYK percentages

%0
%0
%3.56
%0.78

Codes

Color #FDFDF4 in popluar color models

FDFDF4
RGB253253244
HSL60°69.23%97.45%
HSB/HSV60°3.56%99.22%
CMYK0.00%0.00%3.56%
0.78%

Color #FDFDF4 in popluar number systems.

HEXFDFDF4
Decimal253253244
Binary111111011111110111110100
Octal375375364

Shades and tints

Shades of #FDFDF4

#FDFDF4
(253,253,244)
#E6E6DE
(230,230,222)
#CFCFC8
(207,207,200)
#B8B8B2
(184,184,178)
#A1A19C
(161,161,156)
#8A8A86
(138,138,134)
#737370
(115,115,112)
#5C5C5A
(92,92,90)
#454544
(69,69,68)
#2E2E2E
(46,46,46)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDFDF4

#FDFDF4
(253,253,244)
#FDFDF5
(253,253,245)
#FDFDF6
(253,253,246)
#FDFDF7
(253,253,247)
#FDFDF8
(253,253,248)
#FDFDF9
(253,253,249)
#FDFDFA
(253,253,250)
#FDFDFB
(253,253,251)
#FDFDFC
(253,253,252)
#FDFDFD
(253,253,253)
#FDFDFE
(253,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDF4; }

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

This text font color is #FDFDF4.


Background Color

.myBgColor { background-color: #FDFDF4; }

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

This div background color is #FDFDF4.


Border color

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

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

This div border color is #FDFDF4.


Opacity

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

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

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

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

This text has shadow with #FDFDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFDF4 on black background.


Color preview on white background

This text has color #FDFDF4 on white background.



Black color preview on #FDFDF4 background

This text has black color on #FDFDF4 background.


White color preview on #FDFDF4 background

This text has white color on #FDFDF4 background.