Color Hex Logo

#faebdc Color Hex

#FAEBDC
(250,235,220)
1 Favorites   0 Comments

Color spaces of #faebdc

RGB 250235220
HSL0.080.750.92
HSV30°12°98°
CMYK 0.000.060.12   0.02
XYZ82.050984.908079.7745
Yxy84.90800.33250.3441
Hunter Lab92.1455-2.309513.1719
CIE-Lab93.84352.62249.0843

#faebdc color RGB value is (250,235,220).

#faebdc hex color red value is 250, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #faebdc hue: 0.08 , saturation: 0.75 and the lightness value of faebdc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11011100
Octal 372 353 334
Decimal 250 235 220
Hex FA EB DC

RGB Percentages of Color #faebdc

%35.46
%33.33
%31.21

CMYK Percentages of Color #faebdc

%0
%6
%12
%2

Triadic Colors of #faebdc

#faebdc #dcfaeb #ebdcfa

Analogous Colors of #faebdc

#faebdc #fafadc #fadcdc

Monochromatic Colors of #faebdc

#faebdc

Complementary Color

#faebdc #dcebfa

#faebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebdc Color CSS Codes

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

#faebdc Text Font Color

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

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


#faebdc Background Color

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

This div background color is #faebdc


#faebdc Border Color

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

This div border color is #faebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebdc


Comments

No comments written yet.

Please login to write comment.