Color Hex Logo

#faebdd Color Hex

#FAEBDD
(250,235,221)
0 Favorites   0 Comments

Color spaces of #faebdd

RGB 250235221
HSL0.080.740.92
HSV29°12°98°
CMYK 0.000.060.12   0.02
XYZ82.183884.961180.4742
Yxy84.96110.33190.3431
Hunter Lab92.1743-2.152312.7580
CIE-Lab93.86642.78068.5982

#faebdd color RGB value is (250,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11011101
Octal 372 353 335
Decimal 250 235 221
Hex FA EB DD

RGB Percentages of Color #faebdd

%35.41
%33.29
%31.30

CMYK Percentages of Color #faebdd

%0
%6
%12
%2

Triadic Colors of #faebdd

#faebdd #ddfaeb #ebddfa

Analogous Colors of #faebdd

#faebdd #fafadd #faddde

Monochromatic Colors of #faebdd

#faebdd

Complementary Color

#faebdd #ddecfa

#faebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebdd Color CSS Codes

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

#faebdd Text Font Color

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

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


#faebdd Background Color

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

This div background color is #faebdd


#faebdd Border Color

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

This div border color is #faebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebdd


Comments

No comments written yet.

Please login to write comment.