Color Hex Logo

#facdd7 Color Hex

#FACDD7
(250,205,215)
0 Favorites   0 Comments

Color spaces of #facdd7

RGB 250205215
HSL0.960.820.89
HSV347°18°98°
CMYK 0.000.180.14   0.02
XYZ73.521468.892973.7126
Yxy68.89290.34020.3188
Hunter Lab83.001712.85895.4467
CIE-Lab86.451017.38241.0264

#facdd7 color RGB value is (250,205,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11010111
Octal 372 315 327
Decimal 250 205 215
Hex FA CD D7

RGB Percentages of Color #facdd7

%37.31
%30.60
%32.09

CMYK Percentages of Color #facdd7

%0
%18
%14
%2

Triadic Colors of #facdd7

#facdd7 #d7facd #cdd7fa

Analogous Colors of #facdd7

#facdd7 #fadacd #facdee

Monochromatic Colors of #facdd7

#facdd7

Complementary Color

#facdd7 #cdfaf0

#facdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdd7 Color CSS Codes

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

#facdd7 Text Font Color

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

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


#facdd7 Background Color

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

This div background color is #facdd7


#facdd7 Border Color

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

This div border color is #facdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdd7


Comments

No comments written yet.

Please login to write comment.