Color Hex Logo

#faecb3 Color Hex

#FAECB3
(250,236,179)
0 Favorites   0 Comments

Color spaces of #faecb3

RGB 250236179
HSL0.130.880.84
HSV48°28°98°
CMYK 0.000.060.28   0.02
XYZ77.556583.569654.6907
Yxy83.56960.35940.3872
Hunter Lab91.4164-8.541628.5207
CIE-Lab93.2632-3.733129.4030

#faecb3 color RGB value is (250,236,179).

#faecb3 hex color red value is 250, green value is 236 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #faecb3 hue: 0.13 , saturation: 0.88 and the lightness value of faecb3 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 10110011
Octal 372 354 263
Decimal 250 236 179
Hex FA EC B3

RGB Percentages of Color #faecb3

%37.59
%35.49
%26.92

CMYK Percentages of Color #faecb3

%0
%6
%28
%2

Triadic Colors of #faecb3

#faecb3 #b3faec #ecb3fa

Analogous Colors of #faecb3

#faecb3 #e5fab3 #fac9b3

Monochromatic Colors of #faecb3

#faecb3

Complementary Color

#faecb3 #b3c1fa

#faecb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecb3 Color CSS Codes

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

#faecb3 Text Font Color

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

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


#faecb3 Background Color

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

This div background color is #faecb3


#faecb3 Border Color

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

This div border color is #faecb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecb3

#faecb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.