Color Hex Logo

#facec4 Color Hex

#FACEC4
(250,206,196)
0 Favorites   0 Comments

Color spaces of #facec4

RGB 250206196
HSL0.030.840.87
HSV11°22°98°
CMYK 0.000.180.22   0.02
XYZ71.459568.452161.6708
Yxy68.45210.35450.3396
Hunter Lab82.73589.384113.7206
CIE-Lab86.232013.994810.7855

#facec4 color RGB value is (250,206,196).

#facec4 hex color red value is 250, green value is 206 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #facec4 hue: 0.03 , saturation: 0.84 and the lightness value of facec4 is 0.87.

The process color (four color CMYK) of #facec4 color hex is 0.00, 0.18, 0.22, 0.02. Web safe color of #facec4 is #ffcccc. Color #facec4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11000100
Octal 372 316 304
Decimal 250 206 196
Hex FA CE C4

RGB Percentages of Color #facec4

%38.34
%31.60
%30.06

CMYK Percentages of Color #facec4

%0
%18
%22
%2

Triadic Colors of #facec4

#facec4 #c4face #cec4fa

Analogous Colors of #facec4

#facec4 #fae9c4 #fac4d5

Monochromatic Colors of #facec4

#facec4

Complementary Color

#facec4 #c4f0fa

#facec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facec4 Color CSS Codes

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

#facec4 Text Font Color

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

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


#facec4 Background Color

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

This div background color is #facec4


#facec4 Border Color

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

This div border color is #facec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facec4


Comments

No comments written yet.

Please login to write comment.