COLOR #FDF4F6

HEX: #FDF4F6
RGB: (253,244,246)

Color info

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

RGB color model

#FDF4F6 color RGB value is (253,244,246).

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

RGB channels and saturation

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

253
244
246

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

Portions of RGB colors in percentages

R + G + B =
253 + 244 + 246 = 743 (100%)
R 253 of 743 ~ 34.05%
G 244 of 743 ~ 32.84%
B 246 of 743 ~ 33.11%

%34.05
%32.84
%33.11

CMYK color model

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

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

Codes

Color #FDF4F6 in popluar color models

FDF4F6
RGB253244246
HSL347°69.23%97.45%
HSB/HSV347°3.56%99.22%
CMYK0.00%3.56%2.77%
0.78%

Color #FDF4F6 in popluar number systems.

HEXFDF4F6
Decimal253244246
Binary111111011111010011110110
Octal375364366

Shades and tints

Shades of #FDF4F6

#FDF4F6
(253,244,246)
#E6DEE0
(230,222,224)
#CFC8CA
(207,200,202)
#B8B2B4
(184,178,180)
#A19C9E
(161,156,158)
#8A8688
(138,134,136)
#737072
(115,112,114)
#5C5A5C
(92,90,92)
#454446
(69,68,70)
#2E2E30
(46,46,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #FDF4F6

#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)
#FDFDF6
(253,253,246)
#FDFEF6
(253,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4F6; }

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

This text font color is #FDF4F6.


Background Color

.myBgColor { background-color: #FDF4F6; }

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

This div background color is #FDF4F6.


Border color

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

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

This div border color is #FDF4F6.


Opacity

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

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

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

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

This text has shadow with #FDF4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF4F6 on black background.


Color preview on white background

This text has color #FDF4F6 on white background.



Black color preview on #FDF4F6 background

This text has black color on #FDF4F6 background.


White color preview on #FDF4F6 background

This text has white color on #FDF4F6 background.