Color Hex Logo

#faeede Color Hex

#FAEEDE
(250,238,222)
1 Favorites   0 Comments

Color spaces of #faeede

RGB 250238222
HSL0.100.740.93
HSV34°11°98°
CMYK 0.000.050.11   0.02
XYZ83.183786.747081.4668
Yxy86.74700.33090.3451
Hunter Lab93.1381-3.569313.3364
CIE-Lab94.63081.40959.1758

#faeede color RGB value is (250,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11011110
Octal 372 356 336
Decimal 250 238 222
Hex FA EE DE

RGB Percentages of Color #faeede

%35.21
%33.52
%31.27

CMYK Percentages of Color #faeede

%0
%5
%11
%2

Triadic Colors of #faeede

#faeede #defaee #eedefa

Analogous Colors of #faeede

#faeede #f8fade #fae0de

Monochromatic Colors of #faeede

#faeede

Complementary Color

#faeede #deeafa

#faeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeede Color CSS Codes

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

#faeede Text Font Color

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

This sample text font color is #faeede
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.


#faeede Background Color

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

This div background color is #faeede


#faeede Border Color

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

This div border color is #faeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeede

#faeede Color Palettes


Comments

No comments written yet.

Please login to write comment.