Color Hex Logo

#faebd6 Color Hex

#FAEBD6
(250,235,214)
0 Favorites   0 Comments

Color spaces of #faebd6

RGB 250235214
HSL0.100.780.91
HSV35°14°98°
CMYK 0.000.060.14   0.02
XYZ81.270384.595775.6635
Yxy84.59570.33650.3502
Hunter Lab91.9759-3.234515.6085
CIE-Lab93.70861.689012.0038

#faebd6 color RGB value is (250,235,214).

#faebd6 hex color red value is 250, green value is 235 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #faebd6 hue: 0.10 , saturation: 0.78 and the lightness value of faebd6 is 0.91.

The process color (four color CMYK) of #faebd6 color hex is 0.00, 0.06, 0.14, 0.02. Web safe color of #faebd6 is #ffffcc. Color #faebd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11010110
Octal 372 353 326
Decimal 250 235 214
Hex FA EB D6

RGB Percentages of Color #faebd6

%35.77
%33.62
%30.62

CMYK Percentages of Color #faebd6

%0
%6
%14
%2

Triadic Colors of #faebd6

#faebd6 #d6faeb #ebd6fa

Analogous Colors of #faebd6

#faebd6 #f7fad6 #fad9d6

Monochromatic Colors of #faebd6

#faebd6

Complementary Color

#faebd6 #d6e5fa

#faebd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebd6 Color CSS Codes

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

#faebd6 Text Font Color

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

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


#faebd6 Background Color

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

This div background color is #faebd6


#faebd6 Border Color

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

This div border color is #faebd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebd6

#faebd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.