Color Hex Logo

#faece2 Color Hex

#FAECE2
(250,236,226)
0 Favorites   0 Comments

Color spaces of #faece2

RGB 250236226
HSL0.070.710.93
HSV25°10°98°
CMYK 0.000.060.10   0.02
XYZ83.147385.805984.1314
Yxy85.80590.32850.3390
Hunter Lab92.6315-1.881010.9926
CIE-Lab94.22933.07046.5252

#faece2 color RGB value is (250,236,226).

#faece2 hex color red value is 250, green value is 236 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #faece2 hue: 0.07 , saturation: 0.71 and the lightness value of faece2 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11100010
Octal 372 354 342
Decimal 250 236 226
Hex FA EC E2

RGB Percentages of Color #faece2

%35.11
%33.15
%31.74

CMYK Percentages of Color #faece2

%0
%6
%10
%2

Triadic Colors of #faece2

#faece2 #e2faec #ece2fa

Analogous Colors of #faece2

#faece2 #faf8e2 #fae2e4

Monochromatic Colors of #faece2

#faece2

Complementary Color

#faece2 #e2f0fa

#faece2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faece2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faece2 Color CSS Codes

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

#faece2 Text Font Color

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

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


#faece2 Background Color

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

This div background color is #faece2


#faece2 Border Color

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

This div border color is #faece2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faece2


Comments

No comments written yet.

Please login to write comment.