Color Hex Logo

#faebd4 Color Hex

#FAEBD4
(250,235,212)
0 Favorites   0 Comments

Color spaces of #faebd4

RGB 250235212
HSL0.100.790.91
HSV36°15°98°
CMYK 0.000.060.15   0.02
XYZ81.016384.494174.3263
Yxy84.49410.33780.3523
Hunter Lab91.9207-3.536316.4031
CIE-Lab93.66471.383412.9778

#faebd4 color RGB value is (250,235,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11010100
Octal 372 353 324
Decimal 250 235 212
Hex FA EB D4

RGB Percentages of Color #faebd4

%35.87
%33.72
%30.42

CMYK Percentages of Color #faebd4

%0
%6
%15
%2

Triadic Colors of #faebd4

#faebd4 #d4faeb #ebd4fa

Analogous Colors of #faebd4

#faebd4 #f6fad4 #fad8d4

Monochromatic Colors of #faebd4

#faebd4

Complementary Color

#faebd4 #d4e3fa

#faebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebd4 Color CSS Codes

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

#faebd4 Text Font Color

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

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


#faebd4 Background Color

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

This div background color is #faebd4


#faebd4 Border Color

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

This div border color is #faebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebd4


Comments

No comments written yet.

Please login to write comment.