Color Hex Logo

#faecb7 Color Hex

#FAECB7
(250,236,183)
0 Favorites   0 Comments

Color spaces of #faecb7

RGB 250236183
HSL0.130.870.85
HSV47°27°98°
CMYK 0.000.060.27   0.02
XYZ77.967083.733856.8527
Yxy83.73380.35670.3831
Hunter Lab91.5062-8.046527.2175
CIE-Lab93.3348-3.218527.4584

#faecb7 color RGB value is (250,236,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 10110111
Octal 372 354 267
Decimal 250 236 183
Hex FA EC B7

RGB Percentages of Color #faecb7

%37.37
%35.28
%27.35

CMYK Percentages of Color #faecb7

%0
%6
%27
%2

Triadic Colors of #faecb7

#faecb7 #b7faec #ecb7fa

Analogous Colors of #faecb7

#faecb7 #e7fab7 #facbb7

Monochromatic Colors of #faecb7

#faecb7

Complementary Color

#faecb7 #b7c5fa

#faecb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecb7 Color CSS Codes

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

#faecb7 Text Font Color

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

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


#faecb7 Background Color

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

This div background color is #faecb7


#faecb7 Border Color

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

This div border color is #faecb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecb7


Comments

No comments written yet.

Please login to write comment.