COLOR #FDF4F4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
244
244

R + G + B ~ 97%. #FDF4F4 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 244 + 244 = 741 (100%)
R 253 of 741 ~ 34.14%
G 244 of 741 ~ 32.93%
B 244 of 741 ~ 32.93%

%34.14
%32.93
%32.93

CMYK color model

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

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

CMYK percentages

%0
%3.56
%3.56
%0.78

Codes

Color #FDF4F4 in popluar color models

FDF4F4
RGB253244244
HSL69.23%97.45%
HSB/HSV3.56%99.22%
CMYK0.00%3.56%3.56%
0.78%

Color #FDF4F4 in popluar number systems.

HEXFDF4F4
Decimal253244244
Binary111111011111010011110100
Octal375364364

Shades and tints

Shades of #FDF4F4

#FDF4F4
(253,244,244)
#E6DEDE
(230,222,222)
#CFC8C8
(207,200,200)
#B8B2B2
(184,178,178)
#A19C9C
(161,156,156)
#8A8686
(138,134,134)
#737070
(115,112,112)
#5C5A5A
(92,90,90)
#454444
(69,68,68)
#2E2E2E
(46,46,46)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #FDF4F4

#FDF4F4
(253,244,244)
#FDF5F5
(253,245,245)
#FDF6F6
(253,246,246)
#FDF7F7
(253,247,247)
#FDF8F8
(253,248,248)
#FDF9F9
(253,249,249)
#FDFAFA
(253,250,250)
#FDFBFB
(253,251,251)
#FDFCFC
(253,252,252)
#FDFDFD
(253,253,253)
#FDFEFE
(253,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4F4; }

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

This text font color is #FDF4F4.


Background Color

.myBgColor { background-color: #FDF4F4; }

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

This div background color is #FDF4F4.


Border color

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

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

This div border color is #FDF4F4.


Opacity

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

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

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

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

This text has shadow with #FDF4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF4F4 on black background.


Color preview on white background

This text has color #FDF4F4 on white background.



Black color preview on #FDF4F4 background

This text has black color on #FDF4F4 background.


White color preview on #FDF4F4 background

This text has white color on #FDF4F4 background.