Color Hex Logo

#facace Color Hex

#FACACE
(250,202,206)
0 Favorites   0 Comments

Color spaces of #facace

RGB 250202206
HSL0.990.830.89
HSV355°19°98°
CMYK 0.000.190.18   0.02
XYZ71.685467.021367.5507
Yxy67.02130.34760.3249
Hunter Lab81.866513.03488.3845
CIE-Lab85.514717.56524.4486

#facace color RGB value is (250,202,206).

#facace hex color red value is 250, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #facace hue: 0.99 , saturation: 0.83 and the lightness value of facace is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11001110
Octal 372 312 316
Decimal 250 202 206
Hex FA CA CE

RGB Percentages of Color #facace

%37.99
%30.70
%31.31

CMYK Percentages of Color #facace

%0
%19
%18
%2

Triadic Colors of #facace

#facace #cefaca #cacefa

Analogous Colors of #facace

#facace #fadeca #facae6

Monochromatic Colors of #facace

#facace

Complementary Color

#facace #cafaf6

#facace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facace Color Preview on White Background

Lorem ipsum dolor sit amet.

#facace Color CSS Codes

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

#facace Text Font Color

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

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


#facace Background Color

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

This div background color is #facace


#facace Border Color

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

This div border color is #facace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facace


Comments

No comments written yet.

Please login to write comment.