Color Hex Logo

#facde4 Color Hex

#FACDE4
(250,205,228)
0 Favorites   0 Comments

Color spaces of #facde4

RGB 250205228
HSL0.910.820.89
HSV329°18°98°
CMYK 0.000.180.09   0.02
XYZ75.259369.588182.8640
Yxy69.58810.33050.3056
Hunter Lab83.419515.0548-0.5016
CIE-Lab86.794419.4903-5.3673

#facde4 color RGB value is (250,205,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11100100
Octal 372 315 344
Decimal 250 205 228
Hex FA CD E4

RGB Percentages of Color #facde4

%36.60
%30.01
%33.38

CMYK Percentages of Color #facde4

%0
%18
%9
%2

Triadic Colors of #facde4

#facde4 #e4facd #cde4fa

Analogous Colors of #facde4

#facde4 #facdce #facdfa

Monochromatic Colors of #facde4

#facde4

Complementary Color

#facde4 #cdfae3

#facde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facde4 Color CSS Codes

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

#facde4 Text Font Color

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

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


#facde4 Background Color

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

This div background color is #facde4


#facde4 Border Color

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

This div border color is #facde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facde4

#facde4 Color Palettes


Comments

No comments written yet.

Please login to write comment.