Color Hex Logo

#facce5 Color Hex

#FACCE5
(250,204,229)
0 Favorites   0 Comments

Color spaces of #facce5

RGB 250204229
HSL0.910.820.89
HSV327°18°98°
CMYK 0.000.180.08   0.02
XYZ75.160169.166983.5179
Yxy69.16690.32990.3036
Hunter Lab83.166615.7740-1.3238
CIE-Lab86.586620.1827-6.2046

#facce5 color RGB value is (250,204,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11100101
Octal 372 314 345
Decimal 250 204 229
Hex FA CC E5

RGB Percentages of Color #facce5

%36.60
%29.87
%33.53

CMYK Percentages of Color #facce5

%0
%18
%8
%2

Triadic Colors of #facce5

#facce5 #e5facc #cce5fa

Analogous Colors of #facce5

#facce5 #faccce #f8ccfa

Monochromatic Colors of #facce5

#facce5

Complementary Color

#facce5 #ccfae1

#facce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facce5 Color CSS Codes

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

#facce5 Text Font Color

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

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


#facce5 Background Color

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

This div background color is #facce5


#facce5 Border Color

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

This div border color is #facce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facce5

Related Colors


Comments

No comments written yet.

Please login to write comment.