COLOR #FDF3F6

HEX: #FDF3F6 RGB: (253,243,246)

Color info

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

RGB color model

#FDF3F6 color RGB value is (253,243,246).

RGB: (253,243,246) (99%, 95%, 96%)

RGB channels and saturation

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

253
243
246

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

Portions of RGB colors in percentages

R + G + B = 253 + 243 + 246 = 742 (100%)
R 253 of 742 ~ 34.1%
G 243 of 742 ~ 32.75%
B 246 of 742 ~ 33.15'%

%34.1
%32.75
%33.15

CMYK color model

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

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

Codes

Color #FDF3F6 in popluar color models

FD F3 F6
RGB 253 243 246
HSL 342° 71.43% 97.25%
HSB/HSV 342° 3.95% 99.22%
CMYK 0.00% 3.95% 2.77%
0.78%

Color #FDF3F6 in popluar number systems.

HEX FD F3 F6
Decimal 253 243 246
Binary 11111101 11110011 11110110
Octal 375 363 366

Shades and tints

Shades of #FDF3F6

#FDF3F6
(253,243,246)
#E6DDE0
(230,221,224)
#CFC7CA
(207,199,202)
#B8B1B4
(184,177,180)
#A19B9E
(161,155,158)
#8A8588
(138,133,136)
#736F72
(115,111,114)
#5C595C
(92,89,92)
#454346
(69,67,70)
#2E2D30
(46,45,48)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #FDF3F6

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

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3F6; }

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

This text font color is #FDF3F6.

Background Color

.myBgColor { background-color: #FDF3F6; }

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

This div background color is #FDF3F6.

Border color

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

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

This div border color is #FDF3F6.

Opacity

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

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

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

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

This text has shadow with #FDF3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF3F6.

Preview

Color preview on black background

This text has color #FDF3F6 on black background.


Color preview on white background

This text has color #FDF3F6 on white background.


Black color preview on #FDF3F6 background

This text has black color on #FDF3F6 background.


White color preview on #FDF3F6 background

This text has white color on #FDF3F6 background.


Related colors

Complementary color

Complementary color for #hex is #020C09.


I love getcolorcode.com

Triadic colors

1 #F6FDF3 and #F3F6FD with #FDF3F6 are triadic colors.

2 #F6F3FD and #F3FDF6 with #FDF3F6 are triadic colors.