COLOR #FDF2FA

HEX: #FDF2FA RGB: (253,242,250)

Color info

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

RGB color model

#FDF2FA color RGB value is (253,242,250).

RGB: (253,242,250) (99%, 95%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 250 of 255 = 98%

253
242
250

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

Portions of RGB colors in percentages

R + G + B = 253 + 242 + 250 = 745 (100%)
R 253 of 745 ~ 33.96%
G 242 of 745 ~ 32.48%
B 250 of 745 ~ 33.56'%

%33.96
%32.48
%33.56

CMYK color model

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

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

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

CMYK percentages

%0
%4.35
%1.19
%0.78

Codes

Color #FDF2FA in popluar color models

FD F2 FA
RGB 253 242 250
HSL 316° 73.33% 97.06%
HSB/HSV 316° 4.35% 99.22%
CMYK 0.00% 4.35% 1.19%
0.78%

Color #FDF2FA in popluar number systems.

HEX FD F2 FA
Decimal 253 242 250
Binary 11111101 11110010 11111010
Octal 375 362 372

Shades and tints

Shades of #FDF2FA

#FDF2FA
(253,242,250)
#E6DCE4
(230,220,228)
#CFC6CE
(207,198,206)
#B8B0B8
(184,176,184)
#A19AA2
(161,154,162)
#8A848C
(138,132,140)
#736E76
(115,110,118)
#5C5860
(92,88,96)
#45424A
(69,66,74)
#2E2C34
(46,44,52)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #FDF2FA

#FDF2FA
(253,242,250)
#FDF3FA
(253,243,250)
#FDF4FA
(253,244,250)
#FDF5FA
(253,245,250)
#FDF6FA
(253,246,250)
#FDF7FA
(253,247,250)
#FDF8FA
(253,248,250)
#FDF9FA
(253,249,250)
#FDFAFA
(253,250,250)
#FDFBFA
(253,251,250)
#FDFCFA
(253,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF2FA; }

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

This text font color is #FDF2FA.

Background Color

.myBgColor { background-color: #FDF2FA; }

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

This div background color is #FDF2FA.

Border color

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

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

This div border color is #FDF2FA.

Opacity

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

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

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

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

This text has shadow with #FDF2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF2FA.

Preview

Color preview on black background

This text has color #FDF2FA on black background.


Color preview on white background

This text has color #FDF2FA on white background.


Black color preview on #FDF2FA background

This text has black color on #FDF2FA background.


White color preview on #FDF2FA background

This text has white color on #FDF2FA background.


Related colors

Complementary color

Complementary color for #hex is #020D05.


I love getcolorcode.com

Triadic colors

1 #FAFDF2 and #F2FAFD with #FDF2FA are triadic colors.

2 #FAF2FD and #F2FDFA with #FDF2FA are triadic colors.