Color Hex Logo

#faeedf Color Hex

#FAEEDF
(250,238,223)
0 Favorites   0 Comments

Color spaces of #faeedf

RGB 250238223
HSL0.090.730.93
HSV33°11°98°
CMYK 0.000.050.11   0.02
XYZ83.318286.800882.1749
Yxy86.80080.33020.3440
Hunter Lab93.1669-3.411512.9220
CIE-Lab94.65371.56868.6907

#faeedf color RGB value is (250,238,223).

#faeedf hex color red value is 250, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #faeedf hue: 0.09 , saturation: 0.73 and the lightness value of faeedf is 0.93.

The process color (four color CMYK) of #faeedf color hex is 0.00, 0.05, 0.11, 0.02. Web safe color of #faeedf is #ffffcc. Color #faeedf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11011111
Octal 372 356 337
Decimal 250 238 223
Hex FA EE DF

RGB Percentages of Color #faeedf

%35.16
%33.47
%31.36

CMYK Percentages of Color #faeedf

%0
%5
%11
%2

Triadic Colors of #faeedf

#faeedf #dffaee #eedffa

Analogous Colors of #faeedf

#faeedf #f9fadf #fae1df

Monochromatic Colors of #faeedf

#faeedf

Complementary Color

#faeedf #dfebfa

#faeedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeedf Color CSS Codes

.mybgcolor {background-color:#faeedf; } 
.myforecolor {color:#faeedf; }
.mybordercolor {border:3px solid #faeedf; }

#faeedf Text Font Color

<p style="color:#faeedf">Text here</p>

This sample text font color is #faeedf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#faeedf Background Color

<div style="background-color:#faeedf">
Div content here</div>

This div background color is #faeedf


#faeedf Border Color

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

This div border color is #faeedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,238,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faeedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faeedf;
  -webkit-box-shadow: 1px 1px 3px 2px #faeedf;
  box-shadow:         1px 1px 3px 2px #faeedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,238,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faeedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #faeedf;
  -webkit-box-shadow: 1px 1px 3px 2px #faeedf;
  box-shadow:         1px 1px 3px 2px #faeedf;">
Div content here</div>

This div box has shadow with color #faeedf


Comments

No comments written yet.

Please login to write comment.