COLOR #FDF6FC

HEX: #FDF6FC RGB: (253,246,252)

Color info

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

RGB color model

#FDF6FC color RGB value is (253,246,252).

RGB: (253,246,252) (99%, 96%, 99%)

RGB channels and saturation

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

253
246
252

R + G + B ~ 98%. #FDF6FC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 246 + 252 = 751 (100%)
R 253 of 751 ~ 33.69%
G 246 of 751 ~ 32.76%
B 252 of 751 ~ 33.56'%

%33.69
%32.76
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.77%
  • yellow value is 0.40%
  • key color value is 0.78%

CMYK: (0,3,0,1)
C0M3Y0K1 (0%, 3%, 0%, 1%)
(0.00 / 0.03 / 0.00 / 0.01)

CMYK percentages

%0
%2.77
%0.4
%0.78

Codes

Color #FDF6FC in popluar color models

FD F6 FC
RGB 253 246 252
HSL 309° 63.64% 97.84%
HSB/HSV 309° 2.77% 99.22%
CMYK 0.00% 2.77% 0.40%
0.78%

Color #FDF6FC in popluar number systems.

HEX FD F6 FC
Decimal 253 246 252
Binary 11111101 11110110 11111100
Octal 375 366 374

Shades and tints

Shades of #FDF6FC

#FDF6FC
(253,246,252)
#E6E0E6
(230,224,230)
#CFCAD0
(207,202,208)
#B8B4BA
(184,180,186)
#A19EA4
(161,158,164)
#8A888E
(138,136,142)
#737278
(115,114,120)
#5C5C62
(92,92,98)
#45464C
(69,70,76)
#2E3036
(46,48,54)
#171A20
(23,26,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF6FC; }

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

This text font color is #FDF6FC.

Background Color

.myBgColor { background-color: #FDF6FC; }

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

This div background color is #FDF6FC.

Border color

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

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

This div border color is #FDF6FC.

Opacity

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

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

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

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

This text has shadow with #FDF6FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF6FC.

Preview

Color preview on black background

This text has color #FDF6FC on black background.


Color preview on white background

This text has color #FDF6FC on white background.


Black color preview on #FDF6FC background

This text has black color on #FDF6FC background.


White color preview on #FDF6FC background

This text has white color on #FDF6FC background.


Related colors

Complementary color

Complementary color for #hex is #020903.


I love getcolorcode.com

Triadic colors

1 #FCFDF6 and #F6FCFD with #FDF6FC are triadic colors.

2 #FCF6FD and #F6FDFC with #FDF6FC are triadic colors.