COLOR #FAEDDA

HEX: #FAEDDA RGB: (250,237,218)

Color info

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

RGB color model

#FAEDDA color RGB value is (250,237,218).

RGB: (250,237,218) (98%, 93%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 218 of 255 = 85%

250
237
218

R + G + B ~ 92%. #FAEDDA is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 237 + 218 = 705 (100%)
R 250 of 705 ~ 35.46%
G 237 of 705 ~ 33.62%
B 218 of 705 ~ 30.92'%

%35.46
%33.62
%30.92

CMYK color model

#FAEDDA color CMYK value is (0,5,13,2).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 12.80%
  • key color value is 1.96%

CMYK: (0,5,13,2)
C0M5Y13K2 (0%, 5%, 13%, 2%)
(0.00 / 0.05 / 0.13 / 0.02)

CMYK percentages

%0
%5.2
%12.8
%1.96

Codes

Color #FAEDDA in popluar color models

FA ED DA
RGB 250 237 218
HSL 36° 76.19% 91.76%
HSB/HSV 36° 12.80% 98.04%
CMYK 0.00% 5.20% 12.80%
1.96%

Color #FAEDDA in popluar number systems.

HEX FA ED DA
Decimal 250 237 218
Binary 11111010 11101101 11011010
Octal 372 355 332

Shades and tints

Shades of #FAEDDA

#FAEDDA
(250,237,218)
#E4D8C7
(228,216,199)
#CEC3B4
(206,195,180)
#B8AEA1
(184,174,161)
#A2998E
(162,153,142)
#8C847B
(140,132,123)
#766F68
(118,111,104)
#605A55
(96,90,85)
#4A4542
(74,69,66)
#34302F
(52,48,47)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #FAEDDA

#FAEDDA
(250,237,218)
#FAEEDD
(250,238,221)
#FAEFE0
(250,239,224)
#FAF0E3
(250,240,227)
#FAF1E6
(250,241,230)
#FAF2E9
(250,242,233)
#FAF3EC
(250,243,236)
#FAF4EF
(250,244,239)
#FAF5F2
(250,245,242)
#FAF6F5
(250,246,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEDDA color. Also use rgb(250,237,218) instead hex code.

Text Font Color

.myTextColor { color: #FAEDDA; }

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

This text font color is #FAEDDA.

Background Color

.myBgColor { background-color: #FAEDDA; }

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

This div background color is #FAEDDA.

Border color

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

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

This div border color is #FAEDDA.

Opacity

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

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

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

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

This text has shadow with #FAEDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEDDA.

Preview

Color preview on black background

This text has color #FAEDDA on black background.


Color preview on white background

This text has color #FAEDDA on white background.


Black color preview on #FAEDDA background

This text has black color on #FAEDDA background.


White color preview on #FAEDDA background

This text has white color on #FAEDDA background.


Related colors

Complementary color

Complementary color for #hex is #051225.


I love getcolorcode.com

Triadic colors

1 #DAFAED and #EDDAFA with #FAEDDA are triadic colors.

2 #DAEDFA and #EDFADA with #FAEDDA are triadic colors.