Color Hex Logo

#facdd1 Color Hex

#FACDD1
(250,205,209)
0 Favorites   0 Comments

Color spaces of #facdd1

RGB 250205209
HSL0.990.820.89
HSV355°18°98°
CMYK 0.000.180.16   0.02
XYZ72.764368.590169.7257
Yxy68.59010.34470.3249
Hunter Lab82.819111.89538.0570
CIE-Lab86.300716.44943.9922

#facdd1 color RGB value is (250,205,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11010001
Octal 372 315 321
Decimal 250 205 209
Hex FA CD D1

RGB Percentages of Color #facdd1

%37.65
%30.87
%31.48

CMYK Percentages of Color #facdd1

%0
%18
%16
%2

Triadic Colors of #facdd1

#facdd1 #d1facd #cdd1fa

Analogous Colors of #facdd1

#facdd1 #fae0cd #facde8

Monochromatic Colors of #facdd1

#facdd1

Complementary Color

#facdd1 #cdfaf6

#facdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdd1 Color CSS Codes

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

#facdd1 Text Font Color

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

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


#facdd1 Background Color

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

This div background color is #facdd1


#facdd1 Border Color

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

This div border color is #facdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdd1


Comments

No comments written yet.

Please login to write comment.