COLOR #FDF2FC

HEX: #FDF2FC RGB: (253,242,252)

Color info

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

RGB color model

#FDF2FC color RGB value is (253,242,252).

RGB: (253,242,252) (99%, 95%, 99%)

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 252 of 255 = 99%

253
242
252

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

Portions of RGB colors in percentages

R + G + B = 253 + 242 + 252 = 747 (100%)
R 253 of 747 ~ 33.87%
G 242 of 747 ~ 32.4%
B 252 of 747 ~ 33.73'%

%33.87
%32.4
%33.73

CMYK color model

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

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

CMYK: (0,4,0,1)
C0M4Y0K1 (0%, 4%, 0%, 1%)
(0.00 / 0.04 / 0.00 / 0.01)

CMYK percentages

%0
%4.35
%0.4
%0.78

Codes

Color #FDF2FC in popluar color models

FD F2 FC
RGB 253 242 252
HSL 305° 73.33% 97.06%
HSB/HSV 305° 4.35% 99.22%
CMYK 0.00% 4.35% 0.40%
0.78%

Color #FDF2FC in popluar number systems.

HEX FD F2 FC
Decimal 253 242 252
Binary 11111101 11110010 11111100
Octal 375 362 374

Shades and tints

Shades of #FDF2FC

#FDF2FC
(253,242,252)
#E6DCE6
(230,220,230)
#CFC6D0
(207,198,208)
#B8B0BA
(184,176,186)
#A19AA4
(161,154,164)
#8A848E
(138,132,142)
#736E78
(115,110,120)
#5C5862
(92,88,98)
#45424C
(69,66,76)
#2E2C36
(46,44,54)
#171620
(23,22,32)
#000000
(0,0,0)

Tints of #FDF2FC

#FDF2FC
(253,242,252)
#FDF3FC
(253,243,252)
#FDF4FC
(253,244,252)
#FDF5FC
(253,245,252)
#FDF6FC
(253,246,252)
#FDF7FC
(253,247,252)
#FDF8FC
(253,248,252)
#FDF9FC
(253,249,252)
#FDFAFC
(253,250,252)
#FDFBFC
(253,251,252)
#FDFCFC
(253,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF2FC; }

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

This text font color is #FDF2FC.

Background Color

.myBgColor { background-color: #FDF2FC; }

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

This div background color is #FDF2FC.

Border color

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

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

This div border color is #FDF2FC.

Opacity

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

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

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

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

This text has shadow with #FDF2FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF2FC.

Preview

Color preview on black background

This text has color #FDF2FC on black background.


Color preview on white background

This text has color #FDF2FC on white background.


Black color preview on #FDF2FC background

This text has black color on #FDF2FC background.


White color preview on #FDF2FC background

This text has white color on #FDF2FC background.


Related colors

Complementary color

Complementary color for #hex is #020D03.


I love getcolorcode.com

Triadic colors

1 #FCFDF2 and #F2FCFD with #FDF2FC are triadic colors.

2 #FCF2FD and #F2FDFC with #FDF2FC are triadic colors.