COLOR #FAFDE5

HEX: #FAFDE5 RGB: (250,253,229)

Color info

#FAFDE5 contains red, green and blue colors in about the same proportion. Web safe color of #FAFDE5 is #FFFFCC (or #FFC).

RGB color model

#FAFDE5 color RGB value is (250,253,229).

RGB: (250,253,229) (98%, 99%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 253 of 255 = 99%
B 229 of 255 = 90%

250
253
229

R + G + B ~ 96%. #FAFDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 253 + 229 = 732 (100%)
R 250 of 732 ~ 34.15%
G 253 of 732 ~ 34.56%
B 229 of 732 ~ 31.28'%

%34.15
%34.56
%31.28

CMYK color model

#FAFDE5 color CMYK value is (1,0,9,1).

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

CMYK: (1,0,9,1)
C1M0Y9K1 (1%, 0%, 9%, 1%)
(0.01 / 0.00 / 0.09 / 0.01)

CMYK percentages

%1.19
%0
%9.49
%0.78

Codes

Color #FAFDE5 in popluar color models

FA FD E5
RGB 250 253 229
HSL 68° 85.71% 94.51%
HSB/HSV 68° 9.49% 99.22%
CMYK 1.19% 0.00% 9.49%
0.78%

Color #FAFDE5 in popluar number systems.

HEX FA FD E5
Decimal 250 253 229
Binary 11111010 11111101 11100101
Octal 372 375 345

Shades and tints

Shades of #FAFDE5

#FAFDE5
(250,253,229)
#E4E6D1
(228,230,209)
#CECFBD
(206,207,189)
#B8B8A9
(184,184,169)
#A2A195
(162,161,149)
#8C8A81
(140,138,129)
#76736D
(118,115,109)
#605C59
(96,92,89)
#4A4545
(74,69,69)
#342E31
(52,46,49)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #FAFDE5

#FAFDE5
(250,253,229)
#FAFDE7
(250,253,231)
#FAFDE9
(250,253,233)
#FAFDEB
(250,253,235)
#FAFDED
(250,253,237)
#FAFDEF
(250,253,239)
#FAFDF1
(250,253,241)
#FAFDF3
(250,253,243)
#FAFDF5
(250,253,245)
#FAFDF7
(250,253,247)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFDE5; }

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

This text font color is #FAFDE5.

Background Color

.myBgColor { background-color: #FAFDE5; }

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

This div background color is #FAFDE5.

Border color

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

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

This div border color is #FAFDE5.

Opacity

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

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

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

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

This text has shadow with #FAFDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFDE5.

Preview

Color preview on black background

This text has color #FAFDE5 on black background.


Color preview on white background

This text has color #FAFDE5 on white background.


Black color preview on #FAFDE5 background

This text has black color on #FAFDE5 background.


White color preview on #FAFDE5 background

This text has white color on #FAFDE5 background.


Related colors

Complementary color

Complementary color for #hex is #05021A.


I love getcolorcode.com

Triadic colors

1 #E5FAFD and #FDE5FA with #FAFDE5 are triadic colors.

2 #E5FDFA and #FDFAE5 with #FAFDE5 are triadic colors.