Color Hex Logo

#faeca6 Color Hex

#FAECA6
(250,236,166)
0 Favorites   0 Comments

Color spaces of #faeca6

RGB 250236166
HSL0.140.890.82
HSV50°34°98°
CMYK 0.000.060.34   0.02
XYZ76.302783.068148.0886
Yxy83.06810.36780.4004
Hunter Lab91.1417-10.060032.5163
CIE-Lab93.0442-5.320635.6989

#faeca6 color RGB value is (250,236,166).

#faeca6 hex color red value is 250, green value is 236 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #faeca6 hue: 0.14 , saturation: 0.89 and the lightness value of faeca6 is 0.82.

The process color (four color CMYK) of #faeca6 color hex is 0.00, 0.06, 0.34, 0.02. Web safe color of #faeca6 is #ffff99. Color #faeca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 10100110
Octal 372 354 246
Decimal 250 236 166
Hex FA EC A6

RGB Percentages of Color #faeca6

%38.34
%36.20
%25.46

CMYK Percentages of Color #faeca6

%0
%6
%34
%2

Triadic Colors of #faeca6

#faeca6 #a6faec #eca6fa

Analogous Colors of #faeca6

#faeca6 #defaa6 #fac2a6

Monochromatic Colors of #faeca6

#faeca6

Complementary Color

#faeca6 #a6b4fa

#faeca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeca6 Color CSS Codes

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

#faeca6 Text Font Color

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

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


#faeca6 Background Color

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

This div background color is #faeca6


#faeca6 Border Color

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

This div border color is #faeca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeca6


Comments

No comments written yet.

Please login to write comment.