COLOR #FDF2F6

HEX: #FDF2F6
RGB: (253,242,246)

Color info

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

RGB color model

#FDF2F6 color RGB value is (253,242,246).

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

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 246 of 255 = 96%

253
242
246

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

Portions of RGB colors in percentages

R + G + B =
253 + 242 + 246 = 741 (100%)
R 253 of 741 ~ 34.14%
G 242 of 741 ~ 32.66%
B 246 of 741 ~ 33.2%

%34.14
%32.66
%33.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 2.77%
  • key color value is 0.78%
CMYK:
(0,4,3,1)
C0M4Y3K1 
(0%,4%,3%,1%)
(0.00/0.04/0.03/0.01)	

CMYK percentages

%0
%4.35
%2.77
%0.78

Codes

Color #FDF2F6 in popluar color models

FDF2F6
RGB253242246
HSL338°73.33%97.06%
HSB/HSV338°4.35%99.22%
CMYK0.00%4.35%2.77%
0.78%

Color #FDF2F6 in popluar number systems.

HEXFDF2F6
Decimal253242246
Binary111111011111001011110110
Octal375362366

Shades and tints

Shades of #FDF2F6

#FDF2F6
(253,242,246)
#E6DCE0
(230,220,224)
#CFC6CA
(207,198,202)
#B8B0B4
(184,176,180)
#A19A9E
(161,154,158)
#8A8488
(138,132,136)
#736E72
(115,110,114)
#5C585C
(92,88,92)
#454246
(69,66,70)
#2E2C30
(46,44,48)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #FDF2F6

#FDF2F6
(253,242,246)
#FDF3F6
(253,243,246)
#FDF4F6
(253,244,246)
#FDF5F6
(253,245,246)
#FDF6F6
(253,246,246)
#FDF7F6
(253,247,246)
#FDF8F6
(253,248,246)
#FDF9F6
(253,249,246)
#FDFAF6
(253,250,246)
#FDFBF6
(253,251,246)
#FDFCF6
(253,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF2F6; }

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

This text font color is #FDF2F6.


Background Color

.myBgColor { background-color: #FDF2F6; }

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

This div background color is #FDF2F6.


Border color

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

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

This div border color is #FDF2F6.


Opacity

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

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

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

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

This text has shadow with #FDF2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF2F6 on black background.


Color preview on white background

This text has color #FDF2F6 on white background.



Black color preview on #FDF2F6 background

This text has black color on #FDF2F6 background.


White color preview on #FDF2F6 background

This text has white color on #FDF2F6 background.