COLOR #FDF4F8

HEX: #FDF4F8
RGB: (253,244,248)

Color info

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

RGB color model

#FDF4F8 color RGB value is (253,244,248).

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

RGB channels and saturation

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

253
244
248

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

Portions of RGB colors in percentages

R + G + B =
253 + 244 + 248 = 745 (100%)
R 253 of 745 ~ 33.96%
G 244 of 745 ~ 32.75%
B 248 of 745 ~ 33.29%

%33.96
%32.75
%33.29

CMYK color model

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

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

CMYK percentages

%0
%3.56
%1.98
%0.78

Codes

Color #FDF4F8 in popluar color models

FDF4F8
RGB253244248
HSL333°69.23%97.45%
HSB/HSV333°3.56%99.22%
CMYK0.00%3.56%1.98%
0.78%

Color #FDF4F8 in popluar number systems.

HEXFDF4F8
Decimal253244248
Binary111111011111010011111000
Octal375364370

Shades and tints

Shades of #FDF4F8

#FDF4F8
(253,244,248)
#E6DEE2
(230,222,226)
#CFC8CC
(207,200,204)
#B8B2B6
(184,178,182)
#A19CA0
(161,156,160)
#8A868A
(138,134,138)
#737074
(115,112,116)
#5C5A5E
(92,90,94)
#454448
(69,68,72)
#2E2E32
(46,46,50)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #FDF4F8

#FDF4F8
(253,244,248)
#FDF5F8
(253,245,248)
#FDF6F8
(253,246,248)
#FDF7F8
(253,247,248)
#FDF8F8
(253,248,248)
#FDF9F8
(253,249,248)
#FDFAF8
(253,250,248)
#FDFBF8
(253,251,248)
#FDFCF8
(253,252,248)
#FDFDF8
(253,253,248)
#FDFEF8
(253,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4F8; }

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

This text font color is #FDF4F8.


Background Color

.myBgColor { background-color: #FDF4F8; }

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

This div background color is #FDF4F8.


Border color

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

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

This div border color is #FDF4F8.


Opacity

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

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

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

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

This text has shadow with #FDF4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF4F8 on black background.


Color preview on white background

This text has color #FDF4F8 on white background.



Black color preview on #FDF4F8 background

This text has black color on #FDF4F8 background.


White color preview on #FDF4F8 background

This text has white color on #FDF4F8 background.