Color Hex Logo

#faece6 Color Hex

#FAECE6
(250,236,230)
2 Favorites   0 Comments

Color spaces of #faece6

RGB 250236230
HSL0.050.670.94
HSV18°98°
CMYK 0.000.060.08   0.02
XYZ83.702786.028187.0564
Yxy86.02810.32600.3350
Hunter Lab92.7513-1.22899.2763
CIE-Lab94.32443.72304.5864

#faece6 color RGB value is (250,236,230).

#faece6 hex color red value is 250, green value is 236 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #faece6 hue: 0.05 , saturation: 0.67 and the lightness value of faece6 is 0.94.

The process color (four color CMYK) of #faece6 color hex is 0.00, 0.06, 0.08, 0.02. Web safe color of #faece6 is #ffffff. Color #faece6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11100110
Octal 372 354 346
Decimal 250 236 230
Hex FA EC E6

RGB Percentages of Color #faece6

%34.92
%32.96
%32.12

CMYK Percentages of Color #faece6

%0
%6
%8
%2

Triadic Colors of #faece6

#faece6 #e6faec #ece6fa

Analogous Colors of #faece6

#faece6 #faf6e6 #fae6ea

Monochromatic Colors of #faece6

#faece6

Complementary Color

#faece6 #e6f4fa

#faece6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faece6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faece6 Color CSS Codes

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

#faece6 Text Font Color

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

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


#faece6 Background Color

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

This div background color is #faece6


#faece6 Border Color

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

This div border color is #faece6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faece6

#faece6 Color Palettes


Comments

No comments written yet.

Please login to write comment.