Color Hex Logo

#facce7 Color Hex

#FACCE7
(250,204,231)
0 Favorites   0 Comments

Color spaces of #facce7

RGB 250204231
HSL0.900.820.89
HSV325°18°98°
CMYK 0.000.180.08   0.02
XYZ75.441069.279284.9974
Yxy69.27920.32840.3016
Hunter Lab83.234116.1275-2.2821
CIE-Lab86.642120.5188-7.1837

#facce7 color RGB value is (250,204,231).

#facce7 hex color red value is 250, green value is 204 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #facce7 hue: 0.90 , saturation: 0.82 and the lightness value of facce7 is 0.89.

The process color (four color CMYK) of #facce7 color hex is 0.00, 0.18, 0.08, 0.02. Web safe color of #facce7 is #ffccff. Color #facce7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11100111
Octal 372 314 347
Decimal 250 204 231
Hex FA CC E7

RGB Percentages of Color #facce7

%36.50
%29.78
%33.72

CMYK Percentages of Color #facce7

%0
%18
%8
%2

Triadic Colors of #facce7

#facce7 #e7facc #cce7fa

Analogous Colors of #facce7

#facce7 #faccd0 #f6ccfa

Monochromatic Colors of #facce7

#facce7

Complementary Color

#facce7 #ccfadf

#facce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facce7 Color CSS Codes

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

#facce7 Text Font Color

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

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


#facce7 Background Color

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

This div background color is #facce7


#facce7 Border Color

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

This div border color is #facce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facce7

Related Colors


Comments

No comments written yet.

Please login to write comment.