COLOR #FDF2F8

HEX: #FDF2F8
RGB: (253,242,248)

Color info

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

RGB color model

#FDF2F8 color RGB value is (253,242,248).

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

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 248 of 255 = 97%

253
242
248

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

Portions of RGB colors in percentages

R + G + B =
253 + 242 + 248 = 743 (100%)
R 253 of 743 ~ 34.05%
G 242 of 743 ~ 32.57%
B 248 of 743 ~ 33.38%

%34.05
%32.57
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.35%
  • 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
%4.35
%1.98
%0.78

Codes

Color #FDF2F8 in popluar color models

FDF2F8
RGB253242248
HSL327°73.33%97.06%
HSB/HSV327°4.35%99.22%
CMYK0.00%4.35%1.98%
0.78%

Color #FDF2F8 in popluar number systems.

HEXFDF2F8
Decimal253242248
Binary111111011111001011111000
Octal375362370

Shades and tints

Shades of #FDF2F8

#FDF2F8
(253,242,248)
#E6DCE2
(230,220,226)
#CFC6CC
(207,198,204)
#B8B0B6
(184,176,182)
#A19AA0
(161,154,160)
#8A848A
(138,132,138)
#736E74
(115,110,116)
#5C585E
(92,88,94)
#454248
(69,66,72)
#2E2C32
(46,44,50)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #FDF2F8

#FDF2F8
(253,242,248)
#FDF3F8
(253,243,248)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF2F8; }

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

This text font color is #FDF2F8.


Background Color

.myBgColor { background-color: #FDF2F8; }

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

This div background color is #FDF2F8.


Border color

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

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

This div border color is #FDF2F8.


Opacity

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

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

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

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

This text has shadow with #FDF2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF2F8 on black background.


Color preview on white background

This text has color #FDF2F8 on white background.



Black color preview on #FDF2F8 background

This text has black color on #FDF2F8 background.


White color preview on #FDF2F8 background

This text has white color on #FDF2F8 background.